public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2015-09-19 21:06 Andreas Hüttel
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2015-09-19 21:06 UTC (permalink / raw
  To: gentoo-commits

commit:     fa7227ea528855ff40d6e4a3959ce067d4cfde28
Author:     Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 20:20:29 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 21:06:13 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa7227ea

dev-perl/Test-Manifest: Version bump

Package-Manager: portage-2.2.20.1

 dev-perl/Test-Manifest/Manifest                    |  1 +
 dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild | 28 ++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest
index acd7abf..79af727 100644
--- a/dev-perl/Test-Manifest/Manifest
+++ b/dev-perl/Test-Manifest/Manifest
@@ -1 +1,2 @@
 DIST Test-Manifest-1.23.tar.gz 7062 SHA256 401038760c8f13d2e09c8cf557d0afca268ffa44068902894ceeae7697fd7e45 SHA512 af206830780fb0abc223e9231e639fa7ff896980d8d2dbd15c19c71a403057ef58a6e65713daa784f3f61d9659325e5cc4bc059ba23ceda51ced9cc0f5c20e71 WHIRLPOOL d71b4eb881b886c67d474d5b1c9bc6f97a05856bda017c20e2bd3befd81b6506860a1570f19d921556e0495b55d75bcb440f79479ce517ee8c425478398aecda
+DIST Test-Manifest-2.02.tar.gz 9180 SHA256 064783ceaf7dd569a5724d40900a3f9d92168ee4c613f7a3cb99a99aa8283396 SHA512 b22a93b1ff9a0cbbd5a7be0d01d7ec1b925f9f5b0a865b283b68891d411e406c57e7459ea34f575ae40701e91f12474b9cf4ae66512bec73609b1066315586b1 WHIRLPOOL f2faeaed297dd30a59cc75152e22187b47ad92ec963c2301dd5927914d22295eb634daba2d607d275945c248f5056ec8d320206437fc42908fda6673b62c0a48

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
new file mode 100644
index 0000000..03ce28f
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=BDFOY
+MODULE_VERSION=2.02
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+	>=virtual/perl-Test-Simple-0.950.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Pod
+		dev-perl/Test-Pod-Coverage
+	)
+"
+
+SRC_TEST="do parallel"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2016-06-01 12:21 Tobias Klausmann
  0 siblings, 0 replies; 15+ messages in thread
