* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2020-09-08 9:29 Kent Fredric
0 siblings, 0 replies; 30+ messages in thread
From: Kent Fredric @ 2020-09-08 9:29 UTC (permalink / raw
To: gentoo-commits
commit: 547d871d889e801899fc526948ad6b23134a1487
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 8 09:18:29 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep 8 09:29:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=547d871d
dev-perl/Test-Compile: Add w/ version = 2.4.1
Required by newer dev-perl/FileHandle-Unget
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 42 +++++++++++++++++++++++++
dev-perl/Test-Compile/metadata.xml | 13 ++++++++
3 files changed, 56 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
new file mode 100644
index 00000000000..988c943291a
--- /dev/null
+++ b/dev-perl/Test-Compile/Manifest
@@ -0,0 +1 @@
+DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
new file mode 100644
index 00000000000..92cdc20fcc5
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v2.4.1
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="minimal test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/Devel-CheckOS
+ )
+ >=virtual/perl-Exporter-5.680.0
+ dev-perl/UNIVERSAL-require
+ >=virtual/perl-parent-0.225.0
+ virtual/perl-version
+"
+DEPEND="dev-perl/Module-Build"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
diff --git a/dev-perl/Test-Compile/metadata.xml b/dev-perl/Test-Compile/metadata.xml
new file mode 100644
index 00000000000..20562764815
--- /dev/null
+++ b/dev-perl/Test-Compile/metadata.xml
@@ -0,0 +1,13 @@
+<?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-Compile</remote-id>
+ <remote-id type="cpan-module">Test::Compile</remote-id>
+ <remote-id type="cpan-module">Test::Compile::Internal</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-02-04 17:22 Sergei Trofimovich
0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2021-02-04 17:22 UTC (permalink / raw
To: gentoo-commits
commit: 235812ffc9590924f42fc064da57a3a0297c6200
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Feb 4 17:02:25 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 4 17:22:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=235812ff
dev-perl/Test-Compile: keyworded 2.4.1 for sparc, bug #768420
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index 92cdc20fcc5..806224d6030 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.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="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-02-09 21:39 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-02-09 21:39 UTC (permalink / raw
To: gentoo-commits
commit: e1cf0a9be443404008ee96a31845921dc9b9d679
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 21:39:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 21:39:05 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1cf0a9b
dev-perl/Test-Compile: Keyword 2.4.1 ppc, #768420
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index 806224d6030..a93353dd9f5 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-02-11 7:36 Sergei Trofimovich
0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2021-02-11 7:36 UTC (permalink / raw
To: gentoo-commits
commit: 5530bde69406bf6d3904d5c3c14d4ebc0bfb5c52
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 11 07:35:25 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Feb 11 07:36:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5530bde6
dev-perl/Test-Compile: keyworded 2.4.1 for ia64
keyworded wrt bug #768420
Package-Manager: Portage-3.0.14, Repoman-3.0.2
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index a93353dd9f5..0ccd47f6d38 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-05-31 22:38 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-05-31 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 4ec2742c591adde579161c963d3c94e7ae7d6c21
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 22:36:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 31 22:37:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec2742c
dev-perl/Test-Compile: Stabilize 2.4.1 sparc, #793056
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index 0ccd47f6d38..4965a2dcddc 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-06-01 11:58 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-06-01 11:58 UTC (permalink / raw
To: gentoo-commits
commit: c31a369675c5463ba460fcde887d31c27732f4b8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:57:07 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:57:07 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a3696
dev-perl/Test-Compile: Stabilize 2.4.1 amd64, #793056
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index 4965a2dcddc..6a6e5120d06 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc sparc ~x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-06-03 8:23 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-06-03 8:23 UTC (permalink / raw
To: gentoo-commits
commit: bc71d537ade8c1eca1f40857c82c0cc99de03285
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 08:18:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 08:21:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc71d537
dev-perl/Test-Compile: Stabilize 2.4.1 x86, #793056
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index 6a6e5120d06..cdddbfe11d9 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-06-07 6:25 Sergei Trofimovich
0 siblings, 0 replies; 30+ messages in thread
From: Sergei Trofimovich @ 2021-06-07 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 23a97600ce92d4d2261bc36d2efa9a77bb520160
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 06:23:43 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 06:25:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23a97600
dev-perl/Test-Compile: stable 2.4.1 for ppc
stable wrt bug #793056
Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
index cdddbfe11d9..33904272b42 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ia64 ppc sparc x86"
IUSE="minimal test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-08-16 21:12 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2021-08-16 21:12 UTC (permalink / raw
To: gentoo-commits
commit: 08182ed46b28901a65aaca902b8d1e8454e511c6
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 16 21:04:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 16 21:11:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08182ed4
dev-perl/Test-Compile: Version bump 2.4.2
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild | 41 +++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index 988c943291a..a9f30a67e01 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1 +1,2 @@
DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee
+DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
new file mode 100644
index 00000000000..80add0a6991
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="minimal"
+
+RDEPEND="
+ !minimal? (
+ dev-perl/Devel-CheckOS
+ )
+ >=virtual/perl-Exporter-5.680.0
+ dev-perl/UNIVERSAL-require
+ >=virtual/perl-parent-0.225.0
+ virtual/perl-version
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-10-11 4:18 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11 4:18 UTC (permalink / raw
To: gentoo-commits
commit: 5b1fdd7d00f5610e580c8f44e012aa07c056b875
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:17:55 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:17:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b1fdd7d
dev-perl/Test-Compile: Stabilize 2.4.2 x86, #817602
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
index 80add0a6991..957116a0a3f 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-10-11 5:45 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2021-10-11 5:45 UTC (permalink / raw
To: gentoo-commits
commit: 5052d78739fedc5f19316eeb6818cc68356aa5a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:44:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:44:27 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5052d787
dev-perl/Test-Compile: Stabilize 2.4.2 ppc, #817602
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
index 957116a0a3f..ceb51ff2d09 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-10-11 6:32 Agostino Sarubbo
0 siblings, 0 replies; 30+ messages in thread
From: Agostino Sarubbo @ 2021-10-11 6:32 UTC (permalink / raw
To: gentoo-commits
commit: c92aa8f2cbc49cbc79b278f344196b75491e1d46
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:31:18 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:31:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92aa8f2
dev-perl/Test-Compile: sparc stable wrt bug #817602
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
index ceb51ff2d09..ad9f62bde75 100644
--- a/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-2.4.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc sparc x86"
IUSE="minimal"
RDEPEND="
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-12-09 12:05 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2021-12-09 12:05 UTC (permalink / raw
To: gentoo-commits
commit: afd6c41e25909922352094004ea6665f8a388cff
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 12:02:58 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 12:05:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd6c41e
dev-perl/Test-Compile: 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-Compile/Manifest | 1 -
dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 42 -------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index a9f30a67e01f..6bcd1cb2c343 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1,2 +1 @@
-DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee
DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
deleted file mode 100644
index 33904272b421..000000000000
--- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=EGILES
-DIST_VERSION=v2.4.1
-inherit perl-module
-
-DESCRIPTION="Check whether Perl files compile correctly"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc sparc x86"
-IUSE="minimal test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- !minimal? (
- dev-perl/Devel-CheckOS
- )
- >=virtual/perl-Exporter-5.680.0
- dev-perl/UNIVERSAL-require
- >=virtual/perl-parent-0.225.0
- virtual/perl-version
-"
-DEPEND="dev-perl/Module-Build"
-BDEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.380.0
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Warnings
- virtual/perl-Test-Simple
- )
-"
-PERL_RM_FILES=(
- t/999-has-version.t
- t/999-perlcritic.t
- t/999-pod-coverage.t
- t/999-pod.t
- t/999-portability.t
- t/999-synopsis.t
- t/999-version.t
-)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2021-12-09 12:05 Andreas K. Hüttel
0 siblings, 0 replies; 30+ messages in thread
From: Andreas K. Hüttel @ 2021-12-09 12:05 UTC (permalink / raw
To: gentoo-commits
commit: 9e2b454134d230bc327399375c94274d9880dfbb
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 9 12:04:44 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 9 12:05:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e2b4541
dev-perl/Test-Compile: Version bump 3.0.1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild | 36 +++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index 6bcd1cb2c343..f9fbe81b7053 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1 +1,2 @@
DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
+DIST Test-Compile-v3.0.1.tar.gz 18490 BLAKE2B d472567065549a6a00c668aa5d7af1597f5d3fe0f06a849b374fe0b6757ef5a591ddb5834c894c64c48d9eabe5112803509dba9b4698afed6e028a5010ae4b5f SHA512 a8e5d0fabaaa0c8d4de716da85279c8d4abdcfb8e453159f5b47d10e1845d2f80164d099bcd3906d74afae1137fd9d4430d47b8bdcb3afc6d81b8043bd585715
diff --git a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
new file mode 100644
index 000000000000..2678d51cf437
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+ virtual/perl-version
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2022-02-19 7:00 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2022-02-19 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 52d213df0576e4df4eb965356b1063a9d2d40dbe
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 06:59:36 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 06:59:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d213df
dev-perl/Test-Compile: Stabilize 3.0.1 amd64, #833678
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
index 2678d51cf437..6b8f0183c4cf 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2022-02-19 7:29 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2022-02-19 7:29 UTC (permalink / raw
To: gentoo-commits
commit: 509e7cfebcf2879243f873ab7a3b2f747d9f85a2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 07:29:43 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 07:29:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509e7cfe
dev-perl/Test-Compile: Stabilize 3.0.1 ppc, #833678
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
index 6b8f0183c4cf..c90cb6999610 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2022-02-19 8:19 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2022-02-19 8:19 UTC (permalink / raw
To: gentoo-commits
commit: 43a2b01c44827696d13377a00af448f741eaab83
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 08:19:47 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 08:19:47 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43a2b01c
dev-perl/Test-Compile: Stabilize 3.0.1 sparc, #833678
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
index c90cb6999610..0ec86fedcf22 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.0.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ppc sparc ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-06-18 21:05 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-06-18 21:05 UTC (permalink / raw
To: gentoo-commits
commit: 6fca7c132709d47d21b55e31e7b3ebada3daab0c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 19:48:38 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 21:04:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fca7c13
dev-perl/Test-Compile: add 3.2.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild | 36 +++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index f9fbe81b7053..dd4baee2edf1 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1,2 +1,3 @@
DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
DIST Test-Compile-v3.0.1.tar.gz 18490 BLAKE2B d472567065549a6a00c668aa5d7af1597f5d3fe0f06a849b374fe0b6757ef5a591ddb5834c894c64c48d9eabe5112803509dba9b4698afed6e028a5010ae4b5f SHA512 a8e5d0fabaaa0c8d4de716da85279c8d4abdcfb8e453159f5b47d10e1845d2f80164d099bcd3906d74afae1137fd9d4430d47b8bdcb3afc6d81b8043bd585715
+DIST Test-Compile-v3.2.2.tar.gz 19612 BLAKE2B e6a14624c1aaf70e5228d46ed33313e07ecfd2632ef8e369c2046317dac5ff83f48efe853f06436d71b98721cb8f5b5e6354a4d62c67351297b512a1be1152a7 SHA512 68a18cee66cc8eb2bf10b3d7f97244ee49d7162284957a8f34226846f3afda1872c809b4cdd7494286afea255313eeba27f392e3827ed127d39bbdf406be8151
diff --git a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
new file mode 100644
index 000000000000..7db087aee60f
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+ >=virtual/perl-version-0.770.0
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-07-12 8:46 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-07-12 8:46 UTC (permalink / raw
To: gentoo-commits
commit: d302f8ad301a15d31e408cb8fafac60e89f4c4e9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 08:04:53 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 08:45:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d302f8ad
dev-perl/Test-Compile: add 3.3.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.3.0.ebuild | 37 +++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index dd4baee2edf1..fba86c90a405 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1,3 +1,4 @@
DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
DIST Test-Compile-v3.0.1.tar.gz 18490 BLAKE2B d472567065549a6a00c668aa5d7af1597f5d3fe0f06a849b374fe0b6757ef5a591ddb5834c894c64c48d9eabe5112803509dba9b4698afed6e028a5010ae4b5f SHA512 a8e5d0fabaaa0c8d4de716da85279c8d4abdcfb8e453159f5b47d10e1845d2f80164d099bcd3906d74afae1137fd9d4430d47b8bdcb3afc6d81b8043bd585715
DIST Test-Compile-v3.2.2.tar.gz 19612 BLAKE2B e6a14624c1aaf70e5228d46ed33313e07ecfd2632ef8e369c2046317dac5ff83f48efe853f06436d71b98721cb8f5b5e6354a4d62c67351297b512a1be1152a7 SHA512 68a18cee66cc8eb2bf10b3d7f97244ee49d7162284957a8f34226846f3afda1872c809b4cdd7494286afea255313eeba27f392e3827ed127d39bbdf406be8151
+DIST Test-Compile-v3.3.0.tar.gz 20143 BLAKE2B 701b72181807a44bb46944e0e505644521b10b16a4180e6f4e1ce3a2e41a185a4471e9bc9b1d1e8aefd6485d5db898fa408dd7f09fff22ff7d33f980898a2123 SHA512 41c05d70e2913905d886651e1f882bd145c0f4c9ed433e8541cb9cf33e622f7c34ebe5c9eb875161782cf8a7bafc6bdc2f03b60c8bbef7f9ff0381d833f5205a
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.0.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.0.ebuild
new file mode 100644
index 000000000000..7577d8d71c55
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+ >=virtual/perl-version-0.770.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-07-18 21:52 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-07-18 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 2e8e295adf98bd7f8fd70aee0195435ee921c472
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 18 21:50:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 18 21:52:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8e295a
dev-perl/Test-Compile: add 3.3.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild | 37 +++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index fba86c90a405..ca6743d60236 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -2,3 +2,4 @@ DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a1
DIST Test-Compile-v3.0.1.tar.gz 18490 BLAKE2B d472567065549a6a00c668aa5d7af1597f5d3fe0f06a849b374fe0b6757ef5a591ddb5834c894c64c48d9eabe5112803509dba9b4698afed6e028a5010ae4b5f SHA512 a8e5d0fabaaa0c8d4de716da85279c8d4abdcfb8e453159f5b47d10e1845d2f80164d099bcd3906d74afae1137fd9d4430d47b8bdcb3afc6d81b8043bd585715
DIST Test-Compile-v3.2.2.tar.gz 19612 BLAKE2B e6a14624c1aaf70e5228d46ed33313e07ecfd2632ef8e369c2046317dac5ff83f48efe853f06436d71b98721cb8f5b5e6354a4d62c67351297b512a1be1152a7 SHA512 68a18cee66cc8eb2bf10b3d7f97244ee49d7162284957a8f34226846f3afda1872c809b4cdd7494286afea255313eeba27f392e3827ed127d39bbdf406be8151
DIST Test-Compile-v3.3.0.tar.gz 20143 BLAKE2B 701b72181807a44bb46944e0e505644521b10b16a4180e6f4e1ce3a2e41a185a4471e9bc9b1d1e8aefd6485d5db898fa408dd7f09fff22ff7d33f980898a2123 SHA512 41c05d70e2913905d886651e1f882bd145c0f4c9ed433e8541cb9cf33e622f7c34ebe5c9eb875161782cf8a7bafc6bdc2f03b60c8bbef7f9ff0381d833f5205a
+DIST Test-Compile-v3.3.1.tar.gz 20205 BLAKE2B 5a1b52447eb8e1f92903e3eae09f3b91fef4ba9bb7962edc854629a730dc8c0e622aaf78a13e6ec26a002749cfd9d112f4d2aa33acfb6a2775ce5b77a026ff04 SHA512 d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
new file mode 100644
index 000000000000..7577d8d71c55
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+ >=virtual/perl-version-0.770.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-07-24 4:00 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-07-24 4:00 UTC (permalink / raw
To: gentoo-commits
commit: 9ab35484f1fd448e613ba834749bae0033ef211e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:59:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:59:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ab35484
dev-perl/Test-Compile: Stabilize 3.2.2 ppc, #910894
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
index 430fd2ce997e..db83df94f126 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc x86"
+KEYWORDS="~amd64 ~ia64 ppc sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-07-24 4:12 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-07-24 4:12 UTC (permalink / raw
To: gentoo-commits
commit: b568d36434c3951fdefe6fc6114e1e5b4f4abc9d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:10:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:10:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b568d364
dev-perl/Test-Compile: Stabilize 3.2.2 amd64, #910894
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
index db83df94f126..95fda976f0e6 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.2.2.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc sparc x86"
+KEYWORDS="amd64 ~ia64 ppc sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-08-19 6:10 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-08-19 6:10 UTC (permalink / raw
To: gentoo-commits
commit: 68df781b4a094f63ce7f2bb141796a6c3197234d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:10:29 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:10:29 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68df781b
dev-perl/Test-Compile: Stabilize 3.3.1 sparc, #912528
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
index 7577d8d71c55..bbfb4edf8f7c 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-08-19 6:58 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2023-08-19 6:58 UTC (permalink / raw
To: gentoo-commits
commit: 24748cbdf04cb7059d8c4c23377c281d233fb4ac
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 06:58:08 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 06:58:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24748cbd
dev-perl/Test-Compile: Stabilize 3.3.1 ppc, #912528
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
index bbfb4edf8f7c..892c9b8b552c 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc sparc ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-08-19 15:37 Arthur Zamarin
0 siblings, 0 replies; 30+ messages in thread
From: Arthur Zamarin @ 2023-08-19 15:37 UTC (permalink / raw
To: gentoo-commits
commit: b6a66bfcf57e54edb991484d8ca7296097035fd9
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 19 15:35:34 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 15:35:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a66bfc
dev-perl/Test-Compile: Stabilize 3.3.1 x86, #912528
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
index 892c9b8b552c..dd38a9986d27 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ppc sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2023-08-21 3:50 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2023-08-21 3:50 UTC (permalink / raw
To: gentoo-commits
commit: d886d6822b815bfa3bf9010f9af5732f66b55990
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 03:48:07 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 03:48:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d886d682
dev-perl/Test-Compile: Stabilize 3.3.1 amd64, #912528
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
index dd38a9986d27..16bb8c6cc822 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.1.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ppc sparc x86"
+KEYWORDS="amd64 ~ia64 ppc sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2024-05-03 4:15 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-05-03 4:15 UTC (permalink / raw
To: gentoo-commits
commit: c0d46a71617e78ceb80271542cd9d8def0dee89b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 3 03:56:18 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 3 04:09:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0d46a71
dev-perl/Test-Compile: add 3.3.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild | 36 +++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index 31ff417411f0..17fd8b9f4e87 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1 +1,2 @@
DIST Test-Compile-v3.3.1.tar.gz 20205 BLAKE2B 5a1b52447eb8e1f92903e3eae09f3b91fef4ba9bb7962edc854629a730dc8c0e622aaf78a13e6ec26a002749cfd9d112f4d2aa33acfb6a2775ce5b77a026ff04 SHA512 d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3
+DIST Test-Compile-v3.3.2.tar.gz 20668 BLAKE2B 7a0159e151ac0344b9d736d0abc02eae9e191ad4e2fd4c84cc3cf27c869ecd1546c2e4e28be8092c12b877c2139425526de1cdf44d167a84972b5e5f625e5227 SHA512 5403dd9b22f8b40fd8a64417d44219cacfe50d3200a0093171fd36460e7da9db97e6db85c618ace55218fb0ef64f3cef087bfba16f68e186344909957fbd8813
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.2.ebuild
new file mode 100644
index 000000000000..7b1c7a6fdf04
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.2.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=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2024-05-06 9:37 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-05-06 9:37 UTC (permalink / raw
To: gentoo-commits
commit: cffcdd3c1f03156c79802e55b35e73ce066729f7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 6 09:36:51 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 6 09:36:51 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cffcdd3c
dev-perl/Test-Compile: add 3.3.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Manifest | 1 +
dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild | 36 +++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
index 17fd8b9f4e87..2b30d7671892 100644
--- a/dev-perl/Test-Compile/Manifest
+++ b/dev-perl/Test-Compile/Manifest
@@ -1,2 +1,3 @@
DIST Test-Compile-v3.3.1.tar.gz 20205 BLAKE2B 5a1b52447eb8e1f92903e3eae09f3b91fef4ba9bb7962edc854629a730dc8c0e622aaf78a13e6ec26a002749cfd9d112f4d2aa33acfb6a2775ce5b77a026ff04 SHA512 d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3
DIST Test-Compile-v3.3.2.tar.gz 20668 BLAKE2B 7a0159e151ac0344b9d736d0abc02eae9e191ad4e2fd4c84cc3cf27c869ecd1546c2e4e28be8092c12b877c2139425526de1cdf44d167a84972b5e5f625e5227 SHA512 5403dd9b22f8b40fd8a64417d44219cacfe50d3200a0093171fd36460e7da9db97e6db85c618ace55218fb0ef64f3cef087bfba16f68e186344909957fbd8813
+DIST Test-Compile-v3.3.3.tar.gz 20685 BLAKE2B e09707215ace0c55a74eaa4321aa56461431960848c5bf54162d4b0c5f57ab60a7d988754f440782d3b7d507d084539a2087250ca4c6e80bbbce51d199f046b1 SHA512 ba437e9864fe849276d7ff4b4b89ab25800286777f9001cf7c66b0996025d1edd93faa7f74292a07786cac9446a8e1cde2ccc37d6f7339c8605b9342fec03b1d
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
new file mode 100644
index 000000000000..7b1c7a6fdf04
--- /dev/null
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.3.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=EGILES
+DIST_VERSION=v${PV}
+inherit perl-module
+
+DESCRIPTION="Check whether Perl files compile correctly"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+RDEPEND="
+ >=virtual/perl-Exporter-5.680.0
+ >=virtual/perl-parent-0.225.0
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Warnings
+ virtual/perl-Test-Simple
+ )
+"
+
+PERL_RM_FILES=(
+ t/999-has-version.t
+ t/999-perlcritic.t
+ t/999-pod-coverage.t
+ t/999-pod.t
+ t/999-portability.t
+ t/999-synopsis.t
+ t/999-version.t
+)
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2024-06-09 21:21 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-06-09 21:21 UTC (permalink / raw
To: gentoo-commits
commit: 138643d5fc9497ffe55d69345ad54b996c609aee
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 21:20:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 21:20:40 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138643d5
dev-perl/Test-Compile: Stabilize 3.3.3 x86, #933922
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
index 7b1c7a6fdf04..ab5258229b92 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/
@ 2024-06-14 1:50 Sam James
0 siblings, 0 replies; 30+ messages in thread
From: Sam James @ 2024-06-14 1:50 UTC (permalink / raw
To: gentoo-commits
commit: 1ff6c8b068e94f3bb17fee9a18ae57753ff439b9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 01:50:12 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 01:50:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ff6c8b0
dev-perl/Test-Compile: Stabilize 3.3.3 sparc, #933922
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild b/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
index b194b430b014..a101fba08f78 100644
--- a/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
+++ b/dev-perl/Test-Compile/Test-Compile-3.3.3.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
DESCRIPTION="Check whether Perl files compile correctly"
SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ppc sparc x86"
RDEPEND="
>=virtual/perl-Exporter-5.680.0
^ permalink raw reply related [flat|nested] 30+ messages in thread
end of thread, other threads:[~2024-06-14 1:51 UTC | newest]
Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-03 4:15 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-Compile/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-14 1:50 Sam James
2024-06-09 21:21 Sam James
2024-05-06 9:37 Sam James
2023-08-21 3:50 Sam James
2023-08-19 15:37 Arthur Zamarin
2023-08-19 6:58 Arthur Zamarin
2023-08-19 6:10 Sam James
2023-07-24 4:12 Sam James
2023-07-24 4:00 Sam James
2023-07-18 21:52 Sam James
2023-07-12 8:46 Sam James
2023-06-18 21:05 Sam James
2022-02-19 8:19 Arthur Zamarin
2022-02-19 7:29 Arthur Zamarin
2022-02-19 7:00 Arthur Zamarin
2021-12-09 12:05 Andreas K. Hüttel
2021-12-09 12:05 Andreas K. Hüttel
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:45 Sam James
2021-10-11 4:18 Sam James
2021-08-16 21:12 Andreas K. Hüttel
2021-06-07 6:25 Sergei Trofimovich
2021-06-03 8:23 Sam James
2021-06-01 11:58 Sam James
2021-05-31 22:38 Sam James
2021-02-11 7:36 Sergei Trofimovich
2021-02-09 21:39 Sam James
2021-02-04 17:22 Sergei Trofimovich
2020-09-08 9:29 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox