Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Procmail/
Date: Tue, 29 Jun 2021 22:07:08
Message-Id: 1625004413.283768dcd0991b5b233aed87f7d4a85a71485159.dilfridge@gentoo
1 commit: 283768dcd0991b5b233aed87f7d4a85a71485159
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 29 22:06:28 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 29 22:06:53 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283768dc
7
8 dev-perl/Mail-Procmail: EAPI=8 bump
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../Mail-Procmail/Mail-Procmail-1.80.0-r1.ebuild | 21 ---------------------
14 .../Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild | 20 ++++++++++++++++++++
15 2 files changed, 20 insertions(+), 21 deletions(-)
16
17 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
18 deleted file mode 100644
19 index b7ec398aad6..00000000000
20 --- a/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r1.ebuild
21 +++ /dev/null
22 @@ -1,21 +0,0 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=5
27 -
28 -MODULE_AUTHOR=JV
29 -MODULE_VERSION=1.08
30 -inherit perl-module
31 -
32 -DESCRIPTION="Mail sorting/delivery module for Perl"
33 -
34 -SLOT="0"
35 -KEYWORDS="amd64 ~hppa ppc x86"
36 -IUSE=""
37 -
38 -RDEPEND="virtual/perl-Getopt-Long
39 - >=dev-perl/MailTools-1.15
40 - >=dev-perl/LockFile-Simple-0.2.5"
41 -DEPEND="${RDEPEND}"
42 -
43 -SRC_TEST="do"
44
45 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
46 new file mode 100644
47 index 00000000000..f8a5303166d
48 --- /dev/null
49 +++ b/dev-perl/Mail-Procmail/Mail-Procmail-1.80.0-r2.ebuild
50 @@ -0,0 +1,20 @@
51 +# Copyright 1999-2021 Gentoo Authors
52 +# Distributed under the terms of the GNU General Public License v2
53 +
54 +EAPI=8
55 +
56 +DIST_AUTHOR=JV
57 +DIST_VERSION=1.08
58 +inherit perl-module
59 +
60 +DESCRIPTION="Mail sorting/delivery module for Perl"
61 +
62 +SLOT="0"
63 +KEYWORDS="amd64 ~hppa ppc x86"
64 +
65 +RDEPEND="
66 + virtual/perl-Getopt-Long
67 + >=dev-perl/MailTools-1.150.0
68 + >=dev-perl/LockFile-Simple-0.2.5
69 +"
70 +BDEPEND="${RDEPEND}"