From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5AB6113997F for ; Sun, 10 Nov 2019 16:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8221BE09DE; Sun, 10 Nov 2019 16:40:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D8D1E09DE for ; Sun, 10 Nov 2019 16:40:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 693A634CB49 for ; Sun, 10 Nov 2019 16:40:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD2FA8A9 for ; Sun, 10 Nov 2019 16:40:36 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1573404031.ba3de5ec40787e960708de8fadf42164e5ab41eb.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/pflogsumm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/pflogsumm/pflogsumm-1.1.5.ebuild X-VCS-Directories: net-mail/pflogsumm/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: ba3de5ec40787e960708de8fadf42164e5ab41eb X-VCS-Branch: master Date: Sun, 10 Nov 2019 16:40:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94a75b74-ff95-42c1-bc2e-23b14cd95592 X-Archives-Hash: 0c17939385a3cdd1a6250946091dcc25 commit: ba3de5ec40787e960708de8fadf42164e5ab41eb Author: Aaron Bauman gentoo org> AuthorDate: Sun Nov 10 16:40:06 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Nov 10 16:40:31 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3de5ec net-mail/pflogsumm: drop old EAPI Signed-off-by: Aaron Bauman gentoo.org> net-mail/pflogsumm/pflogsumm-1.1.5.ebuild | 23 ----------------------- 1 file changed, 23 deletions(-) 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 8d7d93a5f2a..00000000000 --- 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 -}