summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-30 00:06:28 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-30 00:06:53 +0200
commit283768dcd0991b5b233aed87f7d4a85a71485159 (patch)
tree53df6fe1cf49c009a426e3c63fbe166eca232373 /dev-perl/Mail-Procmail
parentdev-perl/Mail-POP3Client: EAPI=8 bump (diff)
downloadgentoo-283768dcd0991b5b233aed87f7d4a85a71485159.tar.gz
gentoo-283768dcd0991b5b233aed87f7d4a85a71485159.tar.bz2
gentoo-283768dcd0991b5b233aed87f7d4a85a71485159.zip
dev-perl/Mail-Procmail: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Mail-Procmail')
-rw-r--r--dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r1.ebuild21
-rw-r--r--dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild20
2 files changed, 20 insertions, 21 deletions
diff --git a/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r1.ebuild b/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r1.ebuild
deleted file mode 100644
index b7ec398aad6c..000000000000
--- a/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=JV
-MODULE_VERSION=1.08
-inherit perl-module
-
-DESCRIPTION="Mail sorting/delivery module for Perl"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86"
-IUSE=""
-
-RDEPEND="virtual/perl-Getopt-Long
- >=dev-perl/MailTools-1.15
- >=dev-perl/LockFile-Simple-0.2.5"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild b/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild
new file mode 100644
index 000000000000..f8a5303166d5
--- /dev/null
+++ b/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JV
+DIST_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Mail sorting/delivery module for Perl"
+
+SLOT="0"
+KEYWORDS="amd64 ~hppa ppc x86"
+
+RDEPEND="
+ virtual/perl-Getopt-Long
+ >=dev-perl/MailTools-1.150.0
+ >=dev-perl/LockFile-Simple-0.2.5
+"
+BDEPEND="${RDEPEND}"