diff options
author | 2001-11-10 02:33:03 +0000 | |
---|---|---|
committer | 2001-11-10 02:33:03 +0000 | |
commit | 9a85e4584c5eef4803233d8980d7292f6a517e3e (patch) | |
tree | a7a0fe6d95e59a2ee544ed2eae9e3771e60e1eca /app-arch/zip | |
parent | fix the libIDLConf-file so that gnome-config --cflags libIDL returns the corr... (diff) | |
download | gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.tar.gz gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.tar.bz2 gentoo-2-9a85e4584c5eef4803233d8980d7292f6a517e3e.zip |
don't do A=
Diffstat (limited to 'app-arch/zip')
-rw-r--r-- | app-arch/zip/zip-2.3-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-arch/zip/zip-2.3-r1.ebuild b/app-arch/zip/zip-2.3-r1.ebuild index c6507187841b..e6feba2a0e1a 100644 --- a/app-arch/zip/zip-2.3-r1.ebuild +++ b/app-arch/zip/zip-2.3-r1.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r1.ebuild,v 1.2 2001/08/29 01:49:51 lamer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/zip/zip-2.3-r1.ebuild,v 1.3 2001/11/10 02:33:03 hallski Exp $ -A=zip23.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Info ZIP" -SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${A}" +SRC_URI="http://www.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/${PN}23.tar.gz" HOMEPAGE="ftp://ftp.freesoftware.com/pub/infozip/Zip.html" DEPEND="virtual/glibc" |