[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2022-01-29 Thread Jakov Smolić
commit: bcf6ba5c0d7e0180b974104718f4f1684fd59931
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Jan 29 11:04:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Jan 29 11:06:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf6ba5c

dev-perl/Test-NoWarnings: drop 1.40.0-r3 (EAPI 5--)

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-perl/Test-NoWarnings/Manifest  |  1 -
 .../Test-NoWarnings-1.40.0-r3.ebuild   | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/Test-NoWarnings/Manifest 
b/dev-perl/Test-NoWarnings/Manifest
index b773d16da190..a0937f78c561 100644
--- a/dev-perl/Test-NoWarnings/Manifest
+++ b/dev-perl/Test-NoWarnings/Manifest
@@ -1,2 +1 @@
-DIST Test-NoWarnings-1.04.tar.gz 18204 BLAKE2B 
60f8eae51f8ada20f91d7b512d254c224a7d3ca3c4d4e72d614338fa2561e31a4224d619157b8ecda5405e4cf900783c1d3d4759eccf92722bd72d75a6710e0a
 SHA512 
48126d2385e6f7863067f541763f64bc72132f6093f316f75d15ad7dca9b863dc469dff18c6e3f93105647844acb5cd10e4d056d3aa19217cb9588eb8a5f0d7a
 DIST Test-NoWarnings-1.06.tar.gz 19445 BLAKE2B 
6efda6a421925b1c740e49ad81e9ab929c48dbbf2a93fa1a97b48149dffa974e24cac0debdc813b5f38b06636163891f0d5441d3ccda340d214ac5b452ef6e02
 SHA512 
e8ceef3d56942996107a20843fd75fb4353f7ec787029e0f43c2d64f57267f2cb5be3b07d6744d32d41770181ce1c712f50f57df7bdea141acca75897485d7af

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
deleted file mode 100644
index 619aeba6c790..
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="Make sure you didn't emit any warnings while testing"
-
-SLOT="0"
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="virtual/perl-Test-Simple"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-09 Thread Sam James
commit: 5063e25e6e74ddd8c6bd0b70ca92797e4cd79e76
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Dec  9 16:24:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Dec  9 21:58:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5063e25e

dev-perl/Test-NoWarnings: stable 1.60.0 for hppa, bug #828198

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index c233e196859e..4f99b9c8a91e 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-04 Thread Sam James
commit: 4052962a9c1d73e3e5c9f9a75b5175ca294bd4e4
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:04:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:04:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4052962a

dev-perl/Test-NoWarnings: Stabilize 1.60.0 ppc, #828198

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index a78294564662..509b50434cfe 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-04 Thread Sam James
commit: 13f099b0f99725682fb24621456d8e3b7948c6cc
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:03:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:03:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f099b0

dev-perl/Test-NoWarnings: Stabilize 1.60.0 arm64, #828198

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index 2e081fe1cf17..a78294564662 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-04 Thread Sam James
commit: 3750fa469cffd56d7720d721680f81169e281aa2
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 04:01:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 04:01:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3750fa46

dev-perl/Test-NoWarnings: Stabilize 1.60.0 x86, #828198

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index 88f6812d3821..2e081fe1cf17 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-04 Thread Sam James
commit: 78862363be90b5ec8a210c0b1339aa545b34de6e
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:45:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:45:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78862363

dev-perl/Test-NoWarnings: Stabilize 1.60.0 arm, #828198

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index f814730e38e3..88f6812d3821 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-04 Thread Sam James
commit: db7d1511f1fbcba53a9b0bc43926b2b8dde2856a
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:32:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:32:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db7d1511

dev-perl/Test-NoWarnings: Stabilize 1.60.0 ppc64, #828198

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index 4ebaa161ac4c..f814730e38e3 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-12-04 Thread Sam James
commit: ac0f99c01d67bbd5c349690293743d45c333cca1
Author: Sam James  gentoo  org>
AuthorDate: Sun Dec  5 03:02:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Dec  5 03:02:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0f99c0

dev-perl/Test-NoWarnings: Stabilize 1.60.0 amd64, #828198

Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
index ed1b83053353..4ebaa161ac4c 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="virtual/perl-Test-Simple"
 BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2021-08-28 Thread Andreas K. Hüttel
commit: f8a3fd7c47d3ab1b8a72d009f25092b431f014a7
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Aug 28 18:56:51 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Aug 28 19:11:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a3fd7c

dev-perl/Test-NoWarnings: Version bump 1.06

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

 dev-perl/Test-NoWarnings/Manifest  |  1 +
 dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-perl/Test-NoWarnings/Manifest 
b/dev-perl/Test-NoWarnings/Manifest
index 5815ecadcad..b773d16da19 100644
--- a/dev-perl/Test-NoWarnings/Manifest
+++ b/dev-perl/Test-NoWarnings/Manifest
@@ -1 +1,2 @@
 DIST Test-NoWarnings-1.04.tar.gz 18204 BLAKE2B 
60f8eae51f8ada20f91d7b512d254c224a7d3ca3c4d4e72d614338fa2561e31a4224d619157b8ecda5405e4cf900783c1d3d4759eccf92722bd72d75a6710e0a
 SHA512 
48126d2385e6f7863067f541763f64bc72132f6093f316f75d15ad7dca9b863dc469dff18c6e3f93105647844acb5cd10e4d056d3aa19217cb9588eb8a5f0d7a
+DIST Test-NoWarnings-1.06.tar.gz 19445 BLAKE2B 
6efda6a421925b1c740e49ad81e9ab929c48dbbf2a93fa1a97b48149dffa974e24cac0debdc813b5f38b06636163891f0d5441d3ccda340d214ac5b452ef6e02
 SHA512 
e8ceef3d56942996107a20843fd75fb4353f7ec787029e0f43c2d64f57267f2cb5be3b07d6744d32d41770181ce1c712f50f57df7bdea141acca75897485d7af

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
new file mode 100644
index 000..ed1b8305335
--- /dev/null
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.60.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=1.06
+inherit perl-module
+
+DESCRIPTION="Make sure you didn't emit any warnings while testing"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="virtual/perl-Test-Simple"
+BDEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2020-07-24 Thread Fabian Groffen
commit: 0d6485784a6125d79ee373c8469afaeaa50bee0f
Author: Fabian Groffen  gentoo  org>
AuthorDate: Fri Jul 24 18:21:07 2020 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Fri Jul 24 18:57:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d648578

dev-perl/Test-NoWarnings: marked ~x64-cygwin

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Fabian Groffen  gentoo.org>

 dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
index 60f3901c959..b5371900bda 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
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="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 
sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Test-Simple"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2019-05-04 Thread Mikle Kolyada
commit: 0e54d0efab9c534b2d6f16a6733182267500285b
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Sat May  4 21:41:39 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Sat May  4 21:41:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e54d0ef

dev-perl/Test-NoWarnings: Add ~riscv keyword

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

 dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
index 1633e64b61e..45326c30d22 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sh 
sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Test-Simple"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2019-01-17 Thread Mikle Kolyada
commit: 230670ba01c39ef7c3ed29b0f245cf5833eaeda4
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 17 20:34:46 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 17 20:34:46 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230670ba

dev-perl/Test-NoWarnings: Add ~m68k keyword wrt bug #665088

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
index 84806d603d8..1633e64b61e 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.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=5
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Test-Simple"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2018-10-17 Thread Fabian Groffen
commit: 7aa99e03a17fc933ad204d3e28f9c9d443ab99d5
Author: Fabian Groffen  gentoo  org>
AuthorDate: Wed Oct 17 18:38:53 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Wed Oct 17 18:53:59 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa99e03

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

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

 dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
index 0b710e0f606..84806d603d8 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 RDEPEND="virtual/perl-Test-Simple"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2016-12-03 Thread Patrice Clement
commit: 53817aaae1a26f4a0ed5ed6e1f33a8639b94f54b
Author: Yuta Satoh  gmail  com>
AuthorDate: Sat Dec  3 09:16:25 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Dec  4 00:48:27 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53817aaa

dev-perl/Test-NoWarnings: add ~amd64-fbsd KEYWORDS.

Closes: https://github.com/gentoo/gentoo/pull/2992

 dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
index 39887b0..22f1d9a 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Make sure you didn't emit any warnings while 
testing"
 
 SLOT="0"
 LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
 RDEPEND="virtual/perl-Test-Simple"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-NoWarnings/

2016-08-02 Thread Kent Fredric
commit: 8fea9a70696855a5acfd05df20cc725fc6aff186
Author: Kent Fredric  gentoo  org>
AuthorDate: Tue Aug  2 23:11:29 2016 +
Commit: Kent Fredric  gentoo  org>
CommitDate: Tue Aug  2 23:13:40 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fea9a70

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

Without this fix, Test-NoWarnings 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.

-r bump required as Test-Tester was declared as a Runtime Requirement, even
though source analysis indicated it was a Testing Only requirement.

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"

 ...-1.40.0-r2.ebuild => Test-NoWarnings-1.40.0-r3.ebuild} | 15 +--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r2.ebuild 
b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
similarity index 51%
rename from dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r2.ebuild
rename to dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.ebuild
index 7b6dc41..39887b0 100644
--- a/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r2.ebuild
+++ b/dev-perl/Test-NoWarnings/Test-NoWarnings-1.40.0-r3.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$
 
@@ -15,7 +15,18 @@ LICENSE="LGPL-2.1"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE=""
 
-RDEPEND="|| ( >=virtual/perl-Test-Simple-1.1.10 >=dev-perl/Test-Tester-0.107 )"
+RDEPEND="virtual/perl-Test-Simple"
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+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
+}