diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 05:00:43 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 05:00:43 +0000 |
commit | fe200b409e620395e1232502bbae6056159fcc37 (patch) | |
tree | bcede7692c20d436881493edca78bbf1cb99d311 /app-doc/howto-pdf | |
parent | removed older ebuilds (diff) | |
download | historical-fe200b409e620395e1232502bbae6056159fcc37.tar.gz historical-fe200b409e620395e1232502bbae6056159fcc37.tar.bz2 historical-fe200b409e620395e1232502bbae6056159fcc37.zip |
cleanup
Diffstat (limited to 'app-doc/howto-pdf')
-rw-r--r-- | app-doc/howto-pdf/howto-pdf-20010824.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/howto-pdf/howto-pdf-20010824.ebuild b/app-doc/howto-pdf/howto-pdf-20010824.ebuild index f77a85214f07..0a0bcde27941 100644 --- a/app-doc/howto-pdf/howto-pdf-20010824.ebuild +++ b/app-doc/howto-pdf/howto-pdf-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-pdf/howto-pdf-20010824.ebuild,v 1.1 2001/08/25 09:14:45 danarmak Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-pdf/howto-pdf-20010824.ebuild,v 1.2 2002/04/27 04:43:15 seemant Exp $ -P="Linux-pdf-HOWTOs" -S=${WORKDIR}/${P} +MY_P="Linux-pdf-HOWTOs-${PV}" +S=${WORKDIR}/${MY_P} DESCRIPTION="The LDP howtos, pdf format." -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${P}-${PV}.tar.gz" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/gentoo-sources/${MY_P}.tar.gz" HOMEPAGE="http://www.linuxdoc.org" |