summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParag Mehta <pm@gentoo.org>2001-08-23 10:32:23 +0000
committerParag Mehta <pm@gentoo.org>2001-08-23 10:32:23 +0000
commitca1596ae135d88c40440c00ddbde5fb8ae6c15df (patch)
tree16b9306051bbfd924284858b418c51610a671224 /app-doc/howto-html-single
parentremoved old 0.8 and 0.9 (diff)
downloadhistorical-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/howto-html-single')
-rw-r--r--app-doc/howto-html-single/files/digest-howto-html-single-200108231
-rw-r--r--app-doc/howto-html-single/howto-html-single-20010823.ebuild25
2 files changed, 26 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 *
+
+}