diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-08-25 09:14:45 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-08-25 09:14:45 +0000 |
commit | 0d0bde7907d31055e3e01e349ce6d969ed9dea45 (patch) | |
tree | 80d96a9b19337c00306505a1d4d3c0fb66339d0e | |
parent | typo fix (diff) | |
download | gentoo-2-0d0bde7907d31055e3e01e349ce6d969ed9dea45.tar.gz gentoo-2-0d0bde7907d31055e3e01e349ce6d969ed9dea45.tar.bz2 gentoo-2-0d0bde7907d31055e3e01e349ce6d969ed9dea45.zip |
added new howtos, removed old howtos. note: the new ones won't be available until next distfiles-local upload
39 files changed, 20 insertions, 315 deletions
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-20010706 b/app-doc/howto-html-single/files/digest-howto-html-single-20010706 deleted file mode 100644 index 4716580c1a30..000000000000 --- a/app-doc/howto-html-single/files/digest-howto-html-single-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 3aa5169d6348a5412877d4ee62cbfb3f Linux-html-single-HOWTOs-20010706.tar.gz diff --git a/app-doc/howto-html-single/howto-html-single-20010706.ebuild b/app-doc/howto-html-single/howto-html-single-20010706.ebuild deleted file mode 100644 index 5e37f94c4d8f..000000000000 --- a/app-doc/howto-html-single/howto-html-single-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak Exp $ - -P="Linux-html-single-HOWTOs" -S=${WORKDIR}/${P} - -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 ${WORKDIR} - insinto /usr/share/doc/howto/html-single - doins * - -}
\ No newline at end of file diff --git a/app-doc/howto-html-single/howto-html-single-20010823.ebuild b/app-doc/howto-html-single/howto-html-single-20010823.ebuild index ad16040996b2..5f5a73882f73 100644 --- a/app-doc/howto-html-single/howto-html-single-20010823.ebuild +++ b/app-doc/howto-html-single/howto-html-single-20010823.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20010823.ebuild,v 1.2 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/howto-html/files/digest-howto-html-20010706 b/app-doc/howto-html/files/digest-howto-html-20010706 deleted file mode 100644 index cd54fccbeb3f..000000000000 --- a/app-doc/howto-html/files/digest-howto-html-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 115c9b1660faff7bec479a5839c261b2 Linux-html-HOWTOs-20010706.tar.gz diff --git a/app-doc/howto-html/files/digest-howto-html-20010822 b/app-doc/howto-html/files/digest-howto-html-20010822 deleted file mode 100644 index 0acf5a760570..000000000000 --- a/app-doc/howto-html/files/digest-howto-html-20010822 +++ /dev/null @@ -1 +0,0 @@ -MD5 b89dd16f1c9ead39ad5ad97b42a89068 Linux-html-HOWTOs-20010822.tar.gz diff --git a/app-doc/howto-html/howto-html-20010706.ebuild b/app-doc/howto-html/howto-html-20010706.ebuild deleted file mode 100644 index 323e741be0b8..000000000000 --- a/app-doc/howto-html/howto-html-20010706.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010706.ebuild,v 1.2 2001/08/10 16:37:38 danarmak Exp $ - -P="Linux-html-HOWTOs" -S=${WORKDIR}/${P} - -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" - -DEPEND="=kde-base/kdeadmin-2.1.1-r1" - -src_install () { - - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - - cd ${WORKDIR} - insinto /usr/share/doc/howto/html - doins * - -}
\ No newline at end of file diff --git a/app-doc/howto-html/howto-html-20010822.ebuild b/app-doc/howto-html/howto-html-20010822.ebuild deleted file mode 100644 index a0f12e9f4160..000000000000 --- a/app-doc/howto-html/howto-html-20010822.ebuild +++ /dev/null @@ -1,25 +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: /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 index cb8f010594ab..869eb5258f18 100644 --- a/app-doc/howto-html/howto-html-20010823.ebuild +++ b/app-doc/howto-html/howto-html-20010823.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html/howto-html-20010823.ebuild,v 1.2 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/howto-pdf/files/digest-howto-pdf-20010706 b/app-doc/howto-pdf/files/digest-howto-pdf-20010706 deleted file mode 100644 index 48bc077d5868..000000000000 --- a/app-doc/howto-pdf/files/digest-howto-pdf-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 a085ee6b4b47aaf8712537c89b121f6e Linux-pdf-HOWTOs-20010706.tar.gz diff --git a/app-doc/howto-pdf/files/digest-howto-pdf-20010823 b/app-doc/howto-pdf/files/digest-howto-pdf-20010823 deleted file mode 100644 index 9316a28ea457..000000000000 --- a/app-doc/howto-pdf/files/digest-howto-pdf-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 995aac749306c6e65e1f956bdd09d105 Linux-pdf-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-pdf/howto-pdf-20010706.ebuild b/app-doc/howto-pdf/howto-pdf-20010706.ebuild deleted file mode 100644 index 35d0ab659b5a..000000000000 --- a/app-doc/howto-pdf/howto-pdf-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak 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 * - -}
\ No newline at end of file diff --git a/app-doc/howto-pdf/howto-pdf-20010823.ebuild b/app-doc/howto-pdf/howto-pdf-20010824.ebuild index 3f151ba0e514..f77a85214f07 100644 --- a/app-doc/howto-pdf/howto-pdf-20010823.ebuild +++ b/app-doc/howto-pdf/howto-pdf-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/howto-ps/files/digest-howto-ps-20010706 b/app-doc/howto-ps/files/digest-howto-ps-20010706 deleted file mode 100644 index c66c5c08d847..000000000000 --- a/app-doc/howto-ps/files/digest-howto-ps-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 d24b91d903137e4e7d1a73ccc329fef5 Linux-ps-HOWTOs-20010706.tar.gz diff --git a/app-doc/howto-ps/files/digest-howto-ps-20010823 b/app-doc/howto-ps/files/digest-howto-ps-20010823 deleted file mode 100644 index 7d3df52c940a..000000000000 --- a/app-doc/howto-ps/files/digest-howto-ps-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 e8741c48af2333034777f0f921b54ea5 Linux-ps-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-ps/howto-ps-20010706.ebuild b/app-doc/howto-ps/howto-ps-20010706.ebuild deleted file mode 100644 index 563efd788cee..000000000000 --- a/app-doc/howto-ps/howto-ps-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak 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 * - -}
\ No newline at end of file diff --git a/app-doc/howto-ps/howto-ps-20010823.ebuild b/app-doc/howto-ps/howto-ps-20010824.ebuild index 24cf7049f616..ddfe6db1769c 100644 --- a/app-doc/howto-ps/howto-ps-20010823.ebuild +++ b/app-doc/howto-ps/howto-ps-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/howto-text/files/digest-howto-text-20010706 b/app-doc/howto-text/files/digest-howto-text-20010706 deleted file mode 100644 index 539498a3e4d1..000000000000 --- a/app-doc/howto-text/files/digest-howto-text-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 2108968bfa43720e5493155ccf6e9c16 Linux-HOWTOs-20010706.tar.gz diff --git a/app-doc/howto-text/howto-text-20010706.ebuild b/app-doc/howto-text/howto-text-20010706.ebuild deleted file mode 100644 index b42f0c349651..000000000000 --- a/app-doc/howto-text/howto-text-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-text/howto-text-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak Exp $ - -P="Linux-HOWTOs" -S=${WORKDIR}/${P} - -DESCRIPTION="The LDP howtos, text format." - -SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/${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 * - -}
\ No newline at end of file diff --git a/app-doc/howto-text/howto-text-20010823.ebuild b/app-doc/howto-text/howto-text-20010823.ebuild index b09716b131a6..26068ea33a64 100644 --- a/app-doc/howto-text/howto-text-20010823.ebuild +++ b/app-doc/howto-text/howto-text-20010823.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-text/howto-text-20010823.ebuild,v 1.2 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010706 b/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010706 deleted file mode 100644 index 96223f4f621c..000000000000 --- a/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 e1c01e905360b8cbdcd7ce70848f9a71 Linux-mini-html-single-HOWTOs-20010706.tar.gz 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 deleted file mode 100644 index 8962ff1f77a8..000000000000 --- a/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 52925ec49cbcbd567b74c4656d94fd68 Linux-mini-html-single-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-20010706.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-20010706.ebuild deleted file mode 100644 index 0f665a437287..000000000000 --- a/app-doc/mini-howto-html-single/mini-howto-html-single-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak 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 * - -}
\ No newline at end of file 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-20010824.ebuild index cfa4d6cd70c0..0198cfd50a6d 100644 --- a/app-doc/mini-howto-html-single/mini-howto-html-single-20010823.ebuild +++ b/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html-single/mini-howto-html-single-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/mini-howto-html/files/digest-mini-howto-html-20010706 b/app-doc/mini-howto-html/files/digest-mini-howto-html-20010706 deleted file mode 100644 index 3e1bdcbf4a46..000000000000 --- a/app-doc/mini-howto-html/files/digest-mini-howto-html-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 85c63b871ddb813fac8bec697c423e4a Linux-mini-html-HOWTOs-20010706.tar.gz 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 deleted file mode 100644 index 5cb064a310bf..000000000000 --- a/app-doc/mini-howto-html/files/digest-mini-howto-html-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 7a0fd19825630d44c81f7f4a6006525a Linux-mini-html-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-html/mini-howto-html-20010706.ebuild b/app-doc/mini-howto-html/mini-howto-html-20010706.ebuild deleted file mode 100644 index 98683e9b027c..000000000000 --- a/app-doc/mini-howto-html/mini-howto-html-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/mini-howto-html-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak Exp $ - -P="Linux-mini-html-HOWTOs" -S=${WORKDIR}/${P} - -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 ${WORKDIR} - insinto /usr/share/doc/howto/mini/html - doins * - -}
\ No newline at end of file diff --git a/app-doc/mini-howto-html/mini-howto-html-20010823.ebuild b/app-doc/mini-howto-html/mini-howto-html-20010824.ebuild index 8b8796da4fe2..1e1299b514ff 100644 --- a/app-doc/mini-howto-html/mini-howto-html-20010823.ebuild +++ b/app-doc/mini-howto-html/mini-howto-html-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-html/mini-howto-html-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010706 b/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010706 deleted file mode 100644 index 105b87ed6b8e..000000000000 --- a/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 d1903526ddb8d92adf3fcd6241caf921 Linux-mini-pdf-HOWTOs-20010706.tar.gz 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 deleted file mode 100644 index c8e62d317823..000000000000 --- a/app-doc/mini-howto-pdf/files/digest-mini-howto-pdf-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 846009ea940ce62ed6c329ef7253c218 Linux-mini-pdf-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-pdf/mini-howto-pdf-20010706.ebuild b/app-doc/mini-howto-pdf/mini-howto-pdf-20010706.ebuild deleted file mode 100644 index af2c31038bbc..000000000000 --- a/app-doc/mini-howto-pdf/mini-howto-pdf-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-pdf/mini-howto-pdf-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak 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 * - -}
\ No newline at end of file diff --git a/app-doc/mini-howto-pdf/mini-howto-pdf-20010823.ebuild b/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild index cae60f0e336f..55601121ce70 100644 --- a/app-doc/mini-howto-pdf/mini-howto-pdf-20010823.ebuild +++ b/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-pdf/mini-howto-pdf-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010707 b/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010707 deleted file mode 100644 index 0f8bd33c3337..000000000000 --- a/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010707 +++ /dev/null @@ -1 +0,0 @@ -MD5 b32640d03671d74cb0d5b6ccfb6ca364 Linux-mini-ps-HOWTOs-20010707.tar.gz 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 deleted file mode 100644 index b72f9b839989..000000000000 --- a/app-doc/mini-howto-ps/files/digest-mini-howto-ps-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 a683453579fea0a1b9d8c1e2775b3da3 Linux-mini-ps-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-ps/mini-howto-ps-20010707.ebuild b/app-doc/mini-howto-ps/mini-howto-ps-20010707.ebuild deleted file mode 100644 index d81d71d5ac62..000000000000 --- a/app-doc/mini-howto-ps/mini-howto-ps-20010707.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-ps/mini-howto-ps-20010707.ebuild,v 1.1 2001/08/07 18:11:50 danarmak 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 * - -}
\ No newline at end of file diff --git a/app-doc/mini-howto-ps/mini-howto-ps-20010823.ebuild b/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild index fe41d1b98007..4c96af6d147a 100644 --- a/app-doc/mini-howto-ps/mini-howto-ps-20010823.ebuild +++ b/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-ps/mini-howto-ps-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" diff --git a/app-doc/mini-howto-text/files/digest-mini-howto-text-20010706 b/app-doc/mini-howto-text/files/digest-mini-howto-text-20010706 deleted file mode 100644 index 63f02bf8cfd5..000000000000 --- a/app-doc/mini-howto-text/files/digest-mini-howto-text-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 fbe0521c46c733a06f6cfbb156b0b023 Linux-mini-HOWTOs-20010706.tar.gz 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 deleted file mode 100644 index a29eb625138f..000000000000 --- a/app-doc/mini-howto-text/files/digest-mini-howto-text-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 13aa9381021556fb8003454d0005373f Linux-mini-HOWTOs-20010823.tar.gz diff --git a/app-doc/mini-howto-text/mini-howto-text-20010706.ebuild b/app-doc/mini-howto-text/mini-howto-text-20010706.ebuild deleted file mode 100644 index 62986edc6e34..000000000000 --- a/app-doc/mini-howto-text/mini-howto-text-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Dan Armak <danarmak@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-text/mini-howto-text-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak 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 * - -}
\ No newline at end of file diff --git a/app-doc/mini-howto-text/mini-howto-text-20010823.ebuild b/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild index 748f6dab9be7..43c60ca0a516 100644 --- a/app-doc/mini-howto-text/mini-howto-text-20010823.ebuild +++ b/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/mini-howto-text/mini-howto-text-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak 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" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" |