public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2015-08-11 20:32 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2015-08-11 20:32 UTC (permalink / raw
  To: gentoo-commits

commit:     96f540b7dfcd83ceb6da4185dc667f64e914d6fe
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 20:28:02 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 20:28:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96f540b7

dev-perl/Test-CleanNamespaces: Add ~arm keyword wrt bug #555892

Package-Manager: portage-2.2.20

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index 1d28b01..0d0320a 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2015-09-08  5:08 Jeroen Roovers
  0 siblings, 0 replies; 33+ messages in thread
From: Jeroen Roovers @ 2015-09-08  5:08 UTC (permalink / raw
  To: gentoo-commits

commit:     469adc719ce36043df6b3ca0a76fd4c37b1f8a1f
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 05:07:10 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 05:07:10 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=469adc71

dev-perl/Test-CleanNamespaces: Mark ~hppa (bug #555892).

Package-Manager: portage-2.2.20.1

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index 0d0320a..e17a0f5 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2015-09-27  5:52 Jeroen Roovers
  0 siblings, 0 replies; 33+ messages in thread
From: Jeroen Roovers @ 2015-09-27  5:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f334f457ab708358b3723dd25b3ffe7d0c4f457a
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 05:49:59 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 05:49:59 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f334f457

dev-perl/Test-CleanNamespaces: Mark ~ppc64 (bug #555892).

Package-Manager: portage-2.2.20.1
RepoMan-Options: --ignore-arches

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index e17a0f5..5055f99 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2015-09-27  8:36 Mikle Kolyada
  0 siblings, 0 replies; 33+ messages in thread
From: Mikle Kolyada @ 2015-09-27  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     5ad7dcfb59dc4b80c6d52eb27c18a0576569b609
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 08:30:41 2015 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 08:30:41 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad7dcfb

dev-perl/Test-CleanNamespaces: Add ~ppc keyword wrt bug #555892

Package-Manager: portage-2.2.20.1

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index 5055f99..ce03c48 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2016-01-24 16:40 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2016-01-24 16:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b36037d61b5a1e0df5e356cccf26695c4a48edb3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:39:06 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:40:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36037d6

dev-perl/Test-CleanNamespaces: amd64 stable wrt bug #569840

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index ce03c48..c12a6cd 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2016-02-06  7:59 Jeroen Roovers
  0 siblings, 0 replies; 33+ messages in thread
From: Jeroen Roovers @ 2016-02-06  7:59 UTC (permalink / raw
  To: gentoo-commits

commit:     e97bd9467834648cf432bcca3990bc8934b60beb
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 07:45:09 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 07:58:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97bd946

dev-perl/Test-CleanNamespaces: Stable for HPPA (bug #569840).

Package-Manager: portage-2.2.27
RepoMan-Options: --ignore-arches

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index c12a6cd..9341e56 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2016-08-02 22:15 Kent Fredric
  0 siblings, 0 replies; 33+ messages in thread
From: Kent Fredric @ 2016-08-02 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     1e16f7f70a224731b1b7bc53bb47b8ab1da211e9
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 21:51:05 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 22:14:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e16f7f7

dev-perl/Test-CleanNamespaces: Weaken dependency on dev-perl/Test-Tester

Without this fix, Test-CleanNamespaces effectively needs perl-5.22
stabilized in order to satisfy Test-Tester from Perl-5.22

However, satisfying Test-Tester from a mechanism other than Perl-5.22
confuses portages dependency resolver, and confuses portage to not be able
to upgrade perl, and not being able to upgrade perl means perl can't be
stabilized, invoking a stabilization-needs-stabilization bug.

Hence, the choice here optimises for assuming stabilization will
happen/has happened, and removes any dependency on Test::Tester, assuming
portage will eventually provide it for you.

And just to be sure, we use perl before the test phase executes
to determine if Test::Tester was /actually/ installed and then only run tests
if it was.

This means before stabilization, some people *might* install this and not have
tests run, but everyone *will* get tests working after stabilization, as
opposed to the opposite occurring and stabilization being blocked.

Bug: https://bugs.gentoo.org/584238

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 .../Test-CleanNamespaces-0.180.0.ebuild                    | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index 9341e56..fcb229a 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -43,7 +43,6 @@ DEPEND="${RDEPEND}
 		dev-perl/Test-Deep
 		>=virtual/perl-Test-Simple-0.880.0
 		dev-perl/Test-Requires
-		|| ( >=virtual/perl-Test-Simple-1.1.14 dev-perl/Test-Tester )
 		>=dev-perl/Test-Warnings-0.9.0
 		virtual/perl-if
 		virtual/perl-parent
@@ -51,3 +50,14 @@ DEPEND="${RDEPEND}
 "
 
 SRC_TEST="do parallel"
+
+src_test() {
+	# Bug 584238 Avoidance
+	if perl -e 'exit ( eval { require Test::Tester; 1 } ? 0 : 1 )'; then
+		perl-module_src_test
+	else
+		einfo "Test phase skipped: Test::Tester required for tests"
+		einfo "Please upgrade to >=dev-lang/perl-5.22.0 or >=virtual/perl-Test-Simple-1.1.10"
+		einfo "if you want this tested"
+	fi
+}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2017-05-22 10:36 Michael Weber
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Weber @ 2017-05-22 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     d08e0bd34e69c60ac25761a6553a5ef5bcf3bc0c
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 10:35:29 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon May 22 10:36:06 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d08e0bd3

dev-perl/Test-CleanNamespaces: ppc stable (bug 617120)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index eed0a410698..424b56d23e8 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2017-05-22 11:43 Michael Weber
  0 siblings, 0 replies; 33+ messages in thread
From: Michael Weber @ 2017-05-22 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     494afabda7f252cd2bfb8205ee1f9d0bdb2d5a81
Author:     Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 11:36:28 2017 +0000
Commit:     Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon May 22 11:42:34 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=494afabd

dev-perl/Test-CleanNamespaces: ppc64 stable (bug 617120)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
index 424b56d23e8..5751cb0cb7e 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-02-28 22:10 Kent Fredric
  0 siblings, 0 replies; 33+ messages in thread
From: Kent Fredric @ 2018-02-28 22:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6fbc30764dc964772bb3a02e7501dc86432283b6
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 22:09:29 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 22:09:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fbc3076

dev-perl/Test-CleanNamespaces: Bump to version 0.220.0

- EAPI6

Upstream:
- Remove dependence on namespace-clean, Sub::Exporter, and
  File::Find::Rule

Keywords:
- Dropped hppa due to dev-perl/File-pushd

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 dev-perl/Test-CleanNamespaces/Manifest             |  1 +
 .../Test-CleanNamespaces-0.220.0.ebuild            | 49 ++++++++++++++++++++++
 dev-perl/Test-CleanNamespaces/metadata.xml         |  4 ++
 3 files changed, 54 insertions(+)

diff --git a/dev-perl/Test-CleanNamespaces/Manifest b/dev-perl/Test-CleanNamespaces/Manifest
index edf5a5e47a2..54b1cb62c21 100644
--- a/dev-perl/Test-CleanNamespaces/Manifest
+++ b/dev-perl/Test-CleanNamespaces/Manifest
@@ -1 +1,2 @@
 DIST Test-CleanNamespaces-0.18.tar.gz 31439 BLAKE2B bb89bffb89a0adda6552e1f925c7490b0895ee706482966e8fe2ff76fdea9cf497c7066e53443c8ffd4bf8404c8a6925bfdebd5d7c7d7c0d1e04714e1ffb74ca SHA512 5e6d732eedff64990a20c16ca5b54441515bde557d63c9d685080e9e1fe709c7adc63f38dcaa83f9e2d78976754b57b720d22448dd30d20cd9343191229ecd6f
+DIST Test-CleanNamespaces-0.22.tar.gz 34307 BLAKE2B d07e7980870e05a9d16d6a9ac842c6c4374168b72b2351a42b7f5908ddf1fc5bae883c184f9ffd9a52b2c21e48298c0ffe3f8531d2226bf08a130260c4074079 SHA512 9ccb456aa502421e7fe4a5b91f629596cff04fdee2211288e4b8b3b2faeb1a9049d31e2a5ca4ce332914759ffa35d8027a1ccdcd157618e99545cb071d8797cc

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
new file mode 100644
index 00000000000..277d71bbd85
--- /dev/null
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.22
+inherit perl-module
+
+DESCRIPTION="Check for uncleaned imports"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+IUSE="test minimal"
+
+# r:Test::Builder -> Test-Simple
+# t:Scalar::Util -> Scalar-List-Utils
+# t:Test::Tester -> ( Ugh )
+RDEPEND="
+	!minimal? (
+		dev-perl/Package-Stash-XS
+	)
+	>=virtual/perl-Exporter-5.570.0
+	virtual/perl-File-Spec
+	dev-perl/Module-Runtime
+	>=dev-perl/Package-Stash-0.140.0
+	dev-perl/Sub-Identify
+	virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
+	virtual/perl-ExtUtils-MakeMaker
+	!<dev-perl/Role-Tiny-1.3.0
+	test? (
+		!minimal? (
+			>=virtual/perl-CPAN-Meta-2.120.900
+		)
+		dev-perl/File-pushd
+		virtual/perl-Scalar-List-Utils
+		dev-perl/Sub-Exporter
+		dev-perl/Test-Deep
+		dev-perl/Test-Needs
+		>=virtual/perl-Test-Simple-1.1.10
+		>=dev-perl/Test-Warnings-0.9.0
+		virtual/perl-if
+		dev-perl/namespace-clean
+		virtual/perl-parent
+	)
+"

diff --git a/dev-perl/Test-CleanNamespaces/metadata.xml b/dev-perl/Test-CleanNamespaces/metadata.xml
index 2b9a936fc0a..aa3c3d96527 100644
--- a/dev-perl/Test-CleanNamespaces/metadata.xml
+++ b/dev-perl/Test-CleanNamespaces/metadata.xml
@@ -5,4 +5,8 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Test-CleanNamespaces</remote-id>
+    <remote-id type="cpan-module">Test::CleanNamespaces</remote-id>
+  </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-07-16  6:54 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2018-07-16  6:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7263976edc6a9beaaee9c4f4226b5483affb891c
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jul 16 06:45:41 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 06:54:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7263976e

dev-perl/Test-CleanNamespaces: keyworded 0.220.0 for sparc, bug #661194

Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="sparc"

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 277d71bbd85..8a307493280 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-09-07 23:28 Kent Fredric
  0 siblings, 0 replies; 33+ messages in thread
From: Kent Fredric @ 2018-09-07 23:28 UTC (permalink / raw
  To: gentoo-commits

commit:     d0426eca8be92d623bf0c3788032db536e61de7f
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  7 23:06:48 2018 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Sep  7 23:28:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0426eca

dev-perl/Test-CleanNamespaces: Restore ~hppa keywords

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 8a307493280..f65fc655962 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-10-01  0:07 Thomas Deutschmann
  0 siblings, 0 replies; 33+ messages in thread
From: Thomas Deutschmann @ 2018-10-01  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     252ccc2acb96d08d6680265cbe7babe2c41fc9e6
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 30 23:48:58 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Oct  1 00:06:25 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252ccc2a

dev-perl/Test-CleanNamespaces: x86 stable (bug #667266)

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index f65fc655962..259f11f771c 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-10-06 19:34 Matt Turner
  0 siblings, 0 replies; 33+ messages in thread
From: Matt Turner @ 2018-10-06 19:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d71135bc52023899568c0ff6f07b15fb90d548e8
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  6 19:33:44 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct  6 19:33:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71135bc

dev-perl/Test-CleanNamespaces-0.220.0: ppc64 stable, bug 667266

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index d29a6709eee..7d8c08b412f 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-10-27 19:04 Fabian Groffen
  0 siblings, 0 replies; 33+ messages in thread
From: Fabian Groffen @ 2018-10-27 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     fee61d8122c091e0f652eb91a5806acdedf504f1
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 18:17:13 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 19:04:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee61d81

dev-perl/Test-CleanNamespaces: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 7d8c08b412f..96763c540a9 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-11-23 13:06 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2018-11-23 13:06 UTC (permalink / raw
  To: gentoo-commits

commit:     496752ddf38c65bf10ef524fdbaf0638d88ff356
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 13:06:05 2018 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 13:06:05 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496752dd

dev-perl/Test-CleanNamespaces: amd64 stable wrt bug #667266

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 96763c540a9..dd5c611abba 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2018-12-01 15:10 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2018-12-01 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     15afe8e9c19efb49b834b03a7a951d59548c66bf
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  1 15:08:35 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Dec  1 15:08:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15afe8e9

dev-perl/Test-CleanNamespaces: stable 0.220.0 for hppa, bug #667266

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index dd5c611abba..a6b90a19235 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2019-04-13 17:27 Aaron Bauman
  0 siblings, 0 replies; 33+ messages in thread
From: Aaron Bauman @ 2019-04-13 17:27 UTC (permalink / raw
  To: gentoo-commits

commit:     1b156e826553721df8e7c2004c5a65b61e4eb59d
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:20:37 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 17:27:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b156e82

dev-perl/Test-CleanNamespaces: arm64 keyworded (bug #683162)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index a6b90a19235..26cd55dde82 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2019-06-24 10:13 Kent Fredric
  0 siblings, 0 replies; 33+ messages in thread
From: Kent Fredric @ 2019-06-24 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     27b214d806e6620b54dbd8a4a7f2828f735fbae5
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 24 10:12:14 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 24 10:13:01 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27b214d8

dev-perl/Test-CleanNamespaces: Bump to version 0.240.0

Upstream:
- Properly perform test skipping ( previously tripped failures when
    moose was not installed )
- Improve detection of constant subs

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Manifest             |  1 +
 .../Test-CleanNamespaces-0.240.0.ebuild            | 50 ++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/dev-perl/Test-CleanNamespaces/Manifest b/dev-perl/Test-CleanNamespaces/Manifest
index 54b1cb62c21..a57ebc8f187 100644
--- a/dev-perl/Test-CleanNamespaces/Manifest
+++ b/dev-perl/Test-CleanNamespaces/Manifest
@@ -1,2 +1,3 @@
 DIST Test-CleanNamespaces-0.18.tar.gz 31439 BLAKE2B bb89bffb89a0adda6552e1f925c7490b0895ee706482966e8fe2ff76fdea9cf497c7066e53443c8ffd4bf8404c8a6925bfdebd5d7c7d7c0d1e04714e1ffb74ca SHA512 5e6d732eedff64990a20c16ca5b54441515bde557d63c9d685080e9e1fe709c7adc63f38dcaa83f9e2d78976754b57b720d22448dd30d20cd9343191229ecd6f
 DIST Test-CleanNamespaces-0.22.tar.gz 34307 BLAKE2B d07e7980870e05a9d16d6a9ac842c6c4374168b72b2351a42b7f5908ddf1fc5bae883c184f9ffd9a52b2c21e48298c0ffe3f8531d2226bf08a130260c4074079 SHA512 9ccb456aa502421e7fe4a5b91f629596cff04fdee2211288e4b8b3b2faeb1a9049d31e2a5ca4ce332914759ffa35d8027a1ccdcd157618e99545cb071d8797cc
+DIST Test-CleanNamespaces-0.24.tar.gz 36740 BLAKE2B 77b42fec35eea417e65c2d80f749d2540f3a9e9748b8f13da8c2357b3da841ac465e70c097a46bd0b795a8822f744393a9181f1247186e31c5751b3f264e5ff3 SHA512 f99d3dea0af3ae654819c72ed9672234953edf5c8e5f3c6271a578761ee371e2ed670df07a8a8c2adba91c42404ac94b8d479acc91ae16a4536c0f2fd99809a7

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
new file mode 100644
index 00000000000..7e721ad8f98
--- /dev/null
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.24
+inherit perl-module
+
+DESCRIPTION="Check for uncleaned imports"
+
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test minimal"
+
+# r:Test::Builder -> Test-Simple
+# t:Scalar::Util -> Scalar-List-Utils
+# t:Test::Tester -> ( Ugh )
+RDEPEND="
+	!minimal? (
+		dev-perl/Package-Stash-XS
+	)
+	>=virtual/perl-Exporter-5.570.0
+	virtual/perl-File-Spec
+	dev-perl/Module-Runtime
+	>=dev-perl/Package-Stash-0.140.0
+	dev-perl/Sub-Identify
+	virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Module-Metadata
+	!<dev-perl/Role-Tiny-1.3.0
+	test? (
+		!minimal? (
+			>=virtual/perl-CPAN-Meta-2.120.900
+		)
+		dev-perl/File-pushd
+		virtual/perl-Scalar-List-Utils
+		dev-perl/Sub-Exporter
+		dev-perl/Test-Deep
+		dev-perl/Test-Needs
+		>=virtual/perl-Test-Simple-1.1.10
+		>=dev-perl/Test-Warnings-0.9.0
+		virtual/perl-if
+		dev-perl/namespace-clean
+		virtual/perl-parent
+	)
+"


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2019-07-25  6:48 Kent Fredric
  0 siblings, 0 replies; 33+ messages in thread
From: Kent Fredric @ 2019-07-25  6:48 UTC (permalink / raw
  To: gentoo-commits

commit:     388944cb18749b6e50e3f17b5330332ec54c2631
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 01:25:59 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 06:47:24 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=388944cb

dev-perl/Test-CleanNamespaces: Cleanup old versions

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Manifest             |  1 -
 .../Test-CleanNamespaces-0.180.0.ebuild            | 62 ----------------------
 2 files changed, 63 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Manifest b/dev-perl/Test-CleanNamespaces/Manifest
index a57ebc8f187..fd77bb2ea94 100644
--- a/dev-perl/Test-CleanNamespaces/Manifest
+++ b/dev-perl/Test-CleanNamespaces/Manifest
@@ -1,3 +1,2 @@
-DIST Test-CleanNamespaces-0.18.tar.gz 31439 BLAKE2B bb89bffb89a0adda6552e1f925c7490b0895ee706482966e8fe2ff76fdea9cf497c7066e53443c8ffd4bf8404c8a6925bfdebd5d7c7d7c0d1e04714e1ffb74ca SHA512 5e6d732eedff64990a20c16ca5b54441515bde557d63c9d685080e9e1fe709c7adc63f38dcaa83f9e2d78976754b57b720d22448dd30d20cd9343191229ecd6f
 DIST Test-CleanNamespaces-0.22.tar.gz 34307 BLAKE2B d07e7980870e05a9d16d6a9ac842c6c4374168b72b2351a42b7f5908ddf1fc5bae883c184f9ffd9a52b2c21e48298c0ffe3f8531d2226bf08a130260c4074079 SHA512 9ccb456aa502421e7fe4a5b91f629596cff04fdee2211288e4b8b3b2faeb1a9049d31e2a5ca4ce332914759ffa35d8027a1ccdcd157618e99545cb071d8797cc
 DIST Test-CleanNamespaces-0.24.tar.gz 36740 BLAKE2B 77b42fec35eea417e65c2d80f749d2540f3a9e9748b8f13da8c2357b3da841ac465e70c097a46bd0b795a8822f744393a9181f1247186e31c5751b3f264e5ff3 SHA512 f99d3dea0af3ae654819c72ed9672234953edf5c8e5f3c6271a578761ee371e2ed670df07a8a8c2adba91c42404ac94b8d479acc91ae16a4536c0f2fd99809a7

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
deleted file mode 100644
index 5751cb0cb7e..00000000000
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.180.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.18
-inherit perl-module
-
-DESCRIPTION="Check for uncleaned imports"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm hppa ppc ppc64 x86"
-IUSE="test minimal"
-
-# r:Test::Builder -> Test-Simple
-# t:Scalar::Util -> Scalar-List-Utils
-# t:Test::Tester -> ( Ugh )
-RDEPEND="
-	!minimal? (
-		dev-perl/Package-Stash-XS
-	)
-	dev-perl/File-Find-Rule
-	dev-perl/File-Find-Rule-Perl
-	virtual/perl-File-Spec
-	dev-perl/Module-Runtime
-	>=dev-perl/Package-Stash-0.140.0
-	dev-perl/Sub-Exporter
-	dev-perl/Sub-Identify
-	virtual/perl-Test-Simple
-	dev-perl/namespace-clean
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	!<dev-perl/Role-Tiny-1.3.0
-	test? (
-		!minimal? (
-			>=virtual/perl-CPAN-Meta-2.120.900
-		)
-		virtual/perl-Exporter
-		virtual/perl-Scalar-List-Utils
-		dev-perl/Test-Deep
-		>=virtual/perl-Test-Simple-0.880.0
-		dev-perl/Test-Requires
-		>=dev-perl/Test-Warnings-0.9.0
-		virtual/perl-if
-		virtual/perl-parent
-	)
-"
-
-SRC_TEST="do parallel"
-
-src_test() {
-	# Bug 584238 Avoidance
-	if perl -e 'exit ( eval { require Test::Tester; 1 } ? 0 : 1 )'; then
-		perl-module_src_test
-	else
-		einfo "Test phase skipped: Test::Tester required for tests"
-		einfo "Please upgrade to >=dev-lang/perl-5.22.0 or >=virtual/perl-Test-Simple-1.1.10"
-		einfo "if you want this tested"
-	fi
-}


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2019-07-28 17:16 Aaron Bauman
  0 siblings, 0 replies; 33+ messages in thread
From: Aaron Bauman @ 2019-07-28 17:16 UTC (permalink / raw
  To: gentoo-commits

commit:     3662e593a46feb6e9e5881216bb2e2b2308182f1
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 17:15:19 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 17:16:03 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3662e593

dev-perl/Test-CleanNamespaces: arm64 stable

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 26cd55dde82..2d1666851e8 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2019-09-13 23:51 Matt Turner
  0 siblings, 0 replies; 33+ messages in thread
From: Matt Turner @ 2019-09-13 23:51 UTC (permalink / raw
  To: gentoo-commits

commit:     4bc01b16e550164b51f95c7f6bf5ba95452473a0
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 23:51:33 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 23:51:47 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc01b16

dev-perl/Test-CleanNamespaces-0.220.0: sparc stable

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 2d1666851e8..95a56c2df17 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 ~sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 
 # r:Test::Builder -> Test-Simple


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-04-12  9:34 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2020-04-12  9:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5f4468e8273f58a724a217c8cc0db040acc3230f
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Apr 12 09:05:04 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 09:34:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f4468e8

dev-perl/Test-CleanNamespaces: stable 0.240.0 for sparc, bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index 2b68bd6c176..34bb4c8f4d9 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-04-12 11:39 Mart Raudsepp
  0 siblings, 0 replies; 33+ messages in thread
From: Mart Raudsepp @ 2020-04-12 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     62a7dfb1cad84239bfb3eeb776223105f9fcf9c6
Author:     Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Apr 12 11:32:26 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 11:38:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a7dfb1

dev-perl/Test-CleanNamespaces: arm64 stable (bug #717060)

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index 34bb4c8f4d9..b365f7107a8 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-04-12 18:27 Sergei Trofimovich
  0 siblings, 0 replies; 33+ messages in thread
From: Sergei Trofimovich @ 2020-04-12 18:27 UTC (permalink / raw
  To: gentoo-commits

commit:     f111ed56197cac67ee4e7d13b6fe3ab1dc5652d0
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Apr 12 14:24:09 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Apr 12 18:27:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f111ed56

dev-perl/Test-CleanNamespaces: stable 0.240.0 for hppa, bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index b365f7107a8..9dc5428a9ed 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-04-14 12:59 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 12:59 UTC (permalink / raw
  To: gentoo-commits

commit:     ac43e90686ded167c34534ae3875e4a824e18987
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 12:57:52 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 12:59:20 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac43e906

dev-perl/Test-CleanNamespaces: amd64 stable wrt bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index 9dc5428a9ed..e10e42694ff 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-04-14 14:03 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ea5f6c8e3b4db680ad24a304b86616122819be0a
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 14:02:53 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 14:02:53 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea5f6c8e

dev-perl/Test-CleanNamespaces: x86 stable wrt bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index e10e42694ff..12b45bc5ae2 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-04-14 15:45 Agostino Sarubbo
  0 siblings, 0 replies; 33+ messages in thread
From: Agostino Sarubbo @ 2020-04-14 15:45 UTC (permalink / raw
  To: gentoo-commits

commit:     ab4ce9775855ef65038f0df3c1c58e127a5f0c1e
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 15:45:22 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 15:45:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab4ce977

dev-perl/Test-CleanNamespaces: ppc64 stable wrt bug #717060

Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index 12b45bc5ae2..7ab7e2265c4 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ppc ~ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ~ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-07-06  2:51 Matt Turner
  0 siblings, 0 replies; 33+ messages in thread
From: Matt Turner @ 2020-07-06  2:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5a250f112f211e91234297f91de2e5c262c31d8c
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  6 02:48:04 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Jul  6 02:48:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a250f11

dev-perl/Test-CleanNamespaces: Stabilize 0.240.0 ppc, #717060

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index 7ab7e2265c4..ce6943d1cde 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ~ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2020-07-20 20:45 Kent Fredric
  0 siblings, 0 replies; 33+ messages in thread
From: Kent Fredric @ 2020-07-20 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     6bdcc9f6d46dd405b834beefd58a86bf002912b1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 20:04:19 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 20:43:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdcc9f6

dev-perl/Test-CleanNamespaces: Drop various prefixes re bug #673504

Depends:
- dev-perl/namespace-clean
 - dev-perl/B-Hooks-EndOfScope
  - dev-perl/Module-Implementation
   - dev-perl/Test-Requires

Bug: https://bugs.gentoo.org/673504
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild | 4 ++--
 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
index 4e5f8bc2448..39ef32c8eb2 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
index ce6943d1cde..3eaa2a9ec4c 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 hppa ppc ppc64 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2021-08-16 21:12 Andreas K. Hüttel
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas K. Hüttel @ 2021-08-16 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     f130123b4ef3e4bf7b5f60ca33285594bb964719
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 20:59:37 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:11:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f130123b

dev-perl/Test-CleanNamespaces: EAPI=8 bump

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...s-0.240.0.ebuild => Test-CleanNamespaces-0.240.0-r1.ebuild} | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
similarity index 85%
rename from dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
rename to dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
index f57eefdbd19..f98f6a1ab75 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=ETHER
 DIST_VERSION=0.24
@@ -11,12 +11,8 @@ DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
 KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
+IUSE="minimal"
 
-# r:Test::Builder -> Test-Simple
-# t:Scalar::Util -> Scalar-List-Utils
-# t:Test::Tester -> ( Ugh )
 RDEPEND="
 	!minimal? (
 		dev-perl/Package-Stash-XS
@@ -28,7 +24,7 @@ RDEPEND="
 	dev-perl/Sub-Identify
 	virtual/perl-Test-Simple
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
 	virtual/perl-ExtUtils-MakeMaker
 	virtual/perl-Module-Metadata


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2021-08-16 21:12 Andreas K. Hüttel
  0 siblings, 0 replies; 33+ messages in thread
From: Andreas K. Hüttel @ 2021-08-16 21:12 UTC (permalink / raw
  To: gentoo-commits

commit:     4a9f1b6cef6a4c37856ff5149f911790a4fe2ff6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 20:58:31 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:11:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a9f1b6c

dev-perl/Test-CleanNamespaces: Remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Manifest             |  1 -
 .../Test-CleanNamespaces-0.220.0.ebuild            | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/dev-perl/Test-CleanNamespaces/Manifest b/dev-perl/Test-CleanNamespaces/Manifest
index fd77bb2ea94..675d8aa4040 100644
--- a/dev-perl/Test-CleanNamespaces/Manifest
+++ b/dev-perl/Test-CleanNamespaces/Manifest
@@ -1,2 +1 @@
-DIST Test-CleanNamespaces-0.22.tar.gz 34307 BLAKE2B d07e7980870e05a9d16d6a9ac842c6c4374168b72b2351a42b7f5908ddf1fc5bae883c184f9ffd9a52b2c21e48298c0ffe3f8531d2226bf08a130260c4074079 SHA512 9ccb456aa502421e7fe4a5b91f629596cff04fdee2211288e4b8b3b2faeb1a9049d31e2a5ca4ce332914759ffa35d8027a1ccdcd157618e99545cb071d8797cc
 DIST Test-CleanNamespaces-0.24.tar.gz 36740 BLAKE2B 77b42fec35eea417e65c2d80f749d2540f3a9e9748b8f13da8c2357b3da841ac465e70c097a46bd0b795a8822f744393a9181f1247186e31c5751b3f264e5ff3 SHA512 f99d3dea0af3ae654819c72ed9672234953edf5c8e5f3c6271a578761ee371e2ed670df07a8a8c2adba91c42404ac94b8d479acc91ae16a4536c0f2fd99809a7

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
deleted file mode 100644
index 005332b7da4..00000000000
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.220.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.22
-inherit perl-module
-
-DESCRIPTION="Check for uncleaned imports"
-
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-
-# r:Test::Builder -> Test-Simple
-# t:Scalar::Util -> Scalar-List-Utils
-# t:Test::Tester -> ( Ugh )
-RDEPEND="
-	!minimal? (
-		dev-perl/Package-Stash-XS
-	)
-	>=virtual/perl-Exporter-5.570.0
-	virtual/perl-File-Spec
-	dev-perl/Module-Runtime
-	>=dev-perl/Package-Stash-0.140.0
-	dev-perl/Sub-Identify
-	virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-CPAN-Meta-Requirements-2.120.620
-	virtual/perl-ExtUtils-MakeMaker
-	!<dev-perl/Role-Tiny-1.3.0
-	test? (
-		!minimal? (
-			>=virtual/perl-CPAN-Meta-2.120.900
-		)
-		dev-perl/File-pushd
-		virtual/perl-Scalar-List-Utils
-		dev-perl/Sub-Exporter
-		dev-perl/Test-Deep
-		dev-perl/Test-Needs
-		>=virtual/perl-Test-Simple-1.1.10
-		>=dev-perl/Test-Warnings-0.9.0
-		virtual/perl-if
-		dev-perl/namespace-clean
-		virtual/perl-parent
-	)
-"


^ permalink raw reply related	[flat|nested] 33+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/
@ 2021-09-17  7:51 Yixun Lan
  0 siblings, 0 replies; 33+ messages in thread
From: Yixun Lan @ 2021-09-17  7:51 UTC (permalink / raw
  To: gentoo-commits

commit:     cf3a4fb70ba93638e41882b5da7e31fdf0d54d66
Author:     Alex Fan <alexfanqi <AT> yahoo <DOT> com>
AuthorDate: Thu Sep 16 11:26:38 2021 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Fri Sep 17 07:50:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf3a4fb7

dev-perl/Test-CleanNamespaces: keyword 0.240.0-r1 for ~riscv

Signed-off-by: Alex Fan <alexfanqi <AT> yahoo.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
index f98f6a1ab75..cf5da5df97b 100644
--- a/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
+++ b/dev-perl/Test-CleanNamespaces/Test-CleanNamespaces-0.240.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Check for uncleaned imports"
 
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="amd64 ~arm arm64 ~hppa ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="minimal"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2021-09-17  7:51 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-13 17:27 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-CleanNamespaces/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-09-17  7:51 Yixun Lan
2021-08-16 21:12 Andreas K. Hüttel
2021-08-16 21:12 Andreas K. Hüttel
2020-07-20 20:45 Kent Fredric
2020-07-06  2:51 Matt Turner
2020-04-14 15:45 Agostino Sarubbo
2020-04-14 14:03 Agostino Sarubbo
2020-04-14 12:59 Agostino Sarubbo
2020-04-12 18:27 Sergei Trofimovich
2020-04-12 11:39 Mart Raudsepp
2020-04-12  9:34 Sergei Trofimovich
2019-09-13 23:51 Matt Turner
2019-07-28 17:16 Aaron Bauman
2019-07-25  6:48 Kent Fredric
2019-06-24 10:13 Kent Fredric
2018-12-01 15:10 Sergei Trofimovich
2018-11-23 13:06 Agostino Sarubbo
2018-10-27 19:04 Fabian Groffen
2018-10-06 19:34 Matt Turner
2018-10-01  0:07 Thomas Deutschmann
2018-09-07 23:28 Kent Fredric
2018-07-16  6:54 Sergei Trofimovich
2018-02-28 22:10 Kent Fredric
2017-05-22 11:43 Michael Weber
2017-05-22 10:36 Michael Weber
2016-08-02 22:15 Kent Fredric
2016-02-06  7:59 Jeroen Roovers
2016-01-24 16:40 Agostino Sarubbo
2015-09-27  8:36 Mikle Kolyada
2015-09-27  5:52 Jeroen Roovers
2015-09-08  5:08 Jeroen Roovers
2015-08-11 20:32 Mikle Kolyada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox