diff options
author | Parag Mehta <pm@gentoo.org> | 2001-07-25 16:28:29 +0000 |
---|---|---|
committer | Parag Mehta <pm@gentoo.org> | 2001-07-25 16:28:29 +0000 |
commit | 982ac13b3275a0eaca609b18404407503e04a952 (patch) | |
tree | d1f4ac93f5858a32b1daa1a87bf7c0716b2dad1e /app-doc/mini-howto-html-single | |
parent | *** empty log message *** (diff) | |
download | historical-982ac13b3275a0eaca609b18404407503e04a952.tar.gz historical-982ac13b3275a0eaca609b18404407503e04a952.tar.bz2 historical-982ac13b3275a0eaca609b18404407503e04a952.zip |
modified directory structure as per ebuild names and as sugested by drobbins & dam aramak.
Diffstat (limited to 'app-doc/mini-howto-html-single')
-rw-r--r-- | app-doc/mini-howto-html-single/Linux-mini-html-single-HOWTOs-1.0.ebuild | 29 | ||||
-rw-r--r-- | app-doc/mini-howto-html-single/files/digest-Linux-mini-html-single-HOWTOs-1.0 | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/app-doc/mini-howto-html-single/Linux-mini-html-single-HOWTOs-1.0.ebuild b/app-doc/mini-howto-html-single/Linux-mini-html-single-HOWTOs-1.0.ebuild new file mode 100644 index 000000000000..5c89c16f42f3 --- /dev/null +++ b/app-doc/mini-howto-html-single/Linux-mini-html-single-HOWTOs-1.0.ebuild @@ -0,0 +1,29 @@ +# 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-html-single-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The Complete Linux mini Howto's from LDP. This is html single page format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/${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/html + dodir /usr/share/doc/howto/mini/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + mv ${WORKDIR}/* ${D}/usr/share/doc/howto/mini/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" + +} + diff --git a/app-doc/mini-howto-html-single/files/digest-Linux-mini-html-single-HOWTOs-1.0 b/app-doc/mini-howto-html-single/files/digest-Linux-mini-html-single-HOWTOs-1.0 new file mode 100644 index 000000000000..157226c266e6 --- /dev/null +++ b/app-doc/mini-howto-html-single/files/digest-Linux-mini-html-single-HOWTOs-1.0 @@ -0,0 +1 @@ +MD5 1900875576f94003078b90a2fe554f7c Linux-mini-html-single-HOWTOs.tar.gz |