* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2016-04-15 19:56 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2016-04-15 19:56 UTC (permalink / raw
To: gentoo-commits
commit: 543c5a0a274bf8354d970d11d559f9db6cae566e
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Apr 13 09:49:11 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 19:55:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543c5a0a
dev-perl/Test-Command: Bump to version 0.110.0
- EAPI6
- Remove unwanted tests and their dependencies
Upstream:
- Add extra functions: exit_value, signal_value, stdout_value
stdout_file, stderr_value, stderr_file
Package-Manager: portage-2.2.28
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-Command/Manifest | 1 +
dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 27 +++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/dev-perl/Test-Command/Manifest b/dev-perl/Test-Command/Manifest
index c94b6a2..8745c46 100644
--- a/dev-perl/Test-Command/Manifest
+++ b/dev-perl/Test-Command/Manifest
@@ -1 +1,2 @@
DIST Test-Command-0.08.tar.gz 9967 SHA256 5c46f5eab3f2c6bbfde4b3ceb01fb78eb7468f381b913355ca84c61a9cf76788 SHA512 b163cf13fb0c12b9aa5fb505143e5fa5e65e2c7be4bfa9e7801a2fb2c735f148fd692e8e7020acbf63cae6ef62cf10f2ec7c5a536a06afd4ad7184c2b5339745 WHIRLPOOL 0abe0afc2cd31d58fa99506d86eadca1c60223b9704390bb5e06980f044790805ff43c7a368ccef6b195652e2dcd56500b856c114baf1ea7a4856cc1d15b22a5
+DIST Test-Command-0.11.tar.gz 10811 SHA256 28a3fc6fea73a19f563f11bd0f28186756d4c74207be6deacaad26d2081b9533 SHA512 79a8f41132b965ad4f6e8b4d97f8fb6181a1e394bcf8825abda2c8ee12dd5f6ef8d7c69df84d306c3841bb516213742c4a0a43c2f3d6b39ce6e163d6d77f45f8 WHIRLPOOL 326197df5cdc41d60a05c1306025d4ba8201fd19ac804a3f920feed4e58f9a4a2e05be5058f8c4cfd2094422c8b8b31f44f9fc30a0795d5d50f818ffc3339b9c
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
new file mode 100644
index 0000000..f8cfe96
--- /dev/null
+++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DANBOO
+DIST_VERSION=0.11
+inherit perl-module
+
+DESCRIPTION="Test routines for external commands"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=virtual/perl-Test-Simple-0.620.0
+"
+DEPEND="${RDEPEND}
+ dev-perl/Module-Build
+"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2016-06-01 11:41 Tobias Klausmann
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2016-06-01 11:41 UTC (permalink / raw
To: gentoo-commits
commit: b721058391b95f69aee9b6982aacf3b997ddddb8
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 1 11:40:47 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Wed Jun 1 11:40:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7210583
dev-perl/Test-Command-0.110.0-r0: add alpha keyword
Gentoo-Bug: 583616
Package-Manager: portage-2.3.0_rc1
dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
index f8cfe96..5d936bf 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2016-06-06 14:53 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2016-06-06 14:53 UTC (permalink / raw
To: gentoo-commits
commit: 775eccc0c87ad3745a06afd6a22fcbf8e2c4eaf7
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 6 14:51:51 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 6 14:51:51 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=775eccc0
dev-perl/Test-Command: amd64 stable wrt bug #583616
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
index 5d936bf..70005fc 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2016-07-06 9:23 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2016-07-06 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 92081a0af0043c780118d0dcf348afe703f46895
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 6 09:21:19 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jul 6 09:21:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92081a0a
dev-perl/Test-Command: ppc stable wrt bug #583616
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
index 44e1cc1..895b2da 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~mips ppc ~ppc64 ~sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2016-08-06 15:53 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-08-06 15:53 UTC (permalink / raw
To: gentoo-commits
commit: 58f5f34d13bcc56e56e0dc022093e429fb13d7f4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 15:15:24 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 15:53:02 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58f5f34d
dev-perl/Test-Command: Remove POD Author tests
No Use on 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-Command/Test-Command-0.80.0-r1.ebuild | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild b/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild
index ae8f353..feb97c6 100644
--- a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.80.0-r1.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$
@@ -12,14 +12,16 @@ DESCRIPTION="Test routines for external commands"
SLOT="0"
KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86"
-IUSE="test"
+IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}
dev-perl/Module-Build
- test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )"
+"
SRC_TEST="do"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2016-09-17 8:56 Pacho Ramos
0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos @ 2016-09-17 8:56 UTC (permalink / raw
To: gentoo-commits
commit: c5e6ac05c76d66649922c1326cab99ea28fc27e8
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 08:38:29 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 08:38:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e6ac05
dev-perl/Test-Command: ppc64/sparc stable, bug #583616
Package-Manager: portage-2.3.0
dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
index 895b2da..e55c4c0 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~mips ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2018-08-18 3:34 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2018-08-18 3:34 UTC (permalink / raw
To: gentoo-commits
commit: de95784f5a4d77f271a87c5e2257530aa65ad5c1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 18 01:38:19 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 18 03:34:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de95784f
dev-perl/Test-Command: Cleanup old version 0.80.0-r1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Test-Command/Manifest | 1 -
.../Test-Command/Test-Command-0.80.0-r1.ebuild | 26 ----------------------
2 files changed, 27 deletions(-)
diff --git a/dev-perl/Test-Command/Manifest b/dev-perl/Test-Command/Manifest
index ae358eef22b..6c39d7f3e49 100644
--- a/dev-perl/Test-Command/Manifest
+++ b/dev-perl/Test-Command/Manifest
@@ -1,2 +1 @@
-DIST Test-Command-0.08.tar.gz 9967 BLAKE2B ed4b2d6db695903513c0eb407118830c45c617430fd62378df5a5521e2fe18550aad475f0cedd3f72245da195face26b32255b5dbaf661ac7182e78f306e3f74 SHA512 b163cf13fb0c12b9aa5fb505143e5fa5e65e2c7be4bfa9e7801a2fb2c735f148fd692e8e7020acbf63cae6ef62cf10f2ec7c5a536a06afd4ad7184c2b5339745
DIST Test-Command-0.11.tar.gz 10811 BLAKE2B 3cef662c064e6256d32c77731870993a37b6411615f27bffb71795ca015802991ce3b755f2ddfa561b77a58dcc7889704d45a159f370c345ffa1e44169dde58a SHA512 79a8f41132b965ad4f6e8b4d97f8fb6181a1e394bcf8825abda2c8ee12dd5f6ef8d7c69df84d306c3841bb516213742c4a0a43c2f3d6b39ce6e163d6d77f45f8
diff --git a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild b/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild
deleted file mode 100644
index 6d1e7257764..00000000000
--- a/dev-perl/Test-Command/Test-Command-0.80.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANBOO
-MODULE_VERSION=0.08
-inherit perl-module
-
-DESCRIPTION="Test routines for external commands"
-
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~mips ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
-"
-
-SRC_TEST="do"
-
-src_test() {
- perl_rm_files t/pod-coverage.t t/pod.t
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2020-07-02 13:05 Piotr Karbowski
0 siblings, 0 replies; 11+ messages in thread
From: Piotr Karbowski @ 2020-07-02 13:05 UTC (permalink / raw
To: gentoo-commits
commit: 0f8f2d2eab7f77000cee71f08d173aaa01ce8195
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 2 13:05:16 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Jul 2 13:05:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f8f2d2e
dev-perl/Test-Command: 0.110.0 ~arm64 keyworded.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
dev-perl/Test-Command/Test-Command-0.110.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
index cc4ecf3c734..53ce5837117 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ppc64 sparc x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2021-08-16 21:12 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-08-16 21:12 UTC (permalink / raw
To: gentoo-commits
commit: b404d2103c7d2e4152b45ac786a4fc70ba15bda4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 21:00:39 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:11:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b404d210
dev-perl/Test-Command: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...{Test-Command-0.110.0.ebuild => Test-Command-0.110.0-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
similarity index 84%
rename from dev-perl/Test-Command/Test-Command-0.110.0.ebuild
rename to dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
index 53ce5837117..f7487177a8c 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=DANBOO
DIST_VERSION=0.11
@@ -11,12 +11,11 @@ DESCRIPTION="Test routines for external commands"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ppc64 sparc x86"
-IUSE=""
RDEPEND="
>=virtual/perl-Test-Simple-0.620.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
dev-perl/Module-Build
"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2021-10-16 14:57 Yixun Lan
0 siblings, 0 replies; 11+ messages in thread
From: Yixun Lan @ 2021-10-16 14:57 UTC (permalink / raw
To: gentoo-commits
commit: 18de27ae7dc0c0aaf8e146d4745c3e9abde929ab
Author: Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 16:10:41 2021 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 16 14:53:38 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18de27ae
dev-perl/Test-Command: keyword ~riscv
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
index f7487177a8c..d51c75a102c 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ppc64 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=virtual/perl-Test-Simple-0.620.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/
@ 2024-01-24 14:11 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2024-01-24 14:11 UTC (permalink / raw
To: gentoo-commits
commit: f5220f2fe5be0a7874d4bfd853a2ae689788745d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 14:11:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 14:11:02 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5220f2f
dev-perl/Test-Command: Stabilize 0.110.0-r1 arm64, #922242
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild b/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
index d51c75a102cc..2ab95fb47995 100644
--- a/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
+++ b/dev-perl/Test-Command/Test-Command-0.110.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Test routines for external commands"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~mips ppc ppc64 ~riscv sparc x86"
RDEPEND="
>=virtual/perl-Test-Simple-0.620.0
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-01-24 14:11 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-16 14:57 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Command/ Yixun Lan
-- strict thread matches above, loose matches on Subject: below --
2024-01-24 14:11 Sam James
2021-08-16 21:12 Andreas K. Hüttel
2020-07-02 13:05 Piotr Karbowski
2018-08-18 3:34 Kent Fredric
2016-09-17 8:56 Pacho Ramos
2016-08-06 15:53 Kent Fredric
2016-07-06 9:23 Agostino Sarubbo
2016-06-06 14:53 Agostino Sarubbo
2016-06-01 11:41 Tobias Klausmann
2016-04-15 19:56 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