diff options
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-5.41-r2.ebuild | 5 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.42.ebuild | 7 |
2 files changed, 4 insertions, 8 deletions
diff --git a/app-arch/unzip/unzip-5.41-r2.ebuild b/app-arch/unzip/unzip-5.41-r2.ebuild index a01a6f0214f2..8ac9fe42613a 100644 --- a/app-arch/unzip/unzip-5.41-r2.ebuild +++ b/app-arch/unzip/unzip-5.41-r2.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/unzip/unzip-5.41-r2.ebuild,v 1.1 2001/02/09 10:01:59 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r2.ebuild,v 1.2 2001/11/10 02:33:03 hallski Exp $ -A=unzip541.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" -SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/${A}" +SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/unzip541.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" DEPEND="virtual/glibc" diff --git a/app-arch/unzip/unzip-5.42.ebuild b/app-arch/unzip/unzip-5.42.ebuild index 4dbf76b054a6..c7de843344a2 100644 --- a/app-arch/unzip/unzip-5.42.ebuild +++ b/app-arch/unzip/unzip-5.42.ebuild @@ -1,14 +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/unzip/unzip-5.42.ebuild,v 1.3 2001/11/01 19:47:06 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.4 2001/11/10 02:33:03 hallski Exp $ -A=unzip542.tar.gz S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" -#SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/${A}" -SRC_URI="http://soft.ivanovo.ru/Linux/${A}" -# http://mirrors.rcn.com/pub/OpenBSD/distfiles/${A}" +SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" |