diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-08-01 22:14:55 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-08-01 22:14:55 +0000 |
commit | 9ec961c063ffbb261eab732a57360d61932bb5d9 (patch) | |
tree | 6f42015ea23ce9db5d4ff51a9c45923a102385c7 /app-doc/howto-html | |
parent | masked the new linux-vanilla-sources (diff) | |
download | gentoo-2-9ec961c063ffbb261eab732a57360d61932bb5d9.tar.gz gentoo-2-9ec961c063ffbb261eab732a57360d61932bb5d9.tar.bz2 gentoo-2-9ec961c063ffbb261eab732a57360d61932bb5d9.zip |
Old howto ebuilds. New ones will follow shortly.
Diffstat (limited to 'app-doc/howto-html')
-rw-r--r-- | app-doc/howto-html/files/digest-howto-html-1.0 | 1 | ||||
-rw-r--r-- | app-doc/howto-html/howto-html-1.0.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-doc/howto-html/files/digest-howto-html-1.0 b/app-doc/howto-html/files/digest-howto-html-1.0 deleted file mode 100644 index dc897c41ce35..000000000000 --- a/app-doc/howto-html/files/digest-howto-html-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f40adacab4865b8bc31ba681d880489 Linux-html-HOWTOs.tar.gz diff --git a/app-doc/howto-html/howto-html-1.0.ebuild b/app-doc/howto-html/howto-html-1.0.ebuild deleted file mode 100644 index c941c24b9a38..000000000000 --- a/app-doc/howto-html/howto-html-1.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Parag Mehta <pm@gentoo.org> -$HEADER$ - -P="Linux-html-HOWTOs" -S=${WORKDIR}/${P} - -DESCRIPTION="The Complete Linux Howto's from LDP. This html multiple page format." - -SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/${P}.tar.gz" - -HOMEPAGE="http://www.linuxdoc.org" - -#DEPEND="" - -#RDEPEND="" - - -src_install () { - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - cd ${WORKDIR} - mv HOWTO/* ${D}/usr/share/doc/howto/html/ - echo -e "\033[1;42m\033[1;33m This ebuild doesn't need updates as it fetches the latest tar ball whenever installed. Emerge this package once in a month to get the latest HOWTOs. \033[0m" -} - |