summaryrefslogtreecommitdiff
blob: f721b9b8cd42147ff8e60123407e33e64fd5cfe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-6.8.ebuild,v 1.1 2014/10/15 16:58:25 kensington Exp $

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}"