diff options
author | Parag Mehta <pm@gentoo.org> | 2001-08-23 10:32:23 +0000 |
---|---|---|
committer | Parag Mehta <pm@gentoo.org> | 2001-08-23 10:32:23 +0000 |
commit | ca1596ae135d88c40440c00ddbde5fb8ae6c15df (patch) | |
tree | 16b9306051bbfd924284858b418c51610a671224 /app-doc | |
parent | removed old 0.8 and 0.9 (diff) | |
download | historical-ca1596ae135d88c40440c00ddbde5fb8ae6c15df.tar.gz historical-ca1596ae135d88c40440c00ddbde5fb8ae6c15df.tar.bz2 historical-ca1596ae135d88c40440c00ddbde5fb8ae6c15df.zip |
latest howtos as of 23-08-2001 & new links text based browser version
Diffstat (limited to 'app-doc')
22 files changed, 285 insertions, 0 deletions
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20010823 b/app-doc/howto-html-single/files/digest-howto-html-single-20010823 new file mode 100644 index 000000000000..093e061831f2 --- /dev/null +++ b/app-doc/howto-html-single/files/digest-howto-html-single-20010823 @@ -0,0 +1 @@ +MD5 d6761f5f9ea31b855190b44dc3bab538 Linux-html-single-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-html-single/howto-html-single-20010823.ebuild b/app-doc/howto-html-single/howto-html-single-20010823.ebuild new file mode 100644 index 000000000000..ad16040996b2 --- /dev/null +++ b/app-doc/howto-html-single/howto-html-single-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20010823.ebuild,v 1.1 2001/08/23 10:32:22 pm Exp $ + +P="Linux-html-single-HOWTOs" +S=${WORKDIR} + +DESCRIPTION="The LDP howtos, html single-page format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + insinto /usr/share/doc/howto/html-single + doins * + +} diff --git a/app-doc/howto-html/files/digest-howto-html-20010822 b/app-doc/howto-html/files/digest-howto-html-20010822 new file mode 100644 index 000000000000..0acf5a760570 --- /dev/null +++ b/app-doc/howto-html/files/digest-howto-html-20010822 @@ -0,0 +1 @@ +MD5 b89dd16f1c9ead39ad5ad97b42a89068 Linux-html-HOWTOs-20010822.tar.gz diff --git a/app-doc/howto-html/files/digest-howto-html-20010823 b/app-doc/howto-html/files/digest-howto-html-20010823 new file mode 100644 index 000000000000..2f186cf0ac75 --- /dev/null +++ b/app-doc/howto-html/files/digest-howto-html-20010823 @@ -0,0 +1 @@ +MD5 7bd085aea1920c558898a6da59923824 Linux-html-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-html/howto-html-20010822.ebuild b/app-doc/howto-html/howto-html-20010822.ebuild new file mode 100644 index 000000000000..a0f12e9f4160 --- /dev/null +++ b/app-doc/howto-html/howto-html-20010822.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010822.ebuild,v 1.1 2001/08/23 10:32:22 pm Exp $ + +P="Linux-html-HOWTOs" +S=${WORKDIR}/HOWTO + +DESCRIPTION="The LDP howtos, html format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + + +src_install () { + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + cp -R * ${D}/usr/share/doc/howto/html + +} diff --git a/app-doc/howto-html/howto-html-20010823.ebuild b/app-doc/howto-html/howto-html-20010823.ebuild new file mode 100644 index 000000000000..cb8f010594ab --- /dev/null +++ b/app-doc/howto-html/howto-html-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.1 2001/08/23 10:32:22 pm Exp $ + +P="Linux-html-HOWTOs" +S=${WORKDIR}/HOWTO + +DESCRIPTION="The LDP howtos, html format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + + +src_install () { + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + cp -R * ${D}/usr/share/doc/howto/html + +} diff --git a/app-doc/howto-pdf/files/digest-howto-pdf-20010823 b/app-doc/howto-pdf/files/digest-howto-pdf-20010823 new file mode 100644 index 000000000000..9316a28ea457 --- /dev/null +++ b/app-doc/howto-pdf/files/digest-howto-pdf-20010823 @@ -0,0 +1 @@ +MD5 995aac749306c6e65e1f956bdd09d105 Linux-pdf-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-pdf/howto-pdf-20010823.ebuild b/app-doc/howto-pdf/howto-pdf-20010823.ebuild new file mode 100644 index 000000000000..3f151ba0e514 --- /dev/null +++ b/app-doc/howto-pdf/howto-pdf-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20010823.ebuild,v 1.1 2001/08/23 10:32:22 pm Exp $ + +P="Linux-pdf-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP howtos, pdf format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/pdf + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/pdf + doins * + +} diff --git a/app-doc/howto-ps/files/digest-howto-ps-20010823 b/app-doc/howto-ps/files/digest-howto-ps-20010823 new file mode 100644 index 000000000000..7d3df52c940a --- /dev/null +++ b/app-doc/howto-ps/files/digest-howto-ps-20010823 @@ -0,0 +1 @@ +MD5 e8741c48af2333034777f0f921b54ea5 Linux-ps-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-ps/howto-ps-20010823.ebuild b/app-doc/howto-ps/howto-ps-20010823.ebuild new file mode 100644 index 000000000000..24cf7049f616 --- /dev/null +++ b/app-doc/howto-ps/howto-ps-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010823.ebuild,v 1.1 2001/08/23 10:32:22 pm Exp $ + +P="Linux-ps-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP howtos, postscript format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/ps/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto + dodir /usr/share/doc/howto/ps + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/ps + doins * + +} diff --git a/app-doc/howto-text/files/digest-howto-text-20010823 b/app-doc/howto-text/files/digest-howto-text-20010823 new file mode 100644 index 000000000000..c94ddaa22090 --- /dev/null +++ b/app-doc/howto-text/files/digest-howto-text-20010823 @@ -0,0 +1 @@ +MD5 42a31f1a7fae87cf350767578c65eb18 Linux-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-text/howto-text-20010823.ebuild b/app-doc/howto-text/howto-text-20010823.ebuild new file mode 100644 index 000000000000..b09716b131a6 --- /dev/null +++ b/app-doc/howto-text/howto-text-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/howto-text/howto-text-20010823.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ + +P="Linux-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP howtos, text format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +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 * + +} diff --git a/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010823 b/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010823 new file mode 100644 index 000000000000..8962ff1f77a8 --- /dev/null +++ b/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010823 @@ -0,0 +1 @@ +MD5 52925ec49cbcbd567b74c4656d94fd68 Linux-mini-html-single-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-20010823.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20010823.ebuild new file mode 100644 index 000000000000..cfa4d6cd70c0 --- /dev/null +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20010823.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Paarg Mehta <pm@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20010823.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ + +P="Linux-mini-html-single-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP mini-howtos, html-single format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html_single/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/html-single + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/html-single + doins * + +} diff --git a/app-doc/mini-howto-html/files/digest-mini-howto-html-20010823 b/app-doc/mini-howto-html/files/digest-mini-howto-html-20010823 new file mode 100644 index 000000000000..5cb064a310bf --- /dev/null +++ b/app-doc/mini-howto-html/files/digest-mini-howto-html-20010823 @@ -0,0 +1 @@ +MD5 7a0fd19825630d44c81f7f4a6006525a Linux-mini-html-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-html/mini-howto-html-20010823.ebuild b/app-doc/mini-howto-html/mini-howto-html-20010823.ebuild new file mode 100644 index 000000000000..8b8796da4fe2 --- /dev/null +++ b/app-doc/mini-howto-html/mini-howto-html-20010823.ebuild @@ -0,0 +1,24 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/mini-howto-html-20010823.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ + +P="Linux-mini-html-HOWTOs" +S=${WORKDIR}/HOWTO/mini + +DESCRIPTION="The LDP mini-howtos, html format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/html + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${S} + cp -R * ${D}/usr/share/doc/howto/mini/html + +} diff --git a/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010823 b/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010823 new file mode 100644 index 000000000000..c8e62d317823 --- /dev/null +++ b/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010823 @@ -0,0 +1 @@ +MD5 846009ea940ce62ed6c329ef7253c218 Linux-mini-pdf-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-pdf/mini-howto-pdf-20010823.ebuild b/app-doc/mini-howto-pdf/mini-howto-pdf-20010823.ebuild new file mode 100644 index 000000000000..cae60f0e336f --- /dev/null +++ b/app-doc/mini-howto-pdf/mini-howto-pdf-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/mini-howto-pdf/mini-howto-pdf-20010823.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ + +P="Linux-mini-pdf-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP mini-howtos, pdf format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/pdf/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/pdf + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/pdf + doins * + +} diff --git a/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010823 b/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010823 new file mode 100644 index 000000000000..b72f9b839989 --- /dev/null +++ b/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010823 @@ -0,0 +1 @@ +MD5 a683453579fea0a1b9d8c1e2775b3da3 Linux-mini-ps-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-ps/mini-howto-ps-20010823.ebuild b/app-doc/mini-howto-ps/mini-howto-ps-20010823.ebuild new file mode 100644 index 000000000000..fe41d1b98007 --- /dev/null +++ b/app-doc/mini-howto-ps/mini-howto-ps-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/mini-howto-ps/mini-howto-ps-20010823.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ + +P="Linux-mini-ps-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP mini-howtos, ps format." + +SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/ps/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/ps + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/ps + doins * + +} diff --git a/app-doc/mini-howto-text/files/digest-mini-howto-text-20010823 b/app-doc/mini-howto-text/files/digest-mini-howto-text-20010823 new file mode 100644 index 000000000000..a29eb625138f --- /dev/null +++ b/app-doc/mini-howto-text/files/digest-mini-howto-text-20010823 @@ -0,0 +1 @@ +MD5 13aa9381021556fb8003454d0005373f Linux-mini-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-text/mini-howto-text-20010823.ebuild b/app-doc/mini-howto-text/mini-howto-text-20010823.ebuild new file mode 100644 index 000000000000..748f6dab9be7 --- /dev/null +++ b/app-doc/mini-howto-text/mini-howto-text-20010823.ebuild @@ -0,0 +1,25 @@ +# 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: /var/cvsroot/gentoo-x86/app-doc/mini-howto-text/mini-howto-text-20010823.ebuild,v 1.1 2001/08/23 10:32:23 pm Exp $ + +P="Linux-mini-HOWTOs" +S=${WORKDIR}/${P} + +DESCRIPTION="The LDP mini-howtos, text format." + +SRC_URI="http://www.ibiblio.org/pub/linux/docs/HOWTO/mini/${P}-${PV}.tar.gz" + +HOMEPAGE="http://www.linuxdoc.org" + +src_install () { + + dodir /usr/share/doc/howto/mini + dodir /usr/share/doc/howto/mini/text + dosym /usr/share/doc/howto /usr/share/doc/HOWTO + + cd ${WORKDIR} + insinto /usr/share/doc/howto/mini/text + doins * + +} |