summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-09-27 10:26:14 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-09-27 10:26:14 +0000
commit98eff3eafb2c467bb8b4847317f58516e346fed5 (patch)
tree9cb463a796dacb424036c6ff02eb6d54bc20e5b8 /app-doc/howto-html
parentnls fixes (diff)
downloadgentoo-2-98eff3eafb2c467bb8b4847317f58516e346fed5.tar.gz
gentoo-2-98eff3eafb2c467bb8b4847317f58516e346fed5.tar.bz2
gentoo-2-98eff3eafb2c467bb8b4847317f58516e346fed5.zip
removed old, invalid ebuilds
Diffstat (limited to 'app-doc/howto-html')
-rw-r--r--app-doc/howto-html/files/digest-howto-html-200108231
-rw-r--r--app-doc/howto-html/howto-html-20010823.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/app-doc/howto-html/files/digest-howto-html-20010823 b/app-doc/howto-html/files/digest-howto-html-20010823
deleted file mode 100644
index 0cde204170ce..000000000000
--- a/app-doc/howto-html/files/digest-howto-html-20010823
+++ /dev/null
@@ -1 +0,0 @@
-MD5 7bd085aea1920c558898a6da59923824 Linux-html-HOWTOs-20010823.tar.gz 22342680
diff --git a/app-doc/howto-html/howto-html-20010823.ebuild b/app-doc/howto-html/howto-html-20010823.ebuild
deleted file mode 100644
index 909695a05006..000000000000
--- a/app-doc/howto-html/howto-html-20010823.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.6 2002/08/02 05:03:34 seemant Exp $
-
-MY_P="Linux-html-HOWTOs-${PV}"
-S=${WORKDIR}/HOWTO
-
-DESCRIPTION="The LDP howtos, html format."
-
-SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz"
-
-HOMEPAGE="http://www.linuxdoc.org"
-
-SLOT="0"
-LICENSE="GPL"
-KEYWORDS="x86 ppc sparc sparc64"
-
-src_install () {
-
- dodir /usr/share/doc/howto
- dodir /usr/share/doc/howto/html
- dosym /usr/share/doc/howto /usr/share/doc/HOWTO
-
- cd ${S}
- cp -R * ${D}/usr/share/doc/howto/html
-
-}