public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Tests/
@ 2017-07-02 15:25 Andreas Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2017-07-02 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     10bba174e37e72ae18f9c72a515c8e2c9a6a590a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  2 15:25:25 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  2 15:25:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10bba174

dev-perl/Pod-Tests: Add build fix for Perl 5.26, bug 623076

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild
index 8b3d49e6f88..ca9f05940b4 100644
--- a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 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=1.19
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.19
 inherit perl-module
 
 DESCRIPTION="Extracts embedded tests and code examples from POD"
@@ -16,4 +16,8 @@ IUSE=""
 RDEPEND="virtual/perl-File-Spec"
 DEPEND="${RDEPEND}"
 
-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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Tests/
@ 2021-07-31 17:06 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-07-31 17:06 UTC (permalink / raw
  To: gentoo-commits

commit:     8a5b4efb2f4f864800607f76955d0df057b94228
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 16:59:52 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 17:06:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5b4efb

dev-perl/Pod-Tests: Version bump 1.20

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

 dev-perl/Pod-Tests/Manifest                 |  1 +
 dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/dev-perl/Pod-Tests/Manifest b/dev-perl/Pod-Tests/Manifest
index 0aeabb703f7..dcd143ccdf2 100644
--- a/dev-perl/Pod-Tests/Manifest
+++ b/dev-perl/Pod-Tests/Manifest
@@ -1 +1,2 @@
 DIST Pod-Tests-1.19.tar.gz 30157 BLAKE2B 86bf04b1412d0e7337635d347e98a5817ece62941cab2c8c974f007b42b22946586b82eeb0212a7994b60c85c31aed2e4158116a0a4fb19dcf7438dc79ff1db8 SHA512 fb48e912f33bc36b782eaf71797732358288840148bdf69ce3381038c47de31e2e111d16d47351c75169016a8a45dcfdfa6e290f61acc8d130fd6c4d0c7dfb9c
+DIST Pod-Tests-1.20.tar.gz 31109 BLAKE2B 16bcc5dcdffa342b7f70eec7e2fdcd5f484eba6f86a40be678f6477f10ec2003ad3dd96725a1c6d8c70a78f451d096f843883cf64f8bc6f6d56076033d8f59ff SHA512 2be444cfdce172d9f82f8df5235aca966b1e1af4324f6e3bd02bbbf7c3940a6c2329bcaacf8281b8ae58563b82703fc5c3af333dc2d6bced76b9ddd4c3458bf6

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
new file mode 100644
index 00000000000..60bbce92c33
--- /dev/null
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.20
+inherit perl-module
+
+DESCRIPTION="Extracts embedded tests and code examples from POD"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
+"


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

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

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

dev-perl/Pod-Tests: Stabilize 1.200.0 amd64, #817485

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

 dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
index 60bbce92c33..9f7e68f7d01 100644
--- a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extracts embedded tests and code examples from POD"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/perl-File-Spec
 "


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

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

commit:     81763ca42eaea9f32503a435f137def098e410e4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 03:13:15 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 03:13:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81763ca4

dev-perl/Pod-Tests: Stabilize 1.200.0 x86, #817485

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

 dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
index 9f7e68f7d01..bd47d908fca 100644
--- a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extracts embedded tests and code examples from POD"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/perl-File-Spec
 "


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

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

commit:     7811d22675bca9d3b6f140ca8d76dde9a4ceb84b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:13:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:13:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7811d226

dev-perl/Pod-Tests: Stabilize 1.200.0 ppc, #817485

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

 dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
index bd47d908fca..21c4b227018 100644
--- a/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
+++ b/dev-perl/Pod-Tests/Pod-Tests-1.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Extracts embedded tests and code examples from POD"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 RDEPEND="virtual/perl-File-Spec
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Tests/
@ 2021-11-26 17:04 Andreas K. Hüttel
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas K. Hüttel @ 2021-11-26 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f723af9950e3ea9570e22285c9d4d588bb3c3ef4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 16:55:50 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 17:03:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f723af99

dev-perl/Pod-Tests: 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/Pod-Tests/Manifest                    |  1 -
 dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-perl/Pod-Tests/Manifest b/dev-perl/Pod-Tests/Manifest
index dcd143ccdf23..2a5c86e28865 100644
--- a/dev-perl/Pod-Tests/Manifest
+++ b/dev-perl/Pod-Tests/Manifest
@@ -1,2 +1 @@
-DIST Pod-Tests-1.19.tar.gz 30157 BLAKE2B 86bf04b1412d0e7337635d347e98a5817ece62941cab2c8c974f007b42b22946586b82eeb0212a7994b60c85c31aed2e4158116a0a4fb19dcf7438dc79ff1db8 SHA512 fb48e912f33bc36b782eaf71797732358288840148bdf69ce3381038c47de31e2e111d16d47351c75169016a8a45dcfdfa6e290f61acc8d130fd6c4d0c7dfb9c
 DIST Pod-Tests-1.20.tar.gz 31109 BLAKE2B 16bcc5dcdffa342b7f70eec7e2fdcd5f484eba6f86a40be678f6477f10ec2003ad3dd96725a1c6d8c70a78f451d096f843883cf64f8bc6f6d56076033d8f59ff SHA512 2be444cfdce172d9f82f8df5235aca966b1e1af4324f6e3bd02bbbf7c3940a6c2329bcaacf8281b8ae58563b82703fc5c3af333dc2d6bced76b9ddd4c3458bf6

diff --git a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild b/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild
deleted file mode 100644
index c50f19101a4b..000000000000
--- a/dev-perl/Pod-Tests/Pod-Tests-1.190.0-r1.ebuild
+++ /dev/null
@@ -1,23 +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=1.19
-inherit perl-module
-
-DESCRIPTION="Extracts embedded tests and code examples from POD"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}"
-
-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] 6+ messages in thread

end of thread, other threads:[~2021-11-26 17:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-26 17:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Pod-Tests/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-10-11  5:15 Sam James
2021-10-11  3:13 Sam James
2021-10-11  3:13 Sam James
2021-07-31 17:06 Andreas K. Hüttel
2017-07-02 15:25 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