summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2007-03-12 22:32:28 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2007-03-12 22:32:28 +0000
commitf37ade6499353afed6182385972da9a68c73f7af (patch)
treef356f5e91adaea0d28915c352449587a86bb3171 /app-text/html-xml-utils
parentx86 stable (diff)
downloadgentoo-2-f37ade6499353afed6182385972da9a68c73f7af.tar.gz
gentoo-2-f37ade6499353afed6182385972da9a68c73f7af.tar.bz2
gentoo-2-f37ade6499353afed6182385972da9a68c73f7af.zip
Replacing text-markup herd with the new sgml herd.
(Portage version: 2.1.2.2)
Diffstat (limited to 'app-text/html-xml-utils')
-rw-r--r--app-text/html-xml-utils/ChangeLog6
-rw-r--r--app-text/html-xml-utils/files/digest-html-xml-utils-2.8-r13
-rw-r--r--app-text/html-xml-utils/files/digest-html-xml-utils-3.63
-rw-r--r--app-text/html-xml-utils/html-xml-utils-2.8-r1.ebuild35
-rw-r--r--app-text/html-xml-utils/html-xml-utils-3.6.ebuild42
-rw-r--r--app-text/html-xml-utils/metadata.xml2
6 files changed, 6 insertions, 85 deletions
diff --git a/app-text/html-xml-utils/ChangeLog b/app-text/html-xml-utils/ChangeLog
index 1da5229bae34..3df96075136a 100644
--- a/app-text/html-xml-utils/ChangeLog
+++ b/app-text/html-xml-utils/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/html-xml-utils
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/ChangeLog,v 1.30 2007/02/21 23:29:57 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/ChangeLog,v 1.31 2007/03/12 22:32:28 leonardop Exp $
+
+ 12 Mar 2007; Leonardo Boshell <leonardop@gentoo.org> metadata.xml,
+ -html-xml-utils-2.8-r1.ebuild, -html-xml-utils-3.6.ebuild:
+ Replacing text-markup herd with the new sgml herd. Pruning old ebuilds.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-text/html-xml-utils/files/digest-html-xml-utils-2.8-r1 b/app-text/html-xml-utils/files/digest-html-xml-utils-2.8-r1
deleted file mode 100644
index 991c531706be..000000000000
--- a/app-text/html-xml-utils/files/digest-html-xml-utils-2.8-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 68a7bbd63f44f0f046c734aecec3db98 html-xml-utils-2.8.tar.gz 193198
-RMD160 38596222bd890278b902546f8c43a8eb6407ff24 html-xml-utils-2.8.tar.gz 193198
-SHA256 41d5407a3baf4f82c6f6673f6590d835efe59f3a2c684a98ea620161e61608e4 html-xml-utils-2.8.tar.gz 193198
diff --git a/app-text/html-xml-utils/files/digest-html-xml-utils-3.6 b/app-text/html-xml-utils/files/digest-html-xml-utils-3.6
deleted file mode 100644
index fd645d8e7918..000000000000
--- a/app-text/html-xml-utils/files/digest-html-xml-utils-3.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 384fe7441d9c992a2b20621529138934 html-xml-utils-3.6.tar.gz 211872
-RMD160 6bb86f0cd5823112946667bcf442ba0f3d3f2359 html-xml-utils-3.6.tar.gz 211872
-SHA256 114b412eab8ba635b453a483b610429c663969a767a934b2f65a3c9d97b7c1dd html-xml-utils-3.6.tar.gz 211872
diff --git a/app-text/html-xml-utils/html-xml-utils-2.8-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-2.8-r1.ebuild
deleted file mode 100644
index 93f5f4ade46d..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-2.8-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2006 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-r1.ebuild,v 1.8 2006/03/16 14:39:39 ehmsen Exp $
-
-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="x86 sparc ~ppc"
-SLOT="0"
-
-DEPEND="virtual/libc"
-
-src_compile() {
-
- econf || die
- emake || die
-
-}
-
-src_install () {
-
- make DESTDIR=${D} install || die
- dodoc AUTHORS ChangeLog README TODO
-
- # 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
-
-}
diff --git a/app-text/html-xml-utils/html-xml-utils-3.6.ebuild b/app-text/html-xml-utils/html-xml-utils-3.6.ebuild
deleted file mode 100644
index 2a8b7109f5d8..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-3.6.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2006 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-3.6.ebuild,v 1.5 2006/03/16 14:39:39 ehmsen 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 ~ppc-macos ~sparc ~x86"
-SLOT="0"
-
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
-DEPEND="virtual/libc"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
-
- # 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
-
- # 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
-
-}
diff --git a/app-text/html-xml-utils/metadata.xml b/app-text/html-xml-utils/metadata.xml
index 06689a1a9114..e96086477315 100644
--- a/app-text/html-xml-utils/metadata.xml
+++ b/app-text/html-xml-utils/metadata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>text-markup</herd>
+ <herd>sgml</herd>
</pkgmetadata>