summaryrefslogtreecommitdiff
path: root/app-text/html-xml-utils/html-xml-utils-8.7.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2025-09-16 15:27:13 +0200
committerPetr Vaněk <arkamar@gentoo.org>2025-09-16 15:31:45 +0200
commite1cd270e6508d5130b80e864ac49644ef468a60a (patch)
tree28152a4ded6018344adbc28ffda492cdf2ac8004 /app-text/html-xml-utils/html-xml-utils-8.7.ebuild
parent79290f25a8bab787fc7fc08670b2f5a0b89a93d5 (diff)
downloadgentoo-e1cd270e6508d5130b80e864ac49644ef468a60a.tar.gz
gentoo-e1cd270e6508d5130b80e864ac49644ef468a60a.tar.bz2
gentoo-e1cd270e6508d5130b80e864ac49644ef468a60a.zip
app-text/html-xml-utils: drop 8.7
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-8.7.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-8.7.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-8.7.ebuild b/app-text/html-xml-utils/html-xml-utils-8.7.ebuild
deleted file mode 100644
index f3050933ced4..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-8.7.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2025 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
- # (seems to be better wrt bashisms as of 8.6, but still no shebang. recheck?)
- # (as of 8.7 4 tests fail with app-shells/dash)
- emake check SHELL="${BROOT}"/bin/bash
-}