summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-08-01 22:14:55 +0000
committerDan Armak <danarmak@gentoo.org>2001-08-01 22:14:55 +0000
commit9ec961c063ffbb261eab732a57360d61932bb5d9 (patch)
tree6f42015ea23ce9db5d4ff51a9c45923a102385c7 /app-doc
parentmasked the new linux-vanilla-sources (diff)
downloadgentoo-2-9ec961c063ffbb261eab732a57360d61932bb5d9.tar.gz
gentoo-2-9ec961c063ffbb261eab732a57360d61932bb5d9.tar.bz2
gentoo-2-9ec961c063ffbb261eab732a57360d61932bb5d9.zip
Old howto ebuilds. New ones will follow shortly.
Diffstat (limited to 'app-doc')
-rw-r--r--app-doc/howto-html-single/files/digest-howto-html-single-1.01
-rw-r--r--app-doc/howto-html-single/howto-html-single-1.0.ebuild31
-rw-r--r--app-doc/howto-html/files/digest-howto-html-1.01
-rw-r--r--app-doc/howto-html/howto-html-1.0.ebuild28
-rw-r--r--app-doc/howto-text/files/digest-howto-text-1.01
-rw-r--r--app-doc/howto-text/howto-text-1.0.ebuild27
-rw-r--r--app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-1.01
-rw-r--r--app-doc/mini-howto-html-single/mini-howto-html-single-1.0.ebuild30
-rw-r--r--app-doc/mini-howto-html/files/digest-mini-howto-html-1.01
-rw-r--r--app-doc/mini-howto-html/mini-howto-html-1.0.ebuild30
-rw-r--r--app-doc/mini-howto-text/files/digest-mini-howto-text-1.01
-rw-r--r--app-doc/mini-howto-text/mini-howto-text-1.0.ebuild29
12 files changed, 0 insertions, 181 deletions
diff --git a/app-doc/howto-html-single/files/digest-howto-html-single-1.0 b/app-doc/howto-html-single/files/digest-howto-html-single-1.0
deleted file mode 100644
index af41dce70d81..000000000000
--- a/app-doc/howto-html-single/files/digest-howto-html-single-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6c63f5b4cf91a081a20a093f4a65a107 Linux-html-single-HOWTOs.tar.gz
diff --git a/app-doc/howto-html-single/howto-html-single-1.0.ebuild b/app-doc/howto-html-single/howto-html-single-1.0.ebuild
deleted file mode 100644
index 6e397432ea65..000000000000
--- a/app-doc/howto-html-single/howto-html-single-1.0.ebuild
+++ /dev/null
@@ -1,31 +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$
-
-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/howto-html/files/digest-howto-html-1.0 b/app-doc/howto-html/files/digest-howto-html-1.0
deleted file mode 100644
index dc897c41ce35..000000000000
--- a/app-doc/howto-html/files/digest-howto-html-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 0f40adacab4865b8bc31ba681d880489 Linux-html-HOWTOs.tar.gz
diff --git a/app-doc/howto-html/howto-html-1.0.ebuild b/app-doc/howto-html/howto-html-1.0.ebuild
deleted file mode 100644
index c941c24b9a38..000000000000
--- a/app-doc/howto-html/howto-html-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>
-$HEADER$
-
-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/howto-text/files/digest-howto-text-1.0 b/app-doc/howto-text/files/digest-howto-text-1.0
deleted file mode 100644
index b9553919220d..000000000000
--- a/app-doc/howto-text/files/digest-howto-text-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 97bd6f3d8d3ceb6b164abb64bb9d742d Linux-HOWTOs.tar.gz
diff --git a/app-doc/howto-text/howto-text-1.0.ebuild b/app-doc/howto-text/howto-text-1.0.ebuild
deleted file mode 100644
index 6f9cf15ec6a0..000000000000
--- a/app-doc/howto-text/howto-text-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>
-$HEADER$
-
-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/mini-howto-html-single/files/digest-mini-howto-html-single-1.0 b/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-1.0
deleted file mode 100644
index 157226c266e6..000000000000
--- a/app-doc/mini-howto-html-single/files/digest-mini-howto-html-single-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1900875576f94003078b90a2fe554f7c Linux-mini-html-single-HOWTOs.tar.gz
diff --git a/app-doc/mini-howto-html-single/mini-howto-html-single-1.0.ebuild b/app-doc/mini-howto-html-single/mini-howto-html-single-1.0.ebuild
deleted file mode 100644
index f297e84f94be..000000000000
--- a/app-doc/mini-howto-html-single/mini-howto-html-single-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>
-$HEADER$
-
-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/files/digest-mini-howto-html-1.0 b/app-doc/mini-howto-html/files/digest-mini-howto-html-1.0
deleted file mode 100644
index 9cf1ccf34bfb..000000000000
--- a/app-doc/mini-howto-html/files/digest-mini-howto-html-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 846320519af1a7298c81e20261fd7f00 Linux-mini-html-HOWTOs.tar.gz
diff --git a/app-doc/mini-howto-html/mini-howto-html-1.0.ebuild b/app-doc/mini-howto-html/mini-howto-html-1.0.ebuild
deleted file mode 100644
index 0b5d0d1c6868..000000000000
--- a/app-doc/mini-howto-html/mini-howto-html-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>
-$HEADER$
-
-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/mini-howto-text/files/digest-mini-howto-text-1.0 b/app-doc/mini-howto-text/files/digest-mini-howto-text-1.0
deleted file mode 100644
index 82956b9424a7..000000000000
--- a/app-doc/mini-howto-text/files/digest-mini-howto-text-1.0
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index f5efa2eb2831..000000000000
--- a/app-doc/mini-howto-text/mini-howto-text-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>
-$HEADER$
-
-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"
-
-}
-