summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-03-21 13:33:37 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-03-21 15:10:23 +0000
commitf74e6f4cacc1f82a4b38aef75476a36b175e6875 (patch)
tree85f8623ccff89b5e568474397629acaac5d8c108 /app-text/html-xml-utils
parentapp-shells/pdmenu: EAPI 6 bump. (diff)
downloadgentoo-f74e6f4cacc1f82a4b38aef75476a36b175e6875.tar.gz
gentoo-f74e6f4cacc1f82a4b38aef75476a36b175e6875.tar.bz2
gentoo-f74e6f4cacc1f82a4b38aef75476a36b175e6875.zip
app-text/html-xml-utils: EAPI 6.
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-text/html-xml-utils')
-rw-r--r--app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild22
1 files changed, 22 insertions, 0 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
new file mode 100644
index 000000000000..60893fd6d20c
--- /dev/null
+++ b/app-text/html-xml-utils/html-xml-utils-6.9-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}