* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Audit/
@ 2016-03-22 20:34 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-22 20:34 UTC (permalink / raw
To: gentoo-commits
commit: ff557188e6c7a01ae06c04212b271877ea3ae675
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 22 20:33:44 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 20:34:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff557188
dev-perl/Mail-Audit: Add missing dependencies, bump EAPI
Package-Manager: portage-2.2.28
dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild | 33 ++++++++++++++++++++++++
dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild | 24 -----------------
2 files changed, 33 insertions(+), 24 deletions(-)
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
new file mode 100644
index 0000000..d401e63
--- /dev/null
+++ b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=2.228
+inherit perl-module
+
+DESCRIPTION="Mail sorting/delivery module for Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/File-HomeDir-0.610.0
+ virtual/perl-File-Path
+ virtual/perl-File-Spec
+ dev-perl/File-Tempdir
+ dev-perl/MIME-tools
+ >=dev-perl/MailTools-1.15
+ dev-perl/Mail-POP3Client
+ dev-perl/Parse-RecDescent
+ virtual/perl-parent
+"
+
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? ( >=virtual/perl-Test-Simple-0.960.0 )
+"
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild
deleted file mode 100644
index cd64d80..0000000
--- a/dev-perl/Mail-Audit/Mail-Audit-2.228.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.228
-inherit perl-module
-
-DESCRIPTION="Mail sorting/delivery module for Perl"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-tools
- >=dev-perl/MailTools-1.15
- virtual/perl-libnet
- dev-perl/File-Tempdir
- >=dev-perl/File-HomeDir-0.61"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Audit/
@ 2016-03-26 15:24 Agostino Sarubbo
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo @ 2016-03-26 15:24 UTC (permalink / raw
To: gentoo-commits
commit: 2b1c63b11d1b8a5779c63b13ca1534411580b373
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 15:24:14 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 15:24:14 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1c63b1
dev-perl/Mail-Audit: amd64/ppc/x86 stable, (ALLARCHES policy) wrt bug #578032
Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
index d401e63..f68a2a5 100644
--- a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
+++ b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Mail sorting/delivery module for Perl"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Audit/
@ 2016-03-26 20:06 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-26 20:06 UTC (permalink / raw
To: gentoo-commits
commit: cf3cb2db19e2bb54cb1f0da44de8e03055bdd03a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 19:57:48 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 19:57:48 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3cb2db
dev-perl/Mail-Audit: Remove old
Package-Manager: portage-2.2.28
dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild | 24 ------------------------
dev-perl/Mail-Audit/Manifest | 1 -
2 files changed, 25 deletions(-)
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild
deleted file mode 100644
index 04f231c..0000000
--- a/dev-perl/Mail-Audit/Mail-Audit-2.227.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=2.227
-inherit perl-module
-
-DESCRIPTION="Mail sorting/delivery module for Perl"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="dev-perl/MIME-tools
- >=dev-perl/MailTools-1.15
- virtual/perl-libnet
- dev-perl/File-Tempdir
- >=dev-perl/File-HomeDir-0.61"
-DEPEND="${RDEPEND}"
-
-SRC_TEST=do
diff --git a/dev-perl/Mail-Audit/Manifest b/dev-perl/Mail-Audit/Manifest
index 823b05d..4121ad7 100644
--- a/dev-perl/Mail-Audit/Manifest
+++ b/dev-perl/Mail-Audit/Manifest
@@ -1,2 +1 @@
-DIST Mail-Audit-2.227.tar.gz 34164 SHA256 30b3de2d33433ddf343008e0efd2aa17686a6cd51bddb779a11490c8a4aa9ae9 SHA512 68e7e1d667c78f8a0d1656372cae857ebc279ffc9d959b91f3f149a9ebabd3d52468b27d677c4d3f220eb43f6b9fe1e5c93c2debec1d910da3e0c78e276da613 WHIRLPOOL a3d299687406dcb8f638bd33da36a6135c03115f2f65460f3de1f1efd80cc3171b04a0aeb5144f51274854a714345a6f655b93e339e4ec0cc89ed3d44f2a7138
DIST Mail-Audit-2.228.tar.gz 37156 SHA256 41a42dc3fbead585c732de5e35b46c3d3511358458bc31520abac1946c99d2e4 SHA512 fa54f065db7aeedb0df7e59bbf2c9ef5972834f86ddce8193066f4806ee4cea629c724c434de244c2bdf4e6fc0a81309583369730d43c541118348a6f264eebf WHIRLPOOL aa0331ac4cc3fc5ce07c0a32a1143000ba5641bd9680b153cf12d9ac583f065c589427ab9e34e8c744bf61a27846fe881e4bf91e22cb0707292d13b5966ebcf9
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Audit/
@ 2021-11-11 18:48 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-11-11 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 31bc1393dfc6a030916462c8305d1bf34ddb5468
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 11 18:46:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 11 18:48:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bc1393
dev-perl/Mail-Audit: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...Mail-Audit-2.228.0-r1.ebuild => Mail-Audit-2.228.0-r2.ebuild} | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r2.ebuild
similarity index 84%
rename from dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
rename to dev-perl/Mail-Audit/Mail-Audit-2.228.0-r2.ebuild
index 2b0a685a803..e0b5b4e7020 100644
--- a/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r1.ebuild
+++ b/dev-perl/Mail-Audit/Mail-Audit-2.228.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=RJBS
DIST_VERSION=2.228
@@ -11,8 +11,6 @@ DESCRIPTION="Mail sorting/delivery module for Perl"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
virtual/perl-Carp
@@ -26,8 +24,7 @@ RDEPEND="
dev-perl/Parse-RecDescent
virtual/perl-parent
"
-
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? ( >=virtual/perl-Test-Simple-0.960.0 )
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-11 18:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-22 20:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Mail-Audit/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2016-03-26 15:24 Agostino Sarubbo
2016-03-26 20:06 Andreas Hüttel
2021-11-11 18:48 Andreas K. Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox