summaryrefslogtreecommitdiff
path: root/dev-perl/HTML-FormatExternal
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-perl/HTML-FormatExternal
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-perl/HTML-FormatExternal')
-rw-r--r--dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild36
-rw-r--r--dev-perl/HTML-FormatExternal/Manifest1
-rw-r--r--dev-perl/HTML-FormatExternal/metadata.xml24
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild b/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild
deleted file mode 100644
index 5d3592da89dc..000000000000
--- a/dev-perl/HTML-FormatExternal/HTML-FormatExternal-26.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-"
-
-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
-}
diff --git a/dev-perl/HTML-FormatExternal/Manifest b/dev-perl/HTML-FormatExternal/Manifest
deleted file mode 100644
index 10a185b8ffc1..000000000000
--- a/dev-perl/HTML-FormatExternal/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index df70d8bd7e68..000000000000
--- a/dev-perl/HTML-FormatExternal/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>stasibear@gentoo.org</email>
- <name>Erik Mackdanz</name>
- </maintainer>
- <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>