diff options
author | Dan Armak <danarmak@gentoo.org> | 2003-01-13 19:11:09 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2003-01-13 19:11:09 +0000 |
commit | 61ac8003ea26366be1be89952576bb74bbdc2613 (patch) | |
tree | d248918f376dc7a5401852e666ed253b2d1f1739 /app-doc/howto-ps | |
parent | Changed startup script to function properly at boot time (diff) | |
download | historical-61ac8003ea26366be1be89952576bb74bbdc2613.tar.gz historical-61ac8003ea26366be1be89952576bb74bbdc2613.tar.bz2 historical-61ac8003ea26366be1be89952576bb74bbdc2613.zip |
remove old howto packages (over a year old), their fetching has broken and noone should want them anyway
Diffstat (limited to 'app-doc/howto-ps')
-rw-r--r-- | app-doc/howto-ps/files/digest-howto-ps-20010824 | 1 | ||||
-rw-r--r-- | app-doc/howto-ps/howto-ps-20010824.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/app-doc/howto-ps/files/digest-howto-ps-20010824 b/app-doc/howto-ps/files/digest-howto-ps-20010824 deleted file mode 100644 index 5fe04bdf9ef3..000000000000 --- a/app-doc/howto-ps/files/digest-howto-ps-20010824 +++ /dev/null @@ -1 +0,0 @@ -MD5 344cfd6c514297d6ec8691b15fe72457 Linux-ps-HOWTOs-20010824.tar.gz 11953625 diff --git a/app-doc/howto-ps/howto-ps-20010824.ebuild b/app-doc/howto-ps/howto-ps-20010824.ebuild deleted file mode 100644 index 9101bf2b4c26..000000000000 --- a/app-doc/howto-ps/howto-ps-20010824.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 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-20010824.ebuild,v 1.9 2002/12/09 04:17:38 manson Exp $ - -MY_P="Linux-ps-HOWTOs-${PV}" -S=${WORKDIR}/${MY_P} - -DESCRIPTION="The LDP howtos, postscript format." - -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz" - -HOMEPAGE="http://www.linuxdoc.org" - -SLOT="0" -LICENSE="LDP GPL-2" -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 * -} |