* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/
@ 2016-01-04 18:48 Andreas Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-01-04 18:48 UTC (permalink / raw
To: gentoo-commits
commit: 25d167f593145274a77d64893e574d7d59395e8e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 17:09:03 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 18:48:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d167f5
dev-perl/Email-FolderType: Remove old
Package-Manager: portage-2.2.26
.../Email-FolderType/Email-FolderType-0.813.0.ebuild | 20 --------------------
dev-perl/Email-FolderType/Manifest | 1 -
2 files changed, 21 deletions(-)
diff --git a/dev-perl/Email-FolderType/Email-FolderType-0.813.0.ebuild b/dev-perl/Email-FolderType/Email-FolderType-0.813.0.ebuild
deleted file mode 100644
index a5edeca..0000000
--- a/dev-perl/Email-FolderType/Email-FolderType-0.813.0.ebuild
+++ /dev/null
@@ -1,20 +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=0.813
-inherit perl-module
-
-DESCRIPTION="Determine the type of a mail folder"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Module-Pluggable"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
diff --git a/dev-perl/Email-FolderType/Manifest b/dev-perl/Email-FolderType/Manifest
index dbc2cb8..02b64a7 100644
--- a/dev-perl/Email-FolderType/Manifest
+++ b/dev-perl/Email-FolderType/Manifest
@@ -1,2 +1 @@
-DIST Email-FolderType-0.813.tar.gz 19419 SHA256 0ed8c9eee0c858f32653cd66a95818ef99d9a4b25416c317ff6dffa7706ec108 SHA512 c9259b9ffc8d7efd88f8c18fc7f4116e7fffb8fcb514f457904a429b1f2b4a40835762a7ccbb2b8559f6035f743787a29e0b7e294f84e3cb2fdf4a2b3bd56eda WHIRLPOOL b53b486aafc43e673c2e478fd838084e1e4dc3d3ffcc5f3937892317dadc35eae67846133202961b1729affd0e4992219b41128ae0665bb59bd62a1b0842c68a
DIST Email-FolderType-0.814.tar.gz 22454 SHA256 a0648cfa85689f76e239f47314457f2901c22bfe504f5481e7dd833a275fe3ef SHA512 3cc7e408af57b852f8d037035da929fb3e07b76bbb53f0aa435397e57006483102433ca4a6ddc7108a4efef948d4569220f1b5aaced304df2ea732e9c3ef6192 WHIRLPOOL aee0f28388432a9839494e62756d8cde5ec9b9870d7237ad823597256c77a17fc598e75ec8ed35effcf92642049409bcf20f16472852f3f3b439217b193c04d3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/
@ 2019-07-10 14:30 Kent Fredric
0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2019-07-10 14:30 UTC (permalink / raw
To: gentoo-commits
commit: c138dbe064abec1999492a8eb7576e6f7d26bc12
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 10 14:30:15 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 10 14:30:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c138dbe0
dev-perl/Email-FolderType: Fix deps for bug #661302
- Convert to EAPI6
- Enable parallel tests
- Improve dependency coverage, including adding the critical missing dep
of dev-perl/Capture-Tiny
Bug: https://bugs.gentoo.org/661302
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Email-FolderType-0.814.0-r1.ebuild | 26 ++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild b/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild
new file mode 100644
index 00000000000..607de9f213d
--- /dev/null
+++ b/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.814
+inherit perl-module
+
+DESCRIPTION="Determine the type of a mail folder"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.570.0
+ dev-perl/Module-Pluggable
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ dev-perl/Capture-Tiny
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/
@ 2019-10-13 15:10 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2019-10-13 15:10 UTC (permalink / raw
To: gentoo-commits
commit: 66e6ceb5f7b739090c26335d3df9aed3e551b94a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 15:10:00 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 13 15:10:00 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e6ceb5
dev-perl/Email-FolderType: Remove old
Closes: https://bugs.gentoo.org/661302
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Email-FolderType/Email-FolderType-0.814.0.ebuild | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/dev-perl/Email-FolderType/Email-FolderType-0.814.0.ebuild b/dev-perl/Email-FolderType/Email-FolderType-0.814.0.ebuild
deleted file mode 100644
index ea3aded483c..00000000000
--- a/dev-perl/Email-FolderType/Email-FolderType-0.814.0.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.814
-inherit perl-module
-
-DESCRIPTION="Determine the type of a mail folder"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-perl/Module-Pluggable"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/
@ 2021-10-24 11:36 Andreas K. Hüttel
0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-10-24 11:36 UTC (permalink / raw
To: gentoo-commits
commit: 041f45e57439f93b8ce51b239d9f22e95f27b18b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 24 11:26:13 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 11:36:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=041f45e5
dev-perl/Email-FolderType: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...rType-0.814.0-r1.ebuild => Email-FolderType-0.814.0-r2.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild b/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r2.ebuild
similarity index 80%
rename from dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild
rename to dev-perl/Email-FolderType/Email-FolderType-0.814.0-r2.ebuild
index 8c95cba3194..20dbdfea782 100644
--- a/dev-perl/Email-FolderType/Email-FolderType-0.814.0-r1.ebuild
+++ b/dev-perl/Email-FolderType/Email-FolderType-0.814.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=0.814
@@ -11,14 +11,12 @@ DESCRIPTION="Determine the type of a mail folder"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
dev-perl/Module-Pluggable
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
dev-perl/Capture-Tiny
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/
@ 2022-08-19 2:40 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-08-19 2:40 UTC (permalink / raw
To: gentoo-commits
commit: df6865f68cecfe5cf3a61c755d9a5db03d57d6f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 02:29:33 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 02:29:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6865f6
dev-perl/Email-FolderType: add github upstream metadata
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Email-FolderType/metadata.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Email-FolderType/metadata.xml b/dev-perl/Email-FolderType/metadata.xml
index 5576fbd5b7e0..3975796098c6 100644
--- a/dev-perl/Email-FolderType/metadata.xml
+++ b/dev-perl/Email-FolderType/metadata.xml
@@ -12,5 +12,6 @@
<remote-id type="cpan-module">Email::FolderType::MH</remote-id>
<remote-id type="cpan-module">Email::FolderType::Maildir</remote-id>
<remote-id type="cpan-module">Email::FolderType::Mbox</remote-id>
+ <remote-id type="github">Perl-Email-Project/Email-FolderType</remote-id>
</upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-08-19 2:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-19 2:40 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2021-10-24 11:36 Andreas K. Hüttel
2019-10-13 15:10 Andreas K. Hüttel
2019-07-10 14:30 Kent Fredric
2016-01-04 18:48 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox