summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-11-28 22:55:32 +0100
committerPatrice Clement <monsieurp@gentoo.org>2017-11-28 22:56:53 +0100
commit637395575bab8b8f57dab4a5b75a894a6ae97f77 (patch)
treee36b743f39e9999689d2c3feb006d4f5222e7cb4 /app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
parentapp-text/html-xml-utils: stable for amd64. (diff)
downloadgentoo-637395575bab8b8f57dab4a5b75a894a6ae97f77.tar.gz
gentoo-637395575bab8b8f57dab4a5b75a894a6ae97f77.tar.bz2
gentoo-637395575bab8b8f57dab4a5b75a894a6ae97f77.zip
app-text/html-xml-utils: clean up old.
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
deleted file mode 100644
index 8f754f220aba..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-IUSE=""
-
-RDEPEND="net-misc/curl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
- sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
-}