diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 10:13:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-07-21 10:13:07 +0000 |
commit | b0f435e2e5ebdc5dc55a1e30e6381b6a5815b758 (patch) | |
tree | ff985d90b9a0d99fb2e98d316772ee3232e01861 /app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild | |
parent | Add clang meta-package pulling in llvm[clang]. (diff) | |
download | historical-b0f435e2e5ebdc5dc55a1e30e6381b6a5815b758.tar.gz historical-b0f435e2e5ebdc5dc55a1e30e6381b6a5815b758.tar.bz2 historical-b0f435e2e5ebdc5dc55a1e30e6381b6a5815b758.zip |
Cleanup due http://gentoo.2317880.n4.nabble.com/sgml-herd-has-no-maintainers-again-td259655.html
Package-Manager: portage-2.1.12.13/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild')
-rw-r--r-- | app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild b/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild deleted file mode 100644 index ea25c43e6b9a..000000000000 --- a/app-text/html-xml-utils/html-xml-utils-2.8-r2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 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-2.8-r2.ebuild,v 1.9 2012/07/29 17:17:53 armin76 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="ppc x86" -SLOT="0" - -RDEPEND="!sys-apps/count - !media-libs/libextractor - !app-shells/fish - !dev-perl/HTML-Clean" - -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PN}-incl-man-fix.patch - - # Replace references to normalize with normalize-html, which - # has been renamed due to clash described in #27399 - sed -i "s:normalize:&-html:g" *.1 || die "sed failed" - -} - -src_install () { - - make DESTDIR=${D} install || die - dodoc AUTHORS ChangeLog README TODO - newman ${FILESDIR}/${PN}-addid-man addid.1 - - # Check bug #27399, the following binary conflicts with - # one provided by the 'normalize' package, so we're - # renaming this one <obz@gentoo.org> - mv ${D}/usr/bin/normalize ${D}/usr/bin/normalize-html - mv ${D}/usr/share/man/man1/normalize.1 \ - ${D}/usr/share/man/man1/normalize-html.1 - -} |