* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2017-01-01 10:49 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2017-01-01 10:49 UTC (permalink / raw
To: gentoo-commits
commit: 55373de0102ccd6c42e129faa7354630b83fca29
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 1 10:42:39 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 1 10:49:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55373de0
dev-perl/PPI-HTML: New package, needed for dev-perl/Devel-Cover
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/PPI-HTML/Manifest | 1 +
dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild | 28 ++++++++++++++++++++++++++++
dev-perl/PPI-HTML/metadata.xml | 8 ++++++++
3 files changed, 37 insertions(+)
diff --git a/dev-perl/PPI-HTML/Manifest b/dev-perl/PPI-HTML/Manifest
new file mode 100644
index 00000000..3ab494c
--- /dev/null
+++ b/dev-perl/PPI-HTML/Manifest
@@ -0,0 +1 @@
+DIST PPI-HTML-1.08.tar.gz 28720 SHA256 8426964033a87fad7ab89a88b34aeefab59afcac377a4b476b6e32b3b2d3c511 SHA512 84a873c580173764fb534dc36e0868dec3371ef67663e021b93229e6d142caf81408da3c4dbe205332a0a2deb3378ee82f3d37f77186ae8bd4067f3ad928dc79 WHIRLPOOL 2ec47fcaf966ce09409fca55e125ae2d1ffd87908c9db82c49fa374b96c8c02c16be5ffe1a20c03373686ab20bfe91d785ad048f3eb844ce68124ede56bf7b97
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
new file mode 100644
index 00000000..daf6f9e
--- /dev/null
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=ADAMK
+DIST_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/CSS-Tiny-1.100.0
+ >=dev-perl/PPI-0.990.0
+ >=dev-perl/Params-Util-0.50.0
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.420.0
+ >=virtual/perl-File-Spec-0.800.0
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
diff --git a/dev-perl/PPI-HTML/metadata.xml b/dev-perl/PPI-HTML/metadata.xml
new file mode 100644
index 00000000..5193049
--- /dev/null
+++ b/dev-perl/PPI-HTML/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2017-06-17 14:40 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2017-06-17 14:40 UTC (permalink / raw
To: gentoo-commits
commit: ab1505dfa2e0ce27bb7e8c603f68e6cfe4af09ae
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 17 14:39:49 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 17 14:40:33 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab1505df
dev-perl/PPI-HTML: Add build fix for Perl 5.26, bug 615728
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
index 18c567d772c..ba595c2b8f2 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
@@ -25,3 +25,9 @@ DEPEND="${RDEPEND}
>=virtual/perl-Test-Simple-0.470.0
)
"
+
+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] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2017-12-27 8:10 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-12-27 8:10 UTC (permalink / raw
To: gentoo-commits
commit: 88c217a13468e798dcbce9e78c6f49a5bb6c8f32
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 01:19:48 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 08:09:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88c217a1
dev-perl/PPI-HTML: Add CPAN remote-id's
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/PPI-HTML/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-perl/PPI-HTML/metadata.xml b/dev-perl/PPI-HTML/metadata.xml
index 51930499ab6..3b8d2093a3e 100644
--- a/dev-perl/PPI-HTML/metadata.xml
+++ b/dev-perl/PPI-HTML/metadata.xml
@@ -5,4 +5,9 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">PPI-HTML</remote-id>
+ <remote-id type="cpan-module">PPI::HTML</remote-id>
+ <remote-id type="cpan-module">PPI::HTML::Fragment</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2021-07-31 21:54 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-07-31 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 23ef35859dd834e14717f4aacf66dbd79dd2dc10
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 21:25:09 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 21:53:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ef3585
dev-perl/PPI-HTML: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{PPI-HTML-1.80.0.ebuild => PPI-HTML-1.80.0-r1.ebuild} | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
similarity index 86%
rename from dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
rename to dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
index 71faa2f073c..0281d48a3f8 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=ADAMK
DIST_VERSION=1.08
@@ -11,15 +11,13 @@ DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/CSS-Tiny-1.100.0
>=dev-perl/PPI-0.990.0
>=dev-perl/Params-Util-0.50.0
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
>=virtual/perl-File-Spec-0.800.0
test? (
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2025-01-10 4:17 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-01-10 4:17 UTC (permalink / raw
To: gentoo-commits
commit: 3251342035be86582c716c14b48b77ce2fc63b5f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 04:16:35 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 04:16:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32513420
dev-perl/PPI-HTML: Keyword 1.80.0-r1 arm64, #947788
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
index 0281d48a3f86..b1be6319ade9 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
RDEPEND="
>=dev-perl/CSS-Tiny-1.100.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2025-01-10 4:17 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-01-10 4:17 UTC (permalink / raw
To: gentoo-commits
commit: 517be478ab58c01323d61d218077f1b9d988a1f9
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 04:16:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 04:16:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517be478
dev-perl/PPI-HTML: Keyword 1.80.0-r1 arm, #947788
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
index b1be6319ade9..697e8a52f782 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
RDEPEND="
>=dev-perl/CSS-Tiny-1.100.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2025-01-10 4:17 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2025-01-10 4:17 UTC (permalink / raw
To: gentoo-commits
commit: b7331de32e6243dd78ce8d65c08f51ac3c532be7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 04:16:49 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 04:16:49 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7331de3
dev-perl/PPI-HTML: Keyword 1.80.0-r1 ppc64, #947788
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
index 697e8a52f782..57f0ba011003 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
RDEPEND="
>=dev-perl/CSS-Tiny-1.100.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2025-01-10 4:41 WANG Xuerui
0 siblings, 0 replies; 9+ messages in thread
From: WANG Xuerui @ 2025-01-10 4:41 UTC (permalink / raw
To: gentoo-commits
commit: c734a60cc5604e1a65ba4356fab87a18c42b4200
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 10 04:29:13 2025 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Fri Jan 10 04:40:48 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c734a60c
dev-perl/PPI-HTML: keyword 1.80.0-r1 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
index 57f0ba011003..a5a04a184bd8 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~x86"
RDEPEND="
>=dev-perl/CSS-Tiny-1.100.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2025-01-11 14:42 Jakov Smolić
0 siblings, 0 replies; 9+ messages in thread
From: Jakov Smolić @ 2025-01-11 14:42 UTC (permalink / raw
To: gentoo-commits
commit: 116438b5bd32ed474c5ff2adf326d22a66c307b8
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 11 14:42:08 2025 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Jan 11 14:42:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=116438b5
dev-perl/PPI-HTML: Keyword 1.80.0-r1 riscv, #947788
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
index 85610966b67f..a2e878dabfd7 100644
--- a/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
+++ b/dev-perl/PPI-HTML/PPI-HTML-1.80.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Generate syntax-hightlighted HTML for Perl using PPI"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~s390 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~s390 ~x86"
RDEPEND="
>=dev-perl/CSS-Tiny-1.100.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-01-11 14:42 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-10 4:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/ WANG Xuerui
-- strict thread matches above, loose matches on Subject: below --
2025-01-11 14:42 Jakov Smolić
2025-01-10 4:17 Sam James
2025-01-10 4:17 Sam James
2025-01-10 4:17 Sam James
2021-07-31 21:54 Andreas K. Hüttel
2017-12-27 8:10 Kent Fredric
2017-06-17 14:40 Andreas Hüttel
2017-01-01 10:49 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