* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2016-05-21 20:19 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2016-05-21 20:19 UTC (permalink / raw
To: gentoo-commits
commit: 17f1cf3864bb9edc599f93646535397bf7aae3c9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 20:00:47 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat May 21 20:00:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f1cf38
dev-perl/Test-Inline: Remove old
Package-Manager: portage-2.3.0_rc1
dev-perl/Test-Inline/Manifest | 1 -
dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild | 34 ----------------------
2 files changed, 35 deletions(-)
diff --git a/dev-perl/Test-Inline/Manifest b/dev-perl/Test-Inline/Manifest
index 465a7b1..1f35e97 100644
--- a/dev-perl/Test-Inline/Manifest
+++ b/dev-perl/Test-Inline/Manifest
@@ -1,2 +1 @@
-DIST Test-Inline-2.212.tar.gz 60795 SHA256 01fbf7446a8914f091f6de568dd8c56c128a97c3abb80830442c849a451fc21b SHA512 4617e6811568991fad97db22ad7ba4abfe1f38bd2cab7999b8f53db55a23b12ff770b67e38c58dea35e579db75554781a173d6eb74c0acfdf5312cf8878a0a1c WHIRLPOOL ac0d44d7bd4f6b33ecf142ed4eead7d34b0fe0a798039e0bcbff80426ab6bb44f72ec3d00c23dee01bfcde64e007ce5c6170fac9179374507552ff9afaf2a864
DIST Test-Inline-2.213.tar.gz 61649 SHA256 cc76088b8e12d509b89ebe7826dfbb588ee1dd8d1b5eb07a0c37425f04e301b4 SHA512 2d5772b515a0c7260c8591a56f640ebb41ce91e32380ae46636f2e85b3c56656fcbf75a1b859e30bb437b9bdcaaf268b943cb1332365173ff413d15f6761b4a4 WHIRLPOOL cb6b60f625c4ab41aea5662de7c7053db685f677ba902aca81ce76b56d0839ffdb0d14645702c655d19427ab9887fb7d5b4afb677e0917ff82d1553eada0260e
diff --git a/dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild b/dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild
deleted file mode 100644
index e25d728..0000000
--- a/dev-perl/Test-Inline/Test-Inline-2.212.0-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=2.212
-inherit perl-module
-
-DESCRIPTION="Inline test suite support for Perl"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Algorithm-Dependency-1.02
- >=dev-perl/Config-Tiny-2.00
- >=dev-perl/File-Find-Rule-0.26
- >=dev-perl/File-Flat-1.00
- dev-perl/File-Remove
- >=dev-perl/File-Slurp-9999.04
- >=virtual/perl-File-Spec-0.80
- dev-perl/File-chmod
- >=dev-perl/Params-Util-0.05
- >=dev-perl/Pod-Tests-0.18
- virtual/perl-Test-Simple"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Script
- >=dev-perl/Test-ClassAPI-1.02 )"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2017-07-03 22:38 Andreas Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2017-07-03 22:38 UTC (permalink / raw
To: gentoo-commits
commit: a7545f919eb4cb673b65f4c91112db37c96fcc26
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 21:28:40 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 21:28:40 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7545f91
dev-perl/Test-Inline: Add build fix for Perl 5.26, bug 623122
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild b/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild
index 288466b3b5b..daefabc1065 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=2.213
+DIST_AUTHOR=ADAMK
+DIST_VERSION=2.213
inherit perl-module
DESCRIPTION="Inline test suite support for Perl"
@@ -24,10 +24,17 @@ RDEPEND="
dev-perl/File-chmod
>=dev-perl/Params-Util-0.05
>=dev-perl/Pod-Tests-0.18
- virtual/perl-Test-Simple"
+ virtual/perl-Test-Simple
+"
DEPEND="${RDEPEND}
test? (
dev-perl/Test-Script
- >=dev-perl/Test-ClassAPI-1.02 )"
+ >=dev-perl/Test-ClassAPI-1.02
+ )
+"
-SRC_TEST="do"
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2019-07-17 9:23 Kent Fredric
0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2019-07-17 9:23 UTC (permalink / raw
To: gentoo-commits
commit: fbcdaf5340cb7ecfeb81b00c2eb37b4627ddeb1d
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 09:23:08 2019 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 09:23:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbcdaf53
dev-perl/Test-Inline: Disable parallel tests re bug #663272
Bug: https://bugs.gentoo.org/663272
Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild | 43 ++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild b/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
new file mode 100644
index 00000000000..2a506e1bad7
--- /dev/null
+++ b/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ADAMK
+DIST_VERSION=2.213
+inherit perl-module
+
+DESCRIPTION="Inline test suite support for Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Algorithm-Dependency-1.02
+ >=dev-perl/Config-Tiny-2.00
+ >=dev-perl/File-Find-Rule-0.26
+ >=dev-perl/File-Flat-1.00
+ dev-perl/File-Remove
+ >=dev-perl/File-Slurp-9999.04
+ >=virtual/perl-File-Spec-0.80
+ dev-perl/File-chmod
+ >=dev-perl/Params-Util-0.05
+ >=dev-perl/Pod-Tests-0.18
+ virtual/perl-Test-Simple
+"
+DEPEND="${RDEPEND}
+ test? (
+ dev-perl/Test-Script
+ >=dev-perl/Test-ClassAPI-1.02
+ )
+"
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
+
+# Parallel tests unsupported: https://bugs.gentoo.org/663272
+DIST_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2019-10-16 3:52 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2019-10-16 3:52 UTC (permalink / raw
To: gentoo-commits
commit: 8794fca4ef5900c7488fef0461e73069d670fff7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 12:52:17 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 03:51:33 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8794fca4
dev-perl/Test-Inline: 2.213.0-r2 stable for all, bug 663272
Closes: https://bugs.gentoo.org/663272
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild b/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
index 2a506e1bad7..8472edf1aa0 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Inline test suite support for Perl"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2019-10-16 3:52 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2019-10-16 3:52 UTC (permalink / raw
To: gentoo-commits
commit: ebe7bef9f3ece57b627154c93b702129abbce7e8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 15 12:52:48 2019 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Oct 16 03:51:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe7bef9
dev-perl/Test-Inline: Remove old
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild b/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild
deleted file mode 100644
index daefabc1065..00000000000
--- a/dev-perl/Test-Inline/Test-Inline-2.213.0-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ADAMK
-DIST_VERSION=2.213
-inherit perl-module
-
-DESCRIPTION="Inline test suite support for Perl"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Algorithm-Dependency-1.02
- >=dev-perl/Config-Tiny-2.00
- >=dev-perl/File-Find-Rule-0.26
- >=dev-perl/File-Flat-1.00
- dev-perl/File-Remove
- >=dev-perl/File-Slurp-9999.04
- >=virtual/perl-File-Spec-0.80
- dev-perl/File-chmod
- >=dev-perl/Params-Util-0.05
- >=dev-perl/Pod-Tests-0.18
- virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Script
- >=dev-perl/Test-ClassAPI-1.02
- )
-"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2021-08-19 0:15 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-08-19 0:15 UTC (permalink / raw
To: gentoo-commits
commit: f04c960ba0a7614498a7821231f3845b78c83e6b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 00:02:55 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 00:14:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04c960b
dev-perl/Test-Inline: Version bump 2.214
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Test-Inline/Manifest | 1 +
dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild | 37 +++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/Test-Inline/Manifest b/dev-perl/Test-Inline/Manifest
index e6e00e7e027..8073bddd003 100644
--- a/dev-perl/Test-Inline/Manifest
+++ b/dev-perl/Test-Inline/Manifest
@@ -1 +1,2 @@
DIST Test-Inline-2.213.tar.gz 61649 BLAKE2B 9d192d3ee9e790d4348ab0efb37457776ca1242a012f3bf1beff14bc51a0917206c1aa64d00a465795c438bb0fe44442020432be2063b65e443dcb7b2a262ef9 SHA512 2d5772b515a0c7260c8591a56f640ebb41ce91e32380ae46636f2e85b3c56656fcbf75a1b859e30bb437b9bdcaaf268b943cb1332365173ff413d15f6761b4a4
+DIST Test-Inline-2.214.tar.gz 60403 BLAKE2B 527d25de1d7aa666ecc8b9633d4cead4acaba4c04d168b2cde82e426bdc422f5b181e735dfb02b6774d2f1706bbcc474cc3e7ffe3fc113402f8ed8579fc2d889 SHA512 25c65bb944d09e5cc17cbd4958e629f0e09209759b4bbbb3ac7cc5b22c6218eb77c724131d465c0df7592f803631c061b1fd02c2d238621f782b732b1d7db2fe
diff --git a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
new file mode 100644
index 00000000000..07413ea50ad
--- /dev/null
+++ b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.214
+inherit perl-module
+
+DESCRIPTION="Inline test suite support for Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ >=dev-perl/Algorithm-Dependency-1.20.0
+ >=dev-perl/Config-Tiny-2.0.0
+ >=dev-perl/File-Find-Rule-0.260.0
+ >=dev-perl/File-Flat-1.0.0
+ >=dev-perl/File-Remove-0.370.0
+ >=virtual/perl-File-Spec-0.800.0
+ >=dev-perl/File-chmod-0.310.0
+ >=virtual/perl-Getopt-Long-2.340.0
+ >=virtual/perl-Scalar-List-Utils-1.190.0
+ >=dev-perl/Params-Util-0.210.0
+ dev-perl/Path-Tiny
+"
+BDEPEND="${RDEPEND}
+ test? (
+ >=dev-perl/Test-ClassAPI-1.20.0
+ >=virtual/perl-Test-Simple-0.420.0
+ >=dev-perl/Test-Script-1.20.0
+ )
+"
+
+# Parallel tests unsupported: https://bugs.gentoo.org/663272
+DIST_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2021-10-11 5:45 Sam James
0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2021-10-11 5:45 UTC (permalink / raw
To: gentoo-commits
commit: d84af732c542c3e75cd36f13b065e340108bcee4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:44:35 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:44:35 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84af732
dev-perl/Test-Inline: Stabilize 2.214.0 ppc, #817611
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
index 07413ea50ad..e9e4e1863a8 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Inline test suite support for Perl"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="
>=dev-perl/Algorithm-Dependency-1.20.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2021-10-12 7:10 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-10-12 7:10 UTC (permalink / raw
To: gentoo-commits
commit: f7f6e37d0368552213f8b143b760df6bddcb2d91
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:07:09 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7f6e37d
dev-perl/Test-Inline: amd64 stable wrt bug #817611
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-Inline/Test-Inline-2.214.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
index e9e4e1863a8..8bc261d6638 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Inline test suite support for Perl"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="
>=dev-perl/Algorithm-Dependency-1.20.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2021-10-12 7:14 Agostino Sarubbo
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-10-12 7:14 UTC (permalink / raw
To: gentoo-commits
commit: 35f116e540713b15720acf2ca9c0028c02d147b6
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:14:25 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:14:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35f116e5
dev-perl/Test-Inline: x86 stable wrt bug #817611
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-Inline/Test-Inline-2.214.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
index 8bc261d6638..cb7bc721a79 100644
--- a/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
+++ b/dev-perl/Test-Inline/Test-Inline-2.214.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Inline test suite support for Perl"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
RDEPEND="
>=dev-perl/Algorithm-Dependency-1.20.0
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/
@ 2021-12-09 19:46 Andreas K. Hüttel
0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-12-09 19:46 UTC (permalink / raw
To: gentoo-commits
commit: 85292a13f023783ecb509c07ca90bd91f7ee13d1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 19:42:49 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 19:46:41 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85292a13
dev-perl/Test-Inline: 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-Inline/Manifest | 1 -
dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild | 44 ----------------------
2 files changed, 45 deletions(-)
diff --git a/dev-perl/Test-Inline/Manifest b/dev-perl/Test-Inline/Manifest
index 8073bddd003c..f23e3946a9e7 100644
--- a/dev-perl/Test-Inline/Manifest
+++ b/dev-perl/Test-Inline/Manifest
@@ -1,2 +1 @@
-DIST Test-Inline-2.213.tar.gz 61649 BLAKE2B 9d192d3ee9e790d4348ab0efb37457776ca1242a012f3bf1beff14bc51a0917206c1aa64d00a465795c438bb0fe44442020432be2063b65e443dcb7b2a262ef9 SHA512 2d5772b515a0c7260c8591a56f640ebb41ce91e32380ae46636f2e85b3c56656fcbf75a1b859e30bb437b9bdcaaf268b943cb1332365173ff413d15f6761b4a4
DIST Test-Inline-2.214.tar.gz 60403 BLAKE2B 527d25de1d7aa666ecc8b9633d4cead4acaba4c04d168b2cde82e426bdc422f5b181e735dfb02b6774d2f1706bbcc474cc3e7ffe3fc113402f8ed8579fc2d889 SHA512 25c65bb944d09e5cc17cbd4958e629f0e09209759b4bbbb3ac7cc5b22c6218eb77c724131d465c0df7592f803631c061b1fd02c2d238621f782b732b1d7db2fe
diff --git a/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild b/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
deleted file mode 100644
index d2dec8a54f3e..000000000000
--- a/dev-perl/Test-Inline/Test-Inline-2.213.0-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ADAMK
-DIST_VERSION=2.213
-inherit perl-module
-
-DESCRIPTION="Inline test suite support for Perl"
-
-SLOT="0"
-KEYWORDS="amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/Algorithm-Dependency-1.02
- >=dev-perl/Config-Tiny-2.00
- >=dev-perl/File-Find-Rule-0.26
- >=dev-perl/File-Flat-1.00
- dev-perl/File-Remove
- >=dev-perl/File-Slurp-9999.04
- >=virtual/perl-File-Spec-0.80
- dev-perl/File-chmod
- >=dev-perl/Params-Util-0.05
- >=dev-perl/Pod-Tests-0.18
- virtual/perl-Test-Simple
-"
-DEPEND="${RDEPEND}
- test? (
- dev-perl/Test-Script
- >=dev-perl/Test-ClassAPI-1.02
- )
-"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install/use lib q[.]; use inc::Module::Install/' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
-
-# Parallel tests unsupported: https://bugs.gentoo.org/663272
-DIST_TEST="do"
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2021-12-09 19:47 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-03 22:38 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Inline/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-12-09 19:46 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
2019-10-16 3:52 Andreas K. Hüttel
2019-10-16 3:52 Andreas K. Hüttel
2019-07-17 9:23 Kent Fredric
2016-05-21 20:19 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