summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-03-18 03:42:11 +0000
committerMike Frysinger <vapier@gentoo.org>2004-03-18 03:42:11 +0000
commitbe51deffd8af123748b3597d34bed741e4a67f9c (patch)
tree58c36090e4bdd220ebb67370d541bcc745bbf70d /app-doc/howto-ps
parentver bump #44240 (diff)
downloadhistorical-be51deffd8af123748b3597d34bed741e4a67f9c.tar.gz
historical-be51deffd8af123748b3597d34bed741e4a67f9c.tar.bz2
historical-be51deffd8af123748b3597d34bed741e4a67f9c.zip
old
Diffstat (limited to 'app-doc/howto-ps')
-rw-r--r--app-doc/howto-ps/files/digest-howto-ps-200211211
-rw-r--r--app-doc/howto-ps/files/digest-howto-ps-200310061
-rw-r--r--app-doc/howto-ps/howto-ps-20021121.ebuild24
-rw-r--r--app-doc/howto-ps/howto-ps-20031006.ebuild24
4 files changed, 0 insertions, 50 deletions
diff --git a/app-doc/howto-ps/files/digest-howto-ps-20021121 b/app-doc/howto-ps/files/digest-howto-ps-20021121
deleted file mode 100644
index 5656cdec1512..000000000000
--- a/app-doc/howto-ps/files/digest-howto-ps-20021121
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e66e9743eb8d2a2cedc08c10ec80d510 Linux-ps-HOWTOs-20021121.tar.bz2 14957138
diff --git a/app-doc/howto-ps/files/digest-howto-ps-20031006 b/app-doc/howto-ps/files/digest-howto-ps-20031006
deleted file mode 100644
index bcd5962b2cbe..000000000000
--- a/app-doc/howto-ps/files/digest-howto-ps-20031006
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e1ab96b1a5da63cd7f3a8ec51566ac61 Linux-ps-HOWTOs-20031006.tar.bz2 24718227
diff --git a/app-doc/howto-ps/howto-ps-20021121.ebuild b/app-doc/howto-ps/howto-ps-20021121.ebuild
deleted file mode 100644
index c6b9feff1739..000000000000
--- a/app-doc/howto-ps/howto-ps-20021121.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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-ps/howto-ps-20021121.ebuild,v 1.7 2004/03/14 00:14:31 mr_bones_ Exp $
-
-MY_P="Linux-ps-HOWTOs-${PV}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="The LDP howtos, postscript format."
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.linuxdoc.org"
-
-SLOT="0"
-LICENSE="GPL-2 LDP"
-KEYWORDS="x86 ppc sparc"
-
-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 *
-}
diff --git a/app-doc/howto-ps/howto-ps-20031006.ebuild b/app-doc/howto-ps/howto-ps-20031006.ebuild
deleted file mode 100644
index 4b1678bdcf67..000000000000
--- a/app-doc/howto-ps/howto-ps-20031006.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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-ps/howto-ps-20031006.ebuild,v 1.2 2004/03/14 00:14:31 mr_bones_ Exp $
-
-MY_P="Linux-ps-HOWTOs-${PV}"
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="The LDP howtos, postscript format."
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-HOMEPAGE="http://www.linuxdoc.org"
-
-SLOT="0"
-LICENSE="GPL-2 LDP"
-KEYWORDS="~x86 ~ppc ~sparc"
-
-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 *
-}