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 | 3620bd942c0c00a88ee5303eb7417c13f361b61a (patch) | |
tree | ed1d575e01ca32c9fa7e8fabd5d184606ada309b /app-doc/mini-howto-text | |
parent | updated to 0.99.8, changes at http://gtktalog.sourceforge.net/changes.php (diff) | |
download | historical-3620bd942c0c00a88ee5303eb7417c13f361b61a.tar.gz historical-3620bd942c0c00a88ee5303eb7417c13f361b61a.tar.bz2 historical-3620bd942c0c00a88ee5303eb7417c13f361b61a.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/mini-howto-text')
-rw-r--r-- | app-doc/mini-howto-text/files/digest-mini-howto-text-1.0 | 1 | ||||
-rw-r--r-- | app-doc/mini-howto-text/mini-howto-text-1.0.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-doc/mini-howto-text/files/digest-mini-howto-text-1.0 b/app-doc/mini-howto-text/files/digest-mini-howto-text-1.0 new file mode 100644 index 000000000000..82956b9424a7 --- /dev/null +++ b/app-doc/mini-howto-text/files/digest-mini-howto-text-1.0 @@ -0,0 +1 @@ +MD5 e2eb5cdff91b3dd36c1852baab13f66f Linux-mini-HOWTOs.tar.gz diff --git a/app-doc/mini-howto-text/mini-howto-text-1.0.ebuild b/app-doc/mini-howto-text/mini-howto-text-1.0.ebuild new file mode 100644 index 000000000000..83de1b51418e --- /dev/null +++ b/app-doc/mini-howto-text/mini-howto-text-1.0.ebuild @@ -0,0 +1,28 @@ +# 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-mini-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The Complete Linux mini Howto's from LDP. This is plain text format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/${P}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +#DEPEND="" + +#RDEPEND="" + + +src_install () { + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/plain + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + mv ${WORKDIR}/* ${D}/usr/share/doc/howto/mini/plain/ + 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" + +} + |