summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-06-20 16:40:53 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-06-20 16:40:53 +0200
commit2cbaa8326dfddcc1a47184c1dba95ef0f7161c05 (patch)
tree2e976f64564e863580afa88209b45c67d326c572 /app-text/html-xml-utils/html-xml-utils-7.4.ebuild
parentapp-text/html-xml-utils: stable amd64. (diff)
downloadgentoo-2cbaa8326dfddcc1a47184c1dba95ef0f7161c05.tar.gz
gentoo-2cbaa8326dfddcc1a47184c1dba95ef0f7161c05.tar.bz2
gentoo-2cbaa8326dfddcc1a47184c1dba95ef0f7161c05.zip
app-text/html-xml-utils: clean up old.
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-7.4.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-7.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-7.4.ebuild b/app-text/html-xml-utils/html-xml-utils-7.4.ebuild
deleted file mode 100644
index 080b0bdc12c5..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-7.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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 ~x86-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
-}