[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/

2022-08-18 Thread Sam James
commit: df6865f68cecfe5cf3a61c755d9a5db03d57d6f9
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 19 02:29:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 19 02:29:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6865f6

dev-perl/Email-FolderType: add github upstream metadata

Signed-off-by: Sam James  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 @@
 Email::FolderType::MH
 Email::FolderType::Maildir
 Email::FolderType::Mbox
+Perl-Email-Project/Email-FolderType
   
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/

2021-10-24 Thread Andreas K. Hüttel
commit: 041f45e57439f93b8ce51b239d9f22e95f27b18b
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 24 11:26:13 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 24 11:36:03 2021 +
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  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



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/

2019-10-13 Thread Andreas K. Hüttel
commit: 66e6ceb5f7b739090c26335d3df9aed3e551b94a
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Oct 13 15:10:00 2019 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sun Oct 13 15:10:00 2019 +
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  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..000
--- 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"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/

2019-07-10 Thread Kent Fredric
commit: c138dbe064abec1999492a8eb7576e6f7d26bc12
Author: Kent Fredric  gentoo  org>
AuthorDate: Wed Jul 10 14:30:15 2019 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Wed Jul 10 14:30:15 2019 +
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  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 000..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
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Email-FolderType/

2016-01-04 Thread Andreas Hüttel
commit: 25d167f593145274a77d64893e574d7d59395e8e
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Jan  4 17:09:03 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Jan  4 18:48:01 2016 +
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..000
--- 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