diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-11 22:32:56 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-03-11 22:32:56 +0000 |
commit | 010590f52dddad8d55ff7af62c3204ed1bd91548 (patch) | |
tree | ac64fdbd33f0de33b6ffb6f2fc9345a9f1bf0ea4 /app-text/html-xml-utils/html-xml-utils-5.3.ebuild | |
parent | Stable on alpha, bug #260014 (diff) | |
download | historical-010590f52dddad8d55ff7af62c3204ed1bd91548.tar.gz historical-010590f52dddad8d55ff7af62c3204ed1bd91548.tar.bz2 historical-010590f52dddad8d55ff7af62c3204ed1bd91548.zip |
Bump. Fixes bug 145928 and bug 218146 for html-xml-utils. Add blockers to version 2.8-r2. Thanks to jlec in #gentoo-bugs
Package-Manager: portage-2.2_rc24/cvs/Linux x86_64
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-5.3.ebuild')
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-5.3.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-5.3.ebuild b/app-text/html-xml-utils/html-xml-utils-5.3.ebuild new file mode 100644 index 000000000000..5c59a8eead96 --- /dev/null +++ b/app-text/html-xml-utils/html-xml-utils-5.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 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-5.3.ebuild,v 1.1 2009/03/11 22:32:56 loki_val Exp $ + +inherit eutils + +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" + +IUSE="" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" +SLOT="0" + +RDEPEND="dev-util/gperf" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_install () { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog README TODO +} |