diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 14:55:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-05 14:55:30 +0000 |
commit | ca9f4f091682300680ddb9d8f5147cc4f64cc1a3 (patch) | |
tree | 9e786a14ce1ff170352b8b7a6689cd998dc78717 /app-arch/unzip/unzip-5.50-r2.ebuild | |
parent | need eutils for epatch (diff) | |
download | gentoo-2-ca9f4f091682300680ddb9d8f5147cc4f64cc1a3.tar.gz gentoo-2-ca9f4f091682300680ddb9d8f5147cc4f64cc1a3.tar.bz2 gentoo-2-ca9f4f091682300680ddb9d8f5147cc4f64cc1a3.zip |
need eutils for epatch
Diffstat (limited to 'app-arch/unzip/unzip-5.50-r2.ebuild')
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-arch/unzip/unzip-5.50-r2.ebuild b/app-arch/unzip/unzip-5.50-r2.ebuild index 8d2a834fa984..15ad6c17b31e 100644 --- a/app-arch/unzip/unzip-5.50-r2.ebuild +++ b/app-arch/unzip/unzip-5.50-r2.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.2 2003/07/18 19:14:23 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.3 2003/08/05 14:55:30 vapier Exp $ + +inherit eutils -S="${WORKDIR}/${P}" DESCRIPTION="Unzipper for pkzip-compressed files" -SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" +SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" -SLOT="0" LICENSE="Info-ZIP" +SLOT="0" KEYWORDS="x86 ppc alpha hppa mips arm amd64" DEPEND="virtual/glibc |