public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Formatter/
@ 2017-10-24  7:11 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-24  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     dbb85fc5838e06bf69a46248f6b7e039467ecd79
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 06:41:05 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 07:10:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb85fc5

dev-perl/HTML-Formatter: Copy from dev-perl/HTML-Format

Upstream renamed.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTML-Formatter/HTML-Formatter-2.140.0.ebuild   | 42 ++++++++++++++++++++++
 dev-perl/HTML-Formatter/Manifest                   |  1 +
 dev-perl/HTML-Formatter/metadata.xml               | 15 ++++++++
 3 files changed, 58 insertions(+)

diff --git a/dev-perl/HTML-Formatter/HTML-Formatter-2.140.0.ebuild b/dev-perl/HTML-Formatter/HTML-Formatter-2.140.0.ebuild
new file mode 100644
index 00000000000..0a54d658807
--- /dev/null
+++ b/dev-perl/HTML-Formatter/HTML-Formatter-2.140.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NIGELM
+DIST_VERSION=2.14
+inherit perl-module
+
+DESCRIPTION="HTML Formatter"
+
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Data-Dumper
+	virtual/perl-Encode
+	dev-perl/Font-AFM
+	dev-perl/HTML-Tree
+	virtual/perl-IO
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		dev-perl/File-Slurper
+		virtual/perl-File-Spec
+		virtual/perl-Scalar-List-Utils
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"
+src_test() {
+	local badfile
+	perl_rm_files t/author-* t/release-*
+	for badfile in t/000-report-versions.t META.yml; do
+		einfo "Stripping bad test dependencies from ${badfile}"
+		sed -i -r -e '/Test::(CPAN|EOL|Kwalitee|NoTabs|Pod|Port|YAML)/d' "${badfile}" || die "Can't fix bad deps in ${badfile}"
+	done
+	perl-module_src_test
+}

diff --git a/dev-perl/HTML-Formatter/Manifest b/dev-perl/HTML-Formatter/Manifest
new file mode 100644
index 00000000000..c2982a4d4ac
--- /dev/null
+++ b/dev-perl/HTML-Formatter/Manifest
@@ -0,0 +1 @@
+DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d

diff --git a/dev-perl/HTML-Formatter/metadata.xml b/dev-perl/HTML-Formatter/metadata.xml
new file mode 100644
index 00000000000..c9aec91d1db
--- /dev/null
+++ b/dev-perl/HTML-Formatter/metadata.xml
@@ -0,0 +1,15 @@
+<?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">HTML-Formatter</remote-id>
+    <remote-id type="cpan-module">HTML::FormatPS</remote-id>
+    <remote-id type="cpan-module">HTML::FormatRTF</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText</remote-id>
+    <remote-id type="cpan-module">HTML::Formatter</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Formatter/
@ 2017-10-24  7:11 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-10-24  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     2a264214762e5cb3c31b877f1868998f9b041b36
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 07:10:38 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 07:10:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a264214

dev-perl/HTML-Formatter: Bump to version 2.160.0

Upstream:
- Fix test failures
- Fix Markdown fragment handling
- Improved UTF8 Support

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../HTML-Formatter/HTML-Formatter-2.160.0.ebuild   | 37 ++++++++++++++++++++++
 dev-perl/HTML-Formatter/Manifest                   |  1 +
 dev-perl/HTML-Formatter/metadata.xml               |  1 +
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
new file mode 100644
index 00000000000..8a236d55303
--- /dev/null
+++ b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=NIGELM
+DIST_VERSION=2.16
+inherit perl-module
+
+DESCRIPTION="Base class for HTML Formatters"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Data-Dumper
+	virtual/perl-Encode
+	dev-perl/Font-AFM
+	dev-perl/HTML-Tree
+	virtual/perl-IO
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/File-Slurper
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Warnings
+	)
+"
+src_test() {
+	perl_rm_files t/author-* t/release-*
+	perl-module_src_test
+}

