diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-30 00:06:28 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-06-30 00:06:53 +0200 |
commit | 283768dcd0991b5b233aed87f7d4a85a71485159 (patch) | |
tree | 53df6fe1cf49c009a426e3c63fbe166eca232373 /dev-perl/Mail-Procmail | |
parent | dev-perl/Mail-POP3Client: EAPI=8 bump (diff) | |
download | gentoo-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.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild | 20 |
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}" |