public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/
@ 2017-01-01 10:49 Andreas Hüttel
  0 siblings, 0 replies; 4+ 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] 4+ 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; 4+ 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] 4+ 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; 4+ 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] 4+ 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; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2021-07-31 21:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-01 10:49 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PPI-HTML/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2017-06-17 14:40 Andreas Hüttel
2017-12-27  8:10 Kent Fredric
2021-07-31 21:54 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox