summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:47:35 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-07-25 14:47:35 +0000
commitb2a98c724a3b34e85eceda1dd39ae53999a5cf04 (patch)
tree79e4d9cccff113d6562a3196d3ffc5c42556946b /app-arch/unzip/unzip-5.41-r2.ebuild
parentadded public domain non-license (diff)
downloadgentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.gz
gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.tar.bz2
gentoo-2-b2a98c724a3b34e85eceda1dd39ae53999a5cf04.zip
repoman'd
Diffstat (limited to 'app-arch/unzip/unzip-5.41-r2.ebuild')
-rw-r--r--app-arch/unzip/unzip-5.41-r2.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/app-arch/unzip/unzip-5.41-r2.ebuild b/app-arch/unzip/unzip-5.41-r2.ebuild
deleted file mode 100644
index 9a35413d5cf5..000000000000
--- a/app-arch/unzip/unzip-5.41-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.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"
-
-DEPEND="virtual/glibc"
-KEYWORDS="x86 ppc"
-
-src_compile() {
-
- cp unix/Makefile unix/Makefile.orig
- sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile
-
- try make -f unix/Makefile linux
-
-}
-
-src_install() {
-
- dobin unzip funzip unzipsfx unix/zipgrep
- doman man/*.1
- dodoc BUGS COPYING History* LICENSE README ToDo WHERE
-
-
-}
-
-
-