diff options
author | Tomas Mozes <hydrapolic@gmail.com> | 2019-11-06 13:09:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-06 13:57:36 +0100 |
commit | 21cf8062d97ac5b97bb8a20adefce1612248c762 (patch) | |
tree | cd7cd2cdd1f4aa8d3a4a734275e69267126486fc /net-mail/pflogsumm | |
parent | mail-client/claws-mail: Minor ebuild adjustments (diff) | |
download | gentoo-21cf8062d97ac5b97bb8a20adefce1612248c762.tar.gz gentoo-21cf8062d97ac5b97bb8a20adefce1612248c762.tar.bz2 gentoo-21cf8062d97ac5b97bb8a20adefce1612248c762.zip |
net-mail/pflogsumm: use EAPI 7
Bug: https://bugs.gentoo.org/699438
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail/pflogsumm')
-rw-r--r-- | net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild new file mode 100644 index 000000000000..a8f133c77c68 --- /dev/null +++ b/net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs" +HOMEPAGE="https://jimsun.linxnet.com/postfix_contrib.html" +SRC_URI="https://jimsun.linxnet.com/downloads/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" + +RDEPEND="dev-lang/perl + dev-perl/Date-Calc" + +DOCS=( ChangeLog pflogsumm-faq.txt README ToDo ) + +src_install() { + default + doman pflogsumm.1 + dobin pflogsumm.pl +} |