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/zip
parentCleanuo (diff)
downloadgentoo-2-b124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4.tar.gz
gentoo-2-b124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4.tar.bz2
gentoo-2-b124fe3f774bf34a65cfb36a5a1b10e0b9a5f5a4.zip
Cleanup
Diffstat (limited to 'app-arch/zip')
-rw-r--r--app-arch/zip/files/digest-zip-2.31
-rw-r--r--app-arch/zip/zip-2.3.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/app-arch/zip/files/digest-zip-2.3 b/app-arch/zip/files/digest-zip-2.3
deleted file mode 100644
index 40d88da84e67..000000000000
--- a/app-arch/zip/files/digest-zip-2.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 5206a99541f3b0ab90f1baa167392c4f zip23.tar.gz
diff --git a/app-arch/zip/zip-2.3.ebuild b/app-arch/zip/zip-2.3.ebuild
deleted file mode 100644
index 3f1f38113c52..000000000000
--- a/app-arch/zip/zip-2.3.ebuild
+++ /dev/null
@@ -1,37 +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/zip/zip-2.3.ebuild,v 1.2 2000/11/01 04:44:11 achim Exp $
-
-A=zip23.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="Info ZIP"
-SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${A}"
-HOMEPAGE="ftp://ftp.freesoftware.com/pub/infozip/Zip.html"
-
-DEPEND=">=sys-libs/glibc-2.1.3"
-
-src_unpack() {
- unpack ${A}
- cd ${S}/unix
- cp Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
-}
-src_compile() {
-
- cd ${S}
- try make -f unix/Makefile generic_gcc
-
-}
-
-src_install () {
-
- cd ${S}
- into /usr
- dobin zip zipcloak zipnote zipsplit
- doman man/zip.1
-
- dodoc BUGS CHANGES LICENSE MANUAL README TODO WHATSNEW WHERE
-
-}
-