From: Tobias Klausmann @ 2016-06-01 12:21 UTC (permalink / raw
  To: gentoo-commits

commit:     603b4122788de9b350e2991807e6d2a03b1be320
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 12:21:05 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 12:21:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603b4122

dev-perl/Test-Manifest-2.20.0-r0: add alpha keyword

Gentoo-Bug: 583718

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
index 03ce28f..818c9c4 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2016-06-05  0:17 Andreas Hüttel
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-06-05  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     00a43088fd7db6232fc5f50062127cf5fdd7a2a7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 00:10:56 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 00:17:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00a43088

dev-perl/Test-Manifest: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Test-Manifest/Manifest                     |  1 -
 .../Test-Manifest/Test-Manifest-1.230.0-r1.ebuild   | 21 ---------------------
 2 files changed, 22 deletions(-)

diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest
index 79af727..78631e0 100644
--- a/dev-perl/Test-Manifest/Manifest
+++ b/dev-perl/Test-Manifest/Manifest
@@ -1,2 +1 @@
-DIST Test-Manifest-1.23.tar.gz 7062 SHA256 401038760c8f13d2e09c8cf557d0afca268ffa44068902894ceeae7697fd7e45 SHA512 af206830780fb0abc223e9231e639fa7ff896980d8d2dbd15c19c71a403057ef58a6e65713daa784f3f61d9659325e5cc4bc059ba23ceda51ced9cc0f5c20e71 WHIRLPOOL d71b4eb881b886c67d474d5b1c9bc6f97a05856bda017c20e2bd3befd81b6506860a1570f19d921556e0495b55d75bcb440f79479ce517ee8c425478398aecda
 DIST Test-Manifest-2.02.tar.gz 9180 SHA256 064783ceaf7dd569a5724d40900a3f9d92168ee4c613f7a3cb99a99aa8283396 SHA512 b22a93b1ff9a0cbbd5a7be0d01d7ec1b925f9f5b0a865b283b68891d411e406c57e7459ea34f575ae40701e91f12474b9cf4ae66512bec73609b1066315586b1 WHIRLPOOL f2faeaed297dd30a59cc75152e22187b47ad92ec963c2301dd5927914d22295eb634daba2d607d275945c248f5056ec8d320206437fc42908fda6673b62c0a48

diff --git a/dev-perl/Test-Manifest/Test-Manifest-1.230.0-r1.ebuild b/dev-perl/Test-Manifest/Test-Manifest-1.230.0-r1.ebuild
deleted file mode 100644
index 01600f8..0000000
--- a/dev-perl/Test-Manifest/Test-Manifest-1.230.0-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BDFOY
-MODULE_VERSION=1.23
-inherit perl-module
-
-DESCRIPTION="Interact with a t/test_manifest file"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="test? ( dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2016-06-05  0:17 Andreas Hüttel
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-06-05  0:17 UTC (permalink / raw
  To: gentoo-commits

commit:     1f78cc882507effd79058d67db89751e6917aaa7
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 00:10:30 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 00:17:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f78cc88

dev-perl/Test-Manifest: Stable for remaining arches (ALLARCHES), bug 583718

Package-Manager: portage-2.3.0_rc1

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
index 818c9c4..93b93f4 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
 IUSE="test"
 
 RDEPEND="


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

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

commit:     e9c5607725e1a9670099c413f3de6551656a6637
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 13:22:53 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 13:49:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9c56077

dev-perl/Test-Manifest: Remove POD Author tests.

Not useful in Gentoo

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"

 dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
index 93b93f4..1b680be 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
@@ -19,10 +19,14 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Test-Pod
-		dev-perl/Test-Pod-Coverage
-	)
+	test? ( virtual/perl-Test-Simple )
 "
 
 SRC_TEST="do parallel"
+
+src_test() {
+	# Ugh, Upstream has tests that depend on tests ...
+	echo 'print qq[1..1\nok 1];' > "${S}/t/99pod.t"
+	echo 'print qq[1..1\nok 1];' > "${S}/t/pod_coverage.t"
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2017-06-30  3:48 Kent Fredric
  0 siblings, 0 replies; 15+ messages in thread
From: Kent Fredric @ 2017-06-30  3:48 UTC (permalink / raw
  To: gentoo-commits

commit:     83a82927ad42216a025bf6ff499dc3f64537e345
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 30 03:48:33 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jun 30 03:48:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a82927

dev-perl/Test-Manifest: Disable parallel tests

Random failures occur with race conditions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
index 47101a57596..0323710a7fc 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
@@ -21,7 +21,7 @@ DEPEND="${RDEPEND}
 	test? ( virtual/perl-Test-Simple )
 "
 
-SRC_TEST="do parallel"
+SRC_TEST="do"
 
 src_test() {
 	# Ugh, Upstream has tests that depend on tests ...


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

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

commit:     9fe331d438aef3faee80352429d9949850a9c833
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:12:40 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:14:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe331d4

dev-perl/Test-Manifest: Version bump 2.022

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

 dev-perl/Test-Manifest/Manifest                    |  1 +
 dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest
index 189babb65ea..45884026ba7 100644
--- a/dev-perl/Test-Manifest/Manifest
+++ b/dev-perl/Test-Manifest/Manifest
@@ -1 +1,2 @@
 DIST Test-Manifest-2.02.tar.gz 9180 BLAKE2B c8f75c906ff15d2c9d087f9d9d619eb7e05807a89976e587505997adf746f71385e17b33166845e28c86d9488ea6be42be5b6657acec31f172c47dacef634624 SHA512 b22a93b1ff9a0cbbd5a7be0d01d7ec1b925f9f5b0a865b283b68891d411e406c57e7459ea34f575ae40701e91f12474b9cf4ae66512bec73609b1066315586b1
+DIST Test-Manifest-2.022.tar.gz 14664 BLAKE2B 34a3f850886b0d0017911dcde3cdcd40cae2b1cfea859928b7c837d3ead104f1b7501ac9f26114011ac2c70bf008e3137db3c767c5d635a1c7047349601d0e33 SHA512 e72f5c7c23bac5453afddb81c9175a3b07b9a8f935c37d0fe5ed7e0f6861742c2e9596396b9cb84d62bf2229bc9956bad26c47d7eaab6777ec7628927e294209

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
new file mode 100644
index 00000000000..f274d3497bb
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=2.022
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+LICENSE="Artistic-2"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Test-Harness
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-1.0.0
+	)
+"
+
+src_test() {
+	# Ugh, Upstream has tests that depend on tests ...
+	echo 'print qq[1..1\nok 1];' > "${S}/t/99pod.t"
+	echo 'print qq[1..1\nok 1];' > "${S}/t/pod_coverage.t"
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2021-10-11  3:15 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-10-11  3:15 UTC (permalink / raw
  To: gentoo-commits

commit:     e5d88b80fe6fa36a280425e6b2ce0183336ebe41
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:14:53 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:14:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d88b80

dev-perl/Test-Manifest: Stabilize 2.22.0 ppc64, #817614

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
index f274d3497bb..257103510de 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="Artistic-2"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2021-10-11  5:45 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-10-11  5:45 UTC (permalink / raw
  To: gentoo-commits

commit:     54c8565a66af0c80eea4c26b0156993094e52ae7
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:44:39 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:44:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c8565a

dev-perl/Test-Manifest: Stabilize 2.22.0 ppc, #817614

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
index 257103510de..3b7a41834d3 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="Artistic-2"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2021-10-12  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     45c0292f5cac396dc8fba34b40d52b91b193320d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:07:17 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45c0292f

dev-perl/Test-Manifest: amd64 stable wrt bug #817614

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

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
index 3b7a41834d3..60b6e8e2486 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="Artistic-2"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2021-10-12  7:14 Agostino Sarubbo
  0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     e5a8ff643878e5aa565b50ee9275b10f82f54959
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:14:32 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:14:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a8ff64

dev-perl/Test-Manifest: x86 stable wrt bug #817614

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

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
index 60b6e8e2486..3657eaef7eb 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.22.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="Artistic-2"
 
 RDEPEND="


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

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

commit:     5b5c368552f7a369aa9701063f1864b691800d48
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 10 17:00:31 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Dec 10 17:21:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b5c3685

dev-perl/Test-Manifest: Remove old

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

 dev-perl/Test-Manifest/Manifest                    |  1 -
 dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest
index 45884026ba7e..d49e95d04547 100644
--- a/dev-perl/Test-Manifest/Manifest
+++ b/dev-perl/Test-Manifest/Manifest
@@ -1,2 +1 @@
-DIST Test-Manifest-2.02.tar.gz 9180 BLAKE2B c8f75c906ff15d2c9d087f9d9d619eb7e05807a89976e587505997adf746f71385e17b33166845e28c86d9488ea6be42be5b6657acec31f172c47dacef634624 SHA512 b22a93b1ff9a0cbbd5a7be0d01d7ec1b925f9f5b0a865b283b68891d411e406c57e7459ea34f575ae40701e91f12474b9cf4ae66512bec73609b1066315586b1
 DIST Test-Manifest-2.022.tar.gz 14664 BLAKE2B 34a3f850886b0d0017911dcde3cdcd40cae2b1cfea859928b7c837d3ead104f1b7501ac9f26114011ac2c70bf008e3137db3c767c5d635a1c7047349601d0e33 SHA512 e72f5c7c23bac5453afddb81c9175a3b07b9a8f935c37d0fe5ed7e0f6861742c2e9596396b9cb84d62bf2229bc9956bad26c47d7eaab6777ec7628927e294209

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
deleted file mode 100644
index fb2137013ff1..000000000000
--- a/dev-perl/Test-Manifest/Test-Manifest-2.20.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=BDFOY
-MODULE_VERSION=2.02
-inherit perl-module
-
-DESCRIPTION="Interact with a t/test_manifest file"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=virtual/perl-Test-Simple-0.950.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? ( virtual/perl-Test-Simple )
-"
-
-SRC_TEST="do"
-
-src_test() {
-	# Ugh, Upstream has tests that depend on tests ...
-	echo 'print qq[1..1\nok 1];' > "${S}/t/99pod.t"
-	echo 'print qq[1..1\nok 1];' > "${S}/t/pod_coverage.t"
-	perl-module_src_test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2023-06-18  4:17 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-06-18  4:17 UTC (permalink / raw
  To: gentoo-commits

commit:     36d5cd084e5fdd9ff33e5877c442c7d62f518e63
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 03:59:07 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 03:59:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36d5cd08

dev-perl/Test-Manifest: add 2.23.0

No code changes but take the opportunity to tidy slightly.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Test-Manifest/Manifest                    |  1 +
 dev-perl/Test-Manifest/Test-Manifest-2.23.0.ebuild | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest
index d49e95d04547..15a99a356f90 100644
--- a/dev-perl/Test-Manifest/Manifest
+++ b/dev-perl/Test-Manifest/Manifest
@@ -1 +1,2 @@
 DIST Test-Manifest-2.022.tar.gz 14664 BLAKE2B 34a3f850886b0d0017911dcde3cdcd40cae2b1cfea859928b7c837d3ead104f1b7501ac9f26114011ac2c70bf008e3137db3c767c5d635a1c7047349601d0e33 SHA512 e72f5c7c23bac5453afddb81c9175a3b07b9a8f935c37d0fe5ed7e0f6861742c2e9596396b9cb84d62bf2229bc9956bad26c47d7eaab6777ec7628927e294209
+DIST Test-Manifest-2.023.tar.gz 14721 BLAKE2B d8c48b327e0d2d3833f24f7e6c4c0d21de26d3a50e8f2e8f6c3234e14e87b4eafea7aa60e93f2736cddfa008bb73fb074e4b3d91ea607d16f0051bdcac915789 SHA512 7a3b25e5cf468f72ed43e9cec7c79b6f58bf797851019a3c381abf3cca7c2ba3ca9d864339c90eb42bd0c451110f92b6f5af1cf94e033815d0164476053bbf6a

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.23.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.23.0.ebuild
new file mode 100644
index 000000000000..7b544b432c38
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.23.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=2.023
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+LICENSE="Artistic-2"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Test-Harness
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-1.0.0
+	)
+"
+
+src_test() {
+	# Ugh, Upstream has tests that depend on tests ...
+	echo 'print qq[1..1\nok 1];' > "${S}/t/99pod.t" || die
+	echo 'print qq[1..1\nok 1];' > "${S}/t/pod_coverage.t" || die
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2024-05-02  4:52 Andreas K. Hüttel
  0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2024-05-02  4:52 UTC (permalink / raw
  To: gentoo-commits

commit:     4409b348d5fd266bbfa33ba5c6dc0380b41e5297
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 04:51:49 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May  2 04:52:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4409b348

dev-perl/Test-Manifest: add 2.24.0

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/Test-Manifest/Manifest                    |  1 +
 dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild | 27 ++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-perl/Test-Manifest/Manifest b/dev-perl/Test-Manifest/Manifest
index a0690cc6086c..4c4d1b9d0920 100644
--- a/dev-perl/Test-Manifest/Manifest
+++ b/dev-perl/Test-Manifest/Manifest
@@ -1 +1,2 @@
 DIST Test-Manifest-2.023.tar.gz 14721 BLAKE2B d8c48b327e0d2d3833f24f7e6c4c0d21de26d3a50e8f2e8f6c3234e14e87b4eafea7aa60e93f2736cddfa008bb73fb074e4b3d91ea607d16f0051bdcac915789 SHA512 7a3b25e5cf468f72ed43e9cec7c79b6f58bf797851019a3c381abf3cca7c2ba3ca9d864339c90eb42bd0c451110f92b6f5af1cf94e033815d0164476053bbf6a
+DIST Test-Manifest-2.024.tar.gz 15427 BLAKE2B 9e3eb949c32a1ba4bd5b21f65506761247472d3c87a5a35039621c37cbe8c244564d91489dd6f134e75c3dc07c53f07a42b62de90a9e7ce5ea677b25a7b8c613 SHA512 e68b6e262296689b882e1c920b9592cd83f285bba11bbae93c5519c2f19504ecd58de8d6593c39a0b99f4c93fbde3a3236735bb6fa526918ffcf49cc8ccfad5e

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild
new file mode 100644
index 000000000000..4dbcb9cc90a7
--- /dev/null
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=BDFOY
+DIST_VERSION=2.024
+inherit perl-module
+
+DESCRIPTION="Interact with a t/test_manifest file"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+LICENSE="Artistic-2"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-Test-Harness
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.640.0
+	test? (
+		virtual/perl-File-Temp
+		>=virtual/perl-Test-Simple-1.0.0
+	)
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/
@ 2024-06-09 21:24 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-06-09 21:24 UTC (permalink / raw
  To: gentoo-commits

commit:     56bbcfca9c2f45a9dbd26b95b9743a369a817ed0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 21:24:15 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 21:24:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bbcfca

dev-perl/Test-Manifest: Stabilize 2.24.0 ppc64, #933895

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild b/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild
index 4dbcb9cc90a7..a63a5c21937a 100644
--- a/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild
+++ b/dev-perl/Test-Manifest/Test-Manifest-2.24.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Interact with a t/test_manifest file"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 LICENSE="Artistic-2"
 
 RDEPEND="


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

end of thread, other threads:[~2024-06-09 21:25 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-11  3:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Manifest/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09 21:24 Sam James
2024-05-02  4:52 Andreas K. Hüttel
2023-06-18  4:17 Sam James
2021-12-10 17:21 Andreas K. Hüttel
2021-10-12  7:14 Agostino Sarubbo
2021-10-12  7:10 Agostino Sarubbo
2021-10-11  5:45 Sam James
2021-08-19  0:15 Andreas K. Hüttel
2017-06-30  3:48 Kent Fredric
2016-08-08 13:50 Kent Fredric
2016-06-05  0:17 Andreas Hüttel
2016-06-05  0:17 Andreas Hüttel
2016-06-01 12:21 Tobias Klausmann
2015-09-19 21:06 Andreas Hüttel

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