summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-08-01 22:21:02 +0000
committerDan Armak <danarmak@gentoo.org>2001-08-01 22:21:02 +0000
commit15d7cc428385ea34548403b5d523a30409e1b39d (patch)
tree522a11f8954047c13666a6e23e4e3bc29c7196d4 /app-doc/howto-ps
parentOld howto ebuilds. New ones will follow shortly. (diff)
downloadgentoo-2-15d7cc428385ea34548403b5d523a30409e1b39d.tar.gz
gentoo-2-15d7cc428385ea34548403b5d523a30409e1b39d.tar.bz2
gentoo-2-15d7cc428385ea34548403b5d523a30409e1b39d.zip
New howto ebuilds - they finally work! Digests for everything will follow as soon as I can fetch all the archives. Although I'd appreciate it if someone got there before me :-)
Diffstat (limited to 'app-doc/howto-ps')
-rw-r--r--app-doc/howto-ps/howto-ps-20010701.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/app-doc/howto-ps/howto-ps-20010701.ebuild b/app-doc/howto-ps/howto-ps-20010701.ebuild
new file mode 100644
index 000000000000..11e171ec22a3
--- /dev/null
+++ b/app-doc/howto-ps/howto-ps-20010701.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 Dan Armak <danarmak@gentoo.org>
+# $HEADER$
+
+P="Linux-ps-HOWTOs"
+S=${WORKDIR}/${P}
+
+DESCRIPTION="The LDP howtos, postscript format."
+
+SRC_URI="http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/ps/${P}-${V}.tar.gz"
+
+HOMEPAGE="http://www.linuxdoc.org"
+
+src_install () {
+
+ dodir /usr/share/doc/howto
+ dodir /usr/share/doc/howto/ps
+ dosym /usr/share/doc/howto /usr/share/doc/HOWTO
+
+ cd ${WORKDIR}
+ insinto /usr/share/doc/howto/ps
+ doins *
+
+} \ No newline at end of file