summaryrefslogtreecommitdiff
path: root/app-text/html-xml-utils/html-xml-utils-7.8.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 20:48:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-29 21:22:40 +0200
commit2b8ae1a65c33e2c12ca5c953da767d63f58f67f8 (patch)
tree3f8c62d9dc9374e626cf4f940dd516af1a5aaa88 /app-text/html-xml-utils/html-xml-utils-7.8.ebuild
parent65df71f9198eab3790d55741f33fbbdb5ed9916c (diff)
downloadgentoo-2b8ae1a65c33e2c12ca5c953da767d63f58f67f8.tar.gz
gentoo-2b8ae1a65c33e2c12ca5c953da767d63f58f67f8.tar.bz2
gentoo-2b8ae1a65c33e2c12ca5c953da767d63f58f67f8.zip
app-text/html-xml-utils: drop 7.7, 7.8, EAPI-6--
Closes: https://bugs.gentoo.org/865447 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-7.8.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-7.8.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-7.8.ebuild b/app-text/html-xml-utils/html-xml-utils-7.8.ebuild
deleted file mode 100644
index 6859458d15d6..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-7.8.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal
-
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files"
-SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${P}.tar.gz"
-HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
-
-LICENSE="W3C"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-linux ~ppc-macos"
-
-RESTRICT="test"
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}
-
-multilib_src_configure() {
- ECONF_SOURCE="${S}" econf
-}
-
-src_compile() {
- multilib-minimal_src_compile
-}
-
-src_install() {
- multilib-minimal_src_install
-}