summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-05 14:55:30 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-05 14:55:30 +0000
commitca9f4f091682300680ddb9d8f5147cc4f64cc1a3 (patch)
tree9e786a14ce1ff170352b8b7a6689cd998dc78717 /app-arch/unzip
parentneed eutils for epatch (diff)
downloadgentoo-2-ca9f4f091682300680ddb9d8f5147cc4f64cc1a3.tar.gz
gentoo-2-ca9f4f091682300680ddb9d8f5147cc4f64cc1a3.tar.bz2
gentoo-2-ca9f4f091682300680ddb9d8f5147cc4f64cc1a3.zip
need eutils for epatch
Diffstat (limited to 'app-arch/unzip')
-rw-r--r--app-arch/unzip/unzip-5.42-r1.ebuild7
-rw-r--r--app-arch/unzip/unzip-5.50-r1.ebuild7
-rw-r--r--app-arch/unzip/unzip-5.50-r2.ebuild9
-rw-r--r--app-arch/unzip/unzip-5.50.ebuild8
4 files changed, 14 insertions, 17 deletions
diff --git a/app-arch/unzip/unzip-5.42-r1.ebuild b/app-arch/unzip/unzip-5.42-r1.ebuild
index 43e814e5ebf2..dae42cd72e1b 100644
--- a/app-arch/unzip/unzip-5.42-r1.ebuild
+++ b/app-arch/unzip/unzip-5.42-r1.ebuild
@@ -1,14 +1,13 @@
# 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.42-r1.ebuild,v 1.15 2003/02/13 05:57:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.42-r1.ebuild,v 1.16 2003/08/05 14:55:30 vapier Exp $
-S=${WORKDIR}/${P}
DESCRIPTION="Unzipper for pkzip-compressed files"
-SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz"
HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html"
+SRC_URI="http://soft.ivanovo.ru/Linux/unzip542.tar.gz"
-SLOT="0"
LICENSE="Info-ZIP"
+SLOT="0"
KEYWORDS="x86 ppc sparc alpha"
DEPEND="virtual/glibc"
diff --git a/app-arch/unzip/unzip-5.50-r1.ebuild b/app-arch/unzip/unzip-5.50-r1.ebuild
index f54358bc28b3..40599d12401b 100644
--- a/app-arch/unzip/unzip-5.50-r1.ebuild
+++ b/app-arch/unzip/unzip-5.50-r1.ebuild
@@ -1,14 +1,13 @@
# 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-r1.ebuild,v 1.9 2003/05/20 20:08:27 taviso Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r1.ebuild,v 1.10 2003/08/05 14:55:30 vapier Exp $
-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"
DEPEND="virtual/glibc"
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
diff --git a/app-arch/unzip/unzip-5.50.ebuild b/app-arch/unzip/unzip-5.50.ebuild
index 3ecac7e7ad49..d109bfe77bef 100644
--- a/app-arch/unzip/unzip-5.50.ebuild
+++ b/app-arch/unzip/unzip-5.50.ebuild
@@ -1,14 +1,13 @@
# 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.ebuild,v 1.6 2003/02/13 05:57:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50.ebuild,v 1.7 2003/08/05 14:55:30 vapier Exp $
-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"
DEPEND="virtual/glibc"
@@ -26,7 +25,6 @@ src_compile() {
}
src_install() {
-
dobin unzip funzip unzipsfx unix/zipgrep
doman man/*.1
dodoc BUGS COPYING History* LICENSE README ToDo WHERE