summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-04-28 04:03:38 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-04-28 04:03:38 +0000
commit59e70743cc92b4299493d80da7ccd11bbfdb3c3b (patch)
tree1fcbf05e7425ca18392ac8d3997d57fa1ceb2678 /app-text/html-xml-utils
parentNew version (diff)
downloadgentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.gz
gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.tar.bz2
gentoo-2-59e70743cc92b4299493d80da7ccd11bbfdb3c3b.zip
cleanup
Diffstat (limited to 'app-text/html-xml-utils')
-rw-r--r--app-text/html-xml-utils/files/digest-html-xml-utils-1.3-r11
-rw-r--r--app-text/html-xml-utils/html-xml-utils-1.3-r1.ebuild28
-rw-r--r--app-text/html-xml-utils/html-xml-utils-2.3.ebuild11
3 files changed, 1 insertions, 39 deletions
diff --git a/app-text/html-xml-utils/files/digest-html-xml-utils-1.3-r1 b/app-text/html-xml-utils/files/digest-html-xml-utils-1.3-r1
deleted file mode 100644
index 107d906db30c..000000000000
--- a/app-text/html-xml-utils/files/digest-html-xml-utils-1.3-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2067064d1900ef28c85292e3ab574f7 html-xml-utils-1.3.tar.gz 129889
diff --git a/app-text/html-xml-utils/html-xml-utils-1.3-r1.ebuild b/app-text/html-xml-utils/html-xml-utils-1.3-r1.ebuild
deleted file mode 100644
index 50e46f423cbf..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-1.3-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-1.3-r1.ebuild,v 1.1 2001/03/20 05:47:31 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="A number of simple utilities for manipulating HTML and XML files."
-SRC_URI="http://www.w3.org/Tools/HTML-XML-utils/${A}"
-HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
-
-DEPEND="virtual/glibc"
-
-src_compile() {
-
- try ./configure --prefix=/usr --mandir=/usr/share/man --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- try make DESTDIR=${D} install
- dodoc AUTHORS ChangeLog COPYING NEWS README
-
-}
-
-
diff --git a/app-text/html-xml-utils/html-xml-utils-2.3.ebuild b/app-text/html-xml-utils/html-xml-utils-2.3.ebuild
index eb043068712b..48aa83704f23 100644
--- a/app-text/html-xml-utils/html-xml-utils-2.3.ebuild
+++ b/app-text/html-xml-utils/html-xml-utils-2.3.ebuild
@@ -1,8 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
-# Maintainer: Tools Team <tools@gentoo.org>
# Author: Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-2.3.ebuild,v 1.1 2002/03/16 16:23:45 karltk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/html-xml-utils/html-xml-utils-2.3.ebuild,v 1.2 2002/04/28 03:59:29 seemant Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A number of simple utilities for manipulating HTML and XML files."
@@ -11,14 +10,6 @@ HOMEPAGE="http://www.w3.org/Tools/HTML-XML-utils/"
DEPEND="virtual/glibc"
-src_compile() {
-
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --host=${CHOST} || die
- make || die
-}
-
src_install () {
make DESTDIR=${D} install || die