public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2020-05-03 14:51 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-05-03 14:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a9ba3be3dc17739c118f442ebb038d04ea958024
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May  2 18:36:52 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May  3 14:48:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ba3be3

dev-perl/Test-Kit: Add w/v=2.150.0

Required by:
- dev-perl/Pod-Readme (test)
- via dev-perl/Dist-Zilla-Plugin-ReadmeFromPod
- via dev-perl/Dist-Milla

WHich may be useful for building dev-perl/App-cpanminus from git sources

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

 dev-perl/Test-Kit/Manifest                |  1 +
 dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild | 37 +++++++++++++++++++++++++++++++
 dev-perl/Test-Kit/metadata.xml            | 12 ++++++++++
 3 files changed, 50 insertions(+)

diff --git a/dev-perl/Test-Kit/Manifest b/dev-perl/Test-Kit/Manifest
new file mode 100644
index 00000000000..5d7db1d76cf
--- /dev/null
+++ b/dev-perl/Test-Kit/Manifest
@@ -0,0 +1 @@
+DIST Test-Kit-2.15.tar.gz 18087 BLAKE2B d3175b5d9be51feb128ab57321d800caac9ccdba7ad7b5d7457552514143979c936e2cb9f7025ac75d1b01a2f80e34016c1d7fdb3f47d5781b002651e2c2c0d0 SHA512 ef798307e44c214f3b312b1bde3b48a39948c72c683a17b0e0ab7b097cbc991408a6382d06a94bbfa8cd0e6d92a4ba5339245463c249660f987dd8a5aef4691e

diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
new file mode 100644
index 00000000000..4f05bb88b80
--- /dev/null
+++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=KAORU
+DIST_VERSION=2.15
+inherit perl-module
+
+DESCRIPTION="Build custom test packages with only the features you want"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	virtual/perl-Exporter
+	dev-perl/Hook-LexWrap
+	dev-perl/Import-Into
+	dev-perl/Module-Runtime
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Sub-Delete
+	virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Exception
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Output
+		>=virtual/perl-Test-Simple-0.920.0
+		dev-perl/Test-Warn
+	)
+"
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+	"t/release-cpan-changes.t"
+)

diff --git a/dev-perl/Test-Kit/metadata.xml b/dev-perl/Test-Kit/metadata.xml
new file mode 100644
index 00000000000..0ba50e8b843
--- /dev/null
+++ b/dev-perl/Test-Kit/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">Test-Kit</remote-id>
+    <remote-id type="cpan-module">Test::Kit</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2020-09-03 10:16 Yixun Lan
  0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2020-09-03 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     bba9ed9091b9144f163c0eab86af303a5766d4dd
Author:     Yixun Lan <dlan <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  3 10:10:24 2020 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Thu Sep  3 10:16:09 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba9ed90

dev-perl/Test-Kit: keyword riscv

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

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

diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
index 4f05bb88b80..010d55fa3f6 100644
--- a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
+++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Build custom test packages with only the features you want"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2020-11-28  9:57 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2020-11-28  9:57 UTC (permalink / raw
  To: gentoo-commits

commit:     429439ded1b20cf7fb286cc4d40e3bba5286e0b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 09:56:19 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 09:57:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429439de

dev-perl/Test-Kit: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
index 010d55fa3f6..eeeb0e1c91b 100644
--- a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
+++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Build custom test packages with only the features you want"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2021-08-02  4:56 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-02  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     44f0aa603ad77576daa8ad50efc355c7b3e53c46
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  2 04:56:05 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug  2 04:56:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f0aa60

dev-perl/Test-Kit: Stabilize 2.150.0 amd64, #805539

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

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

diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
index eeeb0e1c91b..a3367fbfb00 100644
--- a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
+++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Build custom test packages with only the features you want"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~riscv ~x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2021-08-05 14:08 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-08-05 14:08 UTC (permalink / raw
  To: gentoo-commits

commit:     d124526612a55d0b4c8ef3d68816f00b2b2f002d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 14:05:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 14:05:47 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1245266

dev-perl/Test-Kit: Stabilize 2.150.0 x86, #805539

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

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

