public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/
@ 2023-04-09 13:45 Erik Mackdanz
  0 siblings, 0 replies; 3+ messages in thread
From: Erik Mackdanz @ 2023-04-09 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c30186083ea0443ce2b5633ceb6db01296a8424f
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  9 13:42:56 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Apr  9 13:43:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3018608

dev-perl/HTML-FormatExternal: new package, add 26

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>

 .../HTML-FormatExternal-26.ebuild                  | 25 ++++++++++++++++++++++
 dev-perl/HTML-FormatExternal/Manifest              |  1 +
 dev-perl/HTML-FormatExternal/metadata.xml          | 20 +++++++++++++++++
 3 files changed, 46 insertions(+)

diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
new file mode 100644
index 000000000000..954b212ca422
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=KRYDE
+DIST_VERSION=26
+inherit perl-module
+
+DESCRIPTION="HTML to text formatting using external programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/IPC-Run
+	dev-perl/URI
+	dev-perl/constant-defer
+"
+BDEPEND="${RDEPEND}
+	dev-perl/Module-Build
+	virtual/perl-ExtUtils-MakeMaker
+"

diff --git a/dev-perl/HTML-FormatExternal/Manifest b/dev-perl/HTML-FormatExternal/Manifest
new file mode 100644
index 000000000000..10a185b8ffc1
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/Manifest
@@ -0,0 +1 @@
+DIST HTML-FormatExternal-26.tar.gz 57363 BLAKE2B 750c2032e55f7fadc14dc3c936fb367c1a48ad1f4f681950ada9453a9495cfc01c235d7bf3317231f171c695d6a80962a94d22a8d2c07b2f34a913c3067bb1dc SHA512 8b052d8b6e3af27a572583d3ac44edc49b743c4a3dfe4d3f063764cb4ed959d055275a037e08aee2b5c981a524c8c5040d9ebed1a51093e5274c567dbc6d6945

diff --git a/dev-perl/HTML-FormatExternal/metadata.xml b/dev-perl/HTML-FormatExternal/metadata.xml
new file mode 100644
index 000000000000..917cf9bb0616
--- /dev/null
+++ b/dev-perl/HTML-FormatExternal/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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-FormatExternal</remote-id>
+    <remote-id type="cpan-module">HTML::FormatExternal</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Elinks</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Html2text</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Links</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Lynx</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Netrik</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Vilisextum</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::W3m</remote-id>
+    <remote-id type="cpan-module">HTML::FormatText::Zen</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/
@ 2023-04-25  3:51 Erik Mackdanz
  0 siblings, 0 replies; 3+ messages in thread
From: Erik Mackdanz @ 2023-04-25  3:51 UTC (permalink / raw
  To: gentoo-commits

commit:     5ae969bcf357d9c0d7b5ed913ff46e48ccf25907
Author:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 03:49:47 2023 +0000
Commit:     Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 03:51:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ae969bc

dev-perl/HTML-FormatExternal: disable some failing test inputs

Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
Closes: https://bugs.gentoo.org/904076

 dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
index 954b212ca422..5d3592da89dc 100644
--- a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
+++ b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
@@ -23,3 +23,14 @@ BDEPEND="${RDEPEND}
 	dev-perl/Module-Build
 	virtual/perl-ExtUtils-MakeMaker
 "
+
+src_prepare() {
+	# remove some test inputs that fail in w3m
+	# https://bugs.gentoo.org/904076
+	sed -i -e 's/-###/-/' t/FormatExternal.t || \
+		die "Couldn't replace -### test input"
+	sed -i -e 's/%57/-/' t/FormatExternal.t || \
+		die "Couldn't replace %57 test input"
+
+	eapply_user
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/
@ 2023-06-10 21:44 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-06-10 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     67682a789e2dde9a701ad7a32acc0f03fa8a7465
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 21:40:47 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 21:40:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67682a78

dev-perl/HTML-FormatExternal: fix MismatchedPerlVersion

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

 .../{HTML-FormatExternal-26.ebuild => HTML-FormatExternal-26.0.0.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild
similarity index 100%
rename from dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.ebuild
rename to dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild


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

end of thread, other threads:[~2023-06-10 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10 21:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-FormatExternal/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-04-25  3:51 Erik Mackdanz
2023-04-09 13:45 Erik Mackdanz

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