From: Aaron Bauman Date: Sun, 10 Nov 2019 16:40:06 +0000 (-0500) Subject: net-mail/pflogsumm: drop old EAPI X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ba3de5ec40787e960708de8fadf42164e5ab41eb;p=gentoo.git net-mail/pflogsumm: drop old EAPI Signed-off-by: Aaron Bauman --- diff --git a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild b/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild deleted file mode 100644 index 8d7d93a5f2af..000000000000 --- a/net-mail/pflogsumm/pflogsumm-1.1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Pflogsumm is a log analyzer for Postfix logs" -HOMEPAGE="http://jimsun.linxnet.com/postfix_contrib.html" -SRC_URI="http://jimsun.linxnet.com/downloads/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 sparc x86" -IUSE="" - -DEPEND="" -RDEPEND="dev-lang/perl - dev-perl/Date-Calc" - -src_install() { - dodoc README ToDo ChangeLog pflogsumm-faq.txt - doman pflogsumm.1 - dobin pflogsumm.pl -}