From ca1596ae135d88c40440c00ddbde5fb8ae6c15df Mon Sep 17 00:00:00 2001 From: Parag Mehta Date: Thu, 23 Aug 2001 10:32:23 +0000 Subject: latest howtos as of 23-08-2001 & new links text based browser version --- .../files/digest-howto-html-single-20010823 | 1 + .../howto-html-single-20010823.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 app-doc/howto-html-single/files/digest-howto-html-single-20010823 create mode 100644 app-doc/howto-html-single/howto-html-single-20010823.ebuild (limited to 'app-doc/howto-html-single') 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 +# $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 * + +} -- cgit v1.2.3-65-gdbad