summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-18 03:55:45 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-18 03:55:45 +0000
commit91b90aeb9e19d1ea0ca357d4fd43fffa52780433 (patch)
tree40fc3d73e7c7eef28efafaaefee0dd6510fe315d /app-doc/howto-html-single
parentold (diff)
downloadhistorical-91b90aeb9e19d1ea0ca357d4fd43fffa52780433.tar.gz
historical-91b90aeb9e19d1ea0ca357d4fd43fffa52780433.tar.bz2
historical-91b90aeb9e19d1ea0ca357d4fd43fffa52780433.zip
ver bump #44240
Diffstat (limited to 'app-doc/howto-html-single')
-rw-r--r--app-doc/howto-html-single/howto-html-single-20040317.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-doc/howto-html-single/howto-html-single-20040317.ebuild b/app-doc/howto-html-single/howto-html-single-20040317.ebuild
new file mode 100644
index 000000000000..332fe66cc43a
--- /dev/null
+++ b/app-doc/howto-html-single/howto-html-single-20040317.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20040317.ebuild,v 1.1 2004/03/18 03:51:55 vapier Exp $
+
+DESCRIPTION="The LDP howtos, html single-page format."
+HOMEPAGE="http://www.tldp.org/"
+SRC_URI="mirror://gentoo/Linux-html-single-HOWTOs-${PV}.tar.bz2"
+
+LICENSE="GPL-2 LDP"
+SLOT="0"
+KEYWORDS="x86 ppc sparc"
+
+S=${WORKDIR}
+
+src_install() {
+ dodir /usr/share/doc/howto/html-single
+ dosym /usr/share/doc/howto /usr/share/doc/HOWTO
+
+ insinto /usr/share/doc/howto/html-single
+ doins * || die
+}