diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-08-25 09:14:45 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-08-25 09:14:45 +0000 |
commit | bb0223f66ae9fb43abe1c797db533972f487f7df (patch) | |
tree | 6df9eaa9742793eb6d9d4bc325917d7cebf90165 /app-doc/howto-ps | |
parent | typo fix (diff) | |
download | historical-bb0223f66ae9fb43abe1c797db533972f487f7df.tar.gz historical-bb0223f66ae9fb43abe1c797db533972f487f7df.tar.bz2 historical-bb0223f66ae9fb43abe1c797db533972f487f7df.zip |
added new howtos, removed old howtos. note: the new ones won't be available until next distfiles-local upload
Diffstat (limited to 'app-doc/howto-ps')
-rw-r--r-- | app-doc/howto-ps/files/digest-howto-ps-20010706 | 1 | ||||
-rw-r--r-- | app-doc/howto-ps/files/digest-howto-ps-20010823 | 1 | ||||
-rw-r--r-- | app-doc/howto-ps/howto-ps-20010706.ebuild | 25 | ||||
-rw-r--r-- | app-doc/howto-ps/howto-ps-20010824.ebuild (renamed from app-doc/howto-ps/howto-ps-20010823.ebuild) | 4 |
4 files changed, 2 insertions, 29 deletions
diff --git a/app-doc/howto-ps/files/digest-howto-ps-20010706 b/app-doc/howto-ps/files/digest-howto-ps-20010706 deleted file mode 100644 index c66c5c08d847..000000000000 --- a/app-doc/howto-ps/files/digest-howto-ps-20010706 +++ /dev/null @@ -1 +0,0 @@ -MD5 d24b91d903137e4e7d1a73ccc329fef5 Linux-ps-HOWTOs-20010706.tar.gz diff --git a/app-doc/howto-ps/files/digest-howto-ps-20010823 b/app-doc/howto-ps/files/digest-howto-ps-20010823 deleted file mode 100644 index 7d3df52c940a..000000000000 --- a/app-doc/howto-ps/files/digest-howto-ps-20010823 +++ /dev/null @@ -1 +0,0 @@ -MD5 e8741c48af2333034777f0f921b54ea5 Linux-ps-HOWTOs-20010823.tar.gz diff --git a/app-doc/howto-ps/howto-ps-20010706.ebuild b/app-doc/howto-ps/howto-ps-20010706.ebuild deleted file mode 100644 index 563efd788cee..000000000000 --- a/app-doc/howto-ps/howto-ps-20010706.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010706.ebuild,v 1.1 2001/08/07 18:11:50 danarmak Exp $ - -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}-${PV}.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 diff --git a/app-doc/howto-ps/howto-ps-20010823.ebuild b/app-doc/howto-ps/howto-ps-20010824.ebuild index 24cf7049f616..ddfe6db1769c 100644 --- a/app-doc/howto-ps/howto-ps-20010823.ebuild +++ b/app-doc/howto-ps/howto-ps-20010824.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Parag Mehta <pm@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010823.ebuild,v 1.1 2001/08/23 10:32:22 pm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-ps/howto-ps-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak Exp $ 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}-${PV}.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" |