diff --git a/dev-perl/HTML-Formatter/Manifest b/dev-perl/HTML-Formatter/Manifest
index c2982a4d4ac..b308533eed3 100644
--- a/dev-perl/HTML-Formatter/Manifest
+++ b/dev-perl/HTML-Formatter/Manifest
@@ -1 +1,2 @@
 DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d
+DIST HTML-Formatter-2.16.tar.gz 54362 SHA256 cb0a0dd8aa5e8ba9ca214ce451bf4df33aa09c13e907e8d3082ddafeb30151cc SHA512 feb09ed5eefa36f1368f051aa077a8123b5c22a50feea10c09f3b7f826c78ac45868a3fde4f96a340bc922a9512afc9c4b02ca6d97d6e538e517e7f3797bd47c WHIRLPOOL 479d41503e64724cc028aa4baa6679d25fa64cca717cb0f52c6c2b3154debcb2912ad47ef75228de99dcd8f0ebcedf8836606ab81d2b7dd4da8db278105b6773

diff --git a/dev-perl/HTML-Formatter/metadata.xml b/dev-perl/HTML-Formatter/metadata.xml
index c9aec91d1db..aad8006899f 100644
--- a/dev-perl/HTML-Formatter/metadata.xml
+++ b/dev-perl/HTML-Formatter/metadata.xml
@@ -7,6 +7,7 @@
   </maintainer>
   <upstream>
     <remote-id type="cpan">HTML-Formatter</remote-id>
+    <remote-id type="cpan-module">HTML::FormatMarkdown</remote-id>
     <remote-id type="cpan-module">HTML::FormatPS</remote-id>
     <remote-id type="cpan-module">HTML::FormatRTF</remote-id>
     <remote-id type="cpan-module">HTML::FormatText</remote-id>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Formatter/
@ 2018-06-10 16:42 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     c3e145b429d946d0ff6f5b266276308ce8c0ce0a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:03:38 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:41:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e145b4

dev-perl/HTML-Formatter: x86 stable (bug #657636)

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
index 8a236d55303..c6cff4e09f0 100644
--- a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
+++ b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for HTML Formatters"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Formatter/
@ 2018-06-10 19:03 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2018-06-10 19:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a86d0b43dff78b4e0b178050e3ea5db12c75c5b2
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 18:59:25 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 19:03:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86d0b43

dev-perl/HTML-Formatter: amd64 stable wrt bug #657636

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
index c6cff4e09f0..2db975eca0f 100644
--- a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
+++ b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Base class for HTML Formatters"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Formatter/
@ 2021-10-31 19:50 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31 19:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f8460e43606b458090a4a3e042255656005c374d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 19:43:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 19:49:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8460e43

dev-perl/HTML-Formatter: EAPI=8 bump

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

 ...Formatter-2.160.0.ebuild => HTML-Formatter-2.160.0-r1.ebuild} | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0-r1.ebuild
similarity index 85%
rename from dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
rename to dev-perl/HTML-Formatter/HTML-Formatter-2.160.0-r1.ebuild
index 1f488832565..ca54881a5d7 100644
--- a/dev-perl/HTML-Formatter/HTML-Formatter-2.160.0.ebuild
+++ b/dev-perl/HTML-Formatter/HTML-Formatter-2.160.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=NIGELM
 DIST_VERSION=2.16
@@ -11,8 +11,6 @@ DESCRIPTION="Base class for HTML Formatters"
 
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	virtual/perl-Carp
@@ -23,7 +21,7 @@ RDEPEND="
 	virtual/perl-IO
 	virtual/perl-parent
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? (
 		dev-perl/File-Slurper
@@ -32,6 +30,7 @@ DEPEND="${RDEPEND}
 		dev-perl/Test-Warnings
 	)
 "
+
 src_test() {
 	perl_rm_files t/author-* t/release-*
 	perl-module_src_test


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

end of thread, other threads:[~2021-10-31 19:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 19:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Formatter/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2021-10-31 19:50 Andreas K. Hüttel
2018-06-10 16:42 Thomas Deutschmann
2017-10-24  7:11 Kent Fredric
2017-10-24  7:11 Kent Fredric

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