summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 09:17:27 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 09:17:27 +0000
commitb124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4 (patch)
tree745f0a4969fbd399d6dece7a47169abc23a64ce4 /app-arch/unzip
parentCleanuo (diff)
downloadgentoo-2-b124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4.tar.gz
gentoo-2-b124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4.tar.bz2
gentoo-2-b124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4.zip
Cleanup
Diffstat (limited to 'app-arch/unzip')
-rw-r--r--app-arch/unzip/files/digest-unzip-5.41-r11
-rw-r--r--app-arch/unzip/unzip-5.41-r1.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/app-arch/unzip/files/digest-unzip-5.41-r1 b/app-arch/unzip/files/digest-unzip-5.41-r1
deleted file mode 100644
index 4b17b6c9dd99..000000000000
--- a/app-arch/unzip/files/digest-unzip-5.41-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d5fb7ca068da949765abb8c6bc71666e unzip541.tar.gz
diff --git a/app-arch/unzip/unzip-5.41-r1.ebuild b/app-arch/unzip/unzip-5.41-r1.ebuild
deleted file mode 100644
index 0a0768f92012..000000000000
--- a/app-arch/unzip/unzip-5.41-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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-r1.ebuild,v 1.4 2000/11/01 04:44:11 achim Exp $
-
-P=unzip-5.41
-A=unzip541.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Unzipper for pkzip-compressed files"
-SRC_URI="ftp://ftp.freesoftware.com/pub/infozip/src/${A}"
-HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html"
-
-DEPEND=">=sys-apps/bash-2.04
- >=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
-}
-
-src_compile() {
- cd ${S}
- cp unix/Makefile unix/Makefile.orig
- sed -e "s:-O3:${CFLAGS}:" unix/Makefile.orig > unix/Makefile
- try make -f unix/Makefile linux
-}
-
-src_install() {
- cd ${S}
- into /usr
- dobin unzip funzip unzipsfx unix/zipgrep
- dodoc BUGS COPYING History* LICENSE README ToDo WHERE
-}
-
-
-