diff options
Diffstat (limited to 'app-doc')
-rw-r--r-- | app-doc/howtos/Linux-HOWTOs-1.0.ebuild | 26 | ||||
-rw-r--r-- | app-doc/howtos/Linux-html-HOWTOs-1.0.ebuild | 27 | ||||
-rw-r--r-- | app-doc/howtos/Linux-html-single-HOWTOs-1.0.ebuild | 30 | ||||
-rw-r--r-- | app-doc/howtos/Linux-mini-HOWTOs-1.0.ebuild | 28 | ||||
-rw-r--r-- | app-doc/howtos/Linux-mini-html-HOWTOs-1.0.ebuild | 29 | ||||
-rw-r--r-- | app-doc/howtos/Linux-mini-html-single-HOWTOs-1.0.ebuild | 29 |
6 files changed, 0 insertions, 169 deletions
diff --git a/app-doc/howtos/Linux-HOWTOs-1.0.ebuild b/app-doc/howtos/Linux-HOWTOs-1.0.ebuild deleted file mode 100644 index 7ce2d7338011..000000000000 --- a/app-doc/howtos/Linux-HOWTOs-1.0.ebuild +++ /dev/null @@ -1,26 +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> - -P="Linux-HOWTOs" -S=${WORKDIR}/${P} - -DESCRIPTION="The Complete Linux Howto's from LDP. This is plain text format." - -SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/${P}.tar.gz" - -HOMEPAGE="http://www.linuxdoc.org" - -#DEPEND="" - -#RDEPEND="" - - -src_install () { - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/plain - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - mv ${WORKDIR}/* ${D}/usr/share/doc/howto/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" -} - diff --git a/app-doc/howtos/Linux-html-HOWTOs-1.0.ebuild b/app-doc/howtos/Linux-html-HOWTOs-1.0.ebuild deleted file mode 100644 index a20f21f2a9bf..000000000000 --- a/app-doc/howtos/Linux-html-HOWTOs-1.0.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 Parag Mehta <pm@gentoo.org> - -P="Linux-html-HOWTOs" -S=${WORKDIR}/${P} - -DESCRIPTION="The Complete Linux Howto's from LDP. This html multiple page format." - -SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html/${P}.tar.gz" - -HOMEPAGE="http://www.linuxdoc.org" - -#DEPEND="" - -#RDEPEND="" - - -src_install () { - dodir /usr/share/doc/howto - dodir /usr/share/doc/howto/html - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - cd ${WORKDIR} - mv HOWTO/* ${D}/usr/share/doc/howto/html/ - 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/howtos/Linux-html-single-HOWTOs-1.0.ebuild b/app-doc/howtos/Linux-html-single-HOWTOs-1.0.ebuild deleted file mode 100644 index de4738ad10c7..000000000000 --- a/app-doc/howtos/Linux-html-single-HOWTOs-1.0.ebuild +++ /dev/null @@ -1,30 +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> - -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" - -} - diff --git a/app-doc/howtos/Linux-mini-HOWTOs-1.0.ebuild b/app-doc/howtos/Linux-mini-HOWTOs-1.0.ebuild deleted file mode 100644 index 83de1b51418e..000000000000 --- a/app-doc/howtos/Linux-mini-HOWTOs-1.0.ebuild +++ /dev/null @@ -1,28 +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> - -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" - -} - diff --git a/app-doc/howtos/Linux-mini-html-HOWTOs-1.0.ebuild b/app-doc/howtos/Linux-mini-html-HOWTOs-1.0.ebuild deleted file mode 100644 index ab6c3840f531..000000000000 --- a/app-doc/howtos/Linux-mini-html-HOWTOs-1.0.ebuild +++ /dev/null @@ -1,29 +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> - -P="Linux-mini-html-HOWTOs" -S=${WORKDIR}/${P} - -DESCRIPTION="The Complete Linux mini Howto's from LDP. This is html multiple page format." - -SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/mini/other-formats/html/${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 - dosym /usr/share/doc/howto /usr/share/doc/HOWTO - cd ${WORKDIR} - mv HOWTO/mini/* ${D}/usr/share/doc/howto/mini/html/ - 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/howtos/Linux-mini-html-single-HOWTOs-1.0.ebuild b/app-doc/howtos/Linux-mini-html-single-HOWTOs-1.0.ebuild deleted file mode 100644 index 5c89c16f42f3..000000000000 --- a/app-doc/howtos/Linux-mini-html-single-HOWTOs-1.0.ebuild +++ /dev/null @@ -1,29 +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> - -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" - -} - |