summaryrefslogtreecommitdiff
path: root/app-text/html-xml-utils/html-xml-utils-8.5.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-07 12:21:25 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-07 12:21:48 +0200
commit1000c4828b62e03af58d1b78b23b0f45d57feee7 (patch)
treeee776a261ff16fc49ef3a87aea2ac4760e0c815a /app-text/html-xml-utils/html-xml-utils-8.5.ebuild
parent42671c2e8f851733d83cd3bc8ce76673d698267f (diff)
downloadgentoo-1000c4828b62e03af58d1b78b23b0f45d57feee7.tar.gz
gentoo-1000c4828b62e03af58d1b78b23b0f45d57feee7.tar.bz2
gentoo-1000c4828b62e03af58d1b78b23b0f45d57feee7.zip
app-text/html-xml-utils: drop 7.8-r1, 8.5
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-8.5.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-8.5.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-8.5.ebuild b/app-text/html-xml-utils/html-xml-utils-8.5.ebuild
deleted file mode 100644
index bf51929c322d..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-8.5.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
-HOMEPAGE="https://www.w3.org/Tools/HTML-XML-utils/"
-SRC_URI="https://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz"
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
-
-RDEPEND="
- net-dns/libidn2:=
- net-misc/curl
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}
-
-src_test() {
- # Lots of tests lack a shebang and use bashisms
- emake check SHELL="${BROOT}"/bin/bash
-}