diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-07-28 07:48:40 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-07-28 07:48:40 +0000 |
commit | f9f7f37921cac5d7b2cfb0165392af6e4880e2e9 (patch) | |
tree | 51239b32d63125f26251a73f5a6d019ffe1661cc /app-doc/howto-html-single | |
parent | updated to 0.99.8, changes at http://gtktalog.sourceforge.net/changes.php (diff) | |
download | gentoo-2-f9f7f37921cac5d7b2cfb0165392af6e4880e2e9.tar.gz gentoo-2-f9f7f37921cac5d7b2cfb0165392af6e4880e2e9.tar.bz2 gentoo-2-f9f7f37921cac5d7b2cfb0165392af6e4880e2e9.zip |
Fixup of howto ebuilds. This is the final commit.
There is still a versioning problem and I'll bring it up on gentoo-dev.
Diffstat (limited to 'app-doc/howto-html-single')
-rw-r--r-- | app-doc/howto-html-single/files/digest-howto-html-single-1.0 | 1 | ||||
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-1.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-1.0 b/app-doc/howto-html-single/files/digest-howto-html-single-1.0 new file mode 100644 index 000000000000..af41dce70d81 --- /dev/null +++ b/app-doc/howto-html-single/files/digest-howto-html-single-1.0 @@ -0,0 +1 @@ +MD5 6c63f5b4cf91a081a20a093f4a65a107 Linux-html-single-HOWTOs.tar.gz diff --git a/app-doc/howto-html-single/howto-html-single-1.0.ebuild b/app-doc/howto-html-single/howto-html-single-1.0.ebuild new file mode 100644 index 000000000000..de4738ad10c7 --- /dev/null +++ b/app-doc/howto-html-single/howto-html-single-1.0.ebuild @@ -0,0 +1,30 @@ +# 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> + +P="Linux-html-single-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The Complete Linux Howto's from LDP. This is html format in single page." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/${P}.tar.gz" +HOMEPAGE="http://www.linuxdoc.org" + +#DEPEND="" + +#RDEPEND="" + +src_unpack() { + unpack ${P}.tar.gz +} + +src_install () { + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html + dodir /usr/share/doc/howto/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + mv ${WORKDIR}/* ${D}/usr/share/doc/howto/html-single/ + 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" + +} + |