diff --git a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
index a3367fbfb00..f01ea42c796 100644
--- a/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
+++ b/dev-perl/Test-Kit/Test-Kit-2.150.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Build custom test packages with only the features you want"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~riscv x86 ~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 RDEPEND="


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

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

commit:     8a9f20051a89f82cc008fd441651109f04cae698
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May  2 05:55:01 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May  2 06:28:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a9f2005

dev-perl/Test-Kit: add 2.160.0

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

 dev-perl/Test-Kit/Manifest                |  1 +
 dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild | 36 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/Test-Kit/Manifest b/dev-perl/Test-Kit/Manifest
index 5d7db1d76cf6..573b0660350b 100644
--- a/dev-perl/Test-Kit/Manifest
+++ b/dev-perl/Test-Kit/Manifest
@@ -1 +1,2 @@
 DIST Test-Kit-2.15.tar.gz 18087 BLAKE2B d3175b5d9be51feb128ab57321d800caac9ccdba7ad7b5d7457552514143979c936e2cb9f7025ac75d1b01a2f80e34016c1d7fdb3f47d5781b002651e2c2c0d0 SHA512 ef798307e44c214f3b312b1bde3b48a39948c72c683a17b0e0ab7b097cbc991408a6382d06a94bbfa8cd0e6d92a4ba5339245463c249660f987dd8a5aef4691e
+DIST Test-Kit-2.16.tar.gz 18744 BLAKE2B 1c5847e3ba9dc7a01762787df307b1961acec69fc9fbab881424da9a00e84c0082753070a88c615a105d93cbe5021475dd71c76ad4c46a0163d64a4f8cdfc0d1 SHA512 077fa559cd1582c9ef30427ddba0bd77a8dde0d9e979dfc92e7f35781363e701f14c90e31a85df8e7c924ab7f9af4125bffe892b10b56cc2f6ef1d3a3b590364

diff --git a/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
new file mode 100644
index 000000000000..251c0fe003c9
--- /dev/null
+++ b/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KAORU
+DIST_VERSION=2.16
+inherit perl-module
+
+DESCRIPTION="Build custom test packages with only the features you want"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
+
+RDEPEND="
+	virtual/perl-Exporter
+	dev-perl/Hook-LexWrap
+	dev-perl/Import-Into
+	dev-perl/Module-Runtime
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Sub-Delete
+	virtual/perl-Test-Simple
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Exception
+		dev-perl/Test-NoWarnings
+		dev-perl/Test-Output
+		>=virtual/perl-Test-Simple-0.920.0
+		dev-perl/Test-Warn
+	)
+"
+PERL_RM_FILES=(
+	"t/author-pod-syntax.t"
+	"t/release-cpan-changes.t"
+)


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2024-06-10  2:18 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-10  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     85cbb29dbc04d8c245321b1e93ad509ebaa726e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 02:15:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 02:15:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85cbb29d

dev-perl/Test-Kit: Stabilize 2.160.0 x86, #933964

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

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

diff --git a/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
index 512bdb0f3504..7828aa80a64c 100644
--- a/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
+++ b/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Build custom test packages with only the features you want"
 SLOT="0"
-KEYWORDS="amd64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~riscv x86 ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/
@ 2024-06-10  2:18 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2024-06-10  2:18 UTC (permalink / raw
  To: gentoo-commits

commit:     da8b3abfa687d2bb8127fc0ccde943e1f9ed0ba2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 02:15:49 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 02:15:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8b3abf

dev-perl/Test-Kit: Stabilize 2.160.0 amd64, #933964

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

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

diff --git a/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild b/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
index 251c0fe003c9..512bdb0f3504 100644
--- a/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
+++ b/dev-perl/Test-Kit/Test-Kit-2.160.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Build custom test packages with only the features you want"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="amd64 ~riscv ~x86 ~x64-macos"
 
 RDEPEND="
 	virtual/perl-Exporter


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

end of thread, other threads:[~2024-06-10  2:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-03 10:16 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Kit/ Yixun Lan
  -- strict thread matches above, loose matches on Subject: below --
2024-06-10  2:18 Sam James
2024-06-10  2:18 Sam James
2024-05-02  6:29 Andreas K. Hüttel
2021-08-05 14:08 Sam James
2021-08-02  4:56 Sam James
2020-11-28  9:57 Sam James
2020-05-03 14:51 Kent Fredric

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