diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:44:58 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-07-17 20:44:58 +0000 |
commit | 65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e (patch) | |
tree | bbf8083f2b63509a700bee9bdfd0cfd33bcfce5a /app-arch/unzip | |
parent | changes and eclasses for upcomnig kde cvs ebuilds. they won't live in portage... (diff) | |
download | gentoo-2-65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e.tar.gz gentoo-2-65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e.tar.bz2 gentoo-2-65fcf0da45b96d485dce467fbc6ac1ac66a1ca7e.zip |
Added SLOT
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-5.41-r2.ebuild | 3 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.42-r1.ebuild | 3 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.42.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-arch/unzip/unzip-5.41-r2.ebuild b/app-arch/unzip/unzip-5.41-r2.ebuild index aef79eea025f..9a35413d5cf5 100644 --- a/app-arch/unzip/unzip-5.41-r2.ebuild +++ b/app-arch/unzip/unzip-5.41-r2.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r2.ebuild,v 1.5 2002/07/16 00:56:31 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.41-r2.ebuild,v 1.6 2002/07/17 20:44:57 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/unzip541.tar.gz" +SLOT="0" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" LICENSE="Info-ZIP" diff --git a/app-arch/unzip/unzip-5.42-r1.ebuild b/app-arch/unzip/unzip-5.42-r1.ebuild index f2c6c53cf586..290264ee9e1f 100644 --- a/app-arch/unzip/unzip-5.42-r1.ebuild +++ b/app-arch/unzip/unzip-5.42-r1.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.4 2002/07/16 00:56:31 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.5 2002/07/17 20:44:57 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz" +SLOT="0" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" LICENSE="Info-ZIP" diff --git a/app-arch/unzip/unzip-5.42.ebuild b/app-arch/unzip/unzip-5.42.ebuild index 5d766b8f94a2..0dd0a14f6fef 100644 --- a/app-arch/unzip/unzip-5.42.ebuild +++ b/app-arch/unzip/unzip-5.42.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.8 2002/07/16 00:56:31 owen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42.ebuild,v 1.9 2002/07/17 20:44:57 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Unzipper for pkzip-compressed files" SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz" +SLOT="0" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" LICENSE="Info-ZIP" |