net-mail/pflogsumm: use EAPI 7
authorTomas Mozes <hydrapolic@gmail.com>
Wed, 6 Nov 2019 12:09:31 +0000 (13:09 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 6 Nov 2019 12:57:36 +0000 (13:57 +0100)
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>
net-mail/pflogsumm/pflogsumm-1.1.5-r1.ebuild [new file with mode: 0644]

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 (file)
index 0000000..a8f133c
--- /dev/null
@@ -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
+}