summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-6.8.ebuild')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-6.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-6.8.ebuild b/app-text/html-xml-utils/html-xml-utils-6.8.ebuild
new file mode 100644
index 000000000000..1c53a49124ec
--- /dev/null
+++ b/app-text/html-xml-utils/html-xml-utils-6.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+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 x86 ~x86-linux ~ppc-macos ~x86-macos"
+IUSE=""
+
+src_prepare() {
+ sed -e "/doc_DATA = COPYING/d" -i Makefile.in || die
+}
+
+RDEPEND="net-misc/curl"
+DEPEND="${RDEPEND}"