diff options
Diffstat (limited to 'app-doc/howto-text')
-rw-r--r-- | app-doc/howto-text/files/digest-howto-text-20010823 | 1 | ||||
-rw-r--r-- | app-doc/howto-text/howto-text-20010823.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-doc/howto-text/files/digest-howto-text-20010823 b/app-doc/howto-text/files/digest-howto-text-20010823 deleted file mode 100644 index cc3c67d66b70..000000000000 --- a/app-doc/howto-text/files/digest-howto-text-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 42a31f1a7fae87cf350767578c65eb18 Linux-HOWTOs-20010823.tar.gz 5471428 diff --git a/app-doc/howto-text/howto-text-20010823.ebuild b/app-doc/howto-text/howto-text-20010823.ebuild deleted file mode 100644 index fa78184239a7..000000000000 --- a/app-doc/howto-text/howto-text-20010823.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-text/howto-text-20010823.ebuild,v 1.9 2002/12/09 04:17:38 manson Exp $ - -MY_P="Linux-HOWTOs-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="The LDP howtos, text 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="LDP GPL-2" -KEYWORDS="x86 ppc sparc " - -src_install() { - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/text - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/text - doins * -} |