summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:32:20 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:32:20 +0000
commitb39873f8ca85e6ba1539ff191254847455ce426c (patch)
tree51cf9e283edf74874b229c0b315da0c7be177b60 /app-text/html-xml-utils
parentCleanup (diff)
downloadgentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.gz
gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.tar.bz2
gentoo-2-b39873f8ca85e6ba1539ff191254847455ce426c.zip
Cleanup
Diffstat (limited to 'app-text/html-xml-utils')
-rw-r--r--app-text/html-xml-utils/files/digest-html-xml-utils-1.31
-rw-r--r--app-text/html-xml-utils/html-xml-utils-1.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-text/html-xml-utils/files/digest-html-xml-utils-1.3 b/app-text/html-xml-utils/files/digest-html-xml-utils-1.3
deleted file mode 100644
index 3fde21be59d0..000000000000
--- a/app-text/html-xml-utils/files/digest-html-xml-utils-1.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2067064d1900ef28c85292e3ab574f7 html-xml-utils-1.3.tar.gz
diff --git a/app-text/html-xml-utils/html-xml-utils-1.3.ebuild b/app-text/html-xml-utils/html-xml-utils-1.3.ebuild
deleted file mode 100644
index ec6e34306761..000000000000
--- a/app-text/html-xml-utils/html-xml-utils-1.3.ebuild
+++ /dev/null
@@ -1,32 +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.ebuild,v 1.3 2000/11/01 04:44:13 achim Exp $
-
-P=html-xml-utils-1.3
-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=">=sys-libs/glibc-2.1.3"
-
-src_compile() {
-
- cd ${S}
- try ./configure --prefix=/usr --host=${CHOST}
- try make
-
-}
-
-src_install () {
-
- cd ${S}
- try make DESTDIR=${D} install
- prepman
- dodoc AUTHORS ChangeLog COPYING NEWS README
-
-}
-
-