summaryrefslogtreecommitdiff
path: root/app-text/html-xml-utils/html-xml-utils-8.6.ebuild
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2025-07-26 08:54:25 +0200
committerPetr Vaněk <arkamar@gentoo.org>2025-07-26 09:12:33 +0200
commit4ea7ed5ab50d5e6c669c136833a2f308b03fbd38 (patch)
tree0b721c56c1d8149f6b5895206276afafdbb0b206 /app-text/html-xml-utils/html-xml-utils-8.6.ebuild
parent18fa3f46195a8e044d1729bea958f0904d285b24 (diff)
downloadgentoo-4ea7ed5ab50d5e6c669c136833a2f308b03fbd38.tar.gz
gentoo-4ea7ed5ab50d5e6c669c136833a2f308b03fbd38.tar.bz2
gentoo-4ea7ed5ab50d5e6c669c136833a2f308b03fbd38.zip
app-text/html-xml-utils: drop 8.6
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-8.6.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-8.6.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-8.6.ebuild b/app-text/html-xml-utils/html-xml-utils-8.6.ebuild
deleted file mode 100644
index e57cdbeb6610..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-8.6.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2024 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?)
- emake check SHELL="${BROOT}"/bin/bash
-}