diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-10-06 14:16:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-10-06 14:16:29 +0000 |
commit | 890dcdc89048e312b331b406557fab1ecf1b5479 (patch) | |
tree | 5a2874a92085350a310569da1eb570089de82685 /app-arch/unzip | |
parent | Fix from impulze for building with USE=-nls and no gettext installed #193920 ... (diff) | |
download | gentoo-2-890dcdc89048e312b331b406557fab1ecf1b5479.tar.gz gentoo-2-890dcdc89048e312b331b406557fab1ecf1b5479.tar.bz2 gentoo-2-890dcdc89048e312b331b406557fab1ecf1b5479.zip |
old
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/files/digest-unzip-5.50-r2 | 3 | ||||
-rw-r--r-- | app-arch/unzip/files/digest-unzip-5.52 | 3 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 44 | ||||
-rw-r--r-- | app-arch/unzip/unzip-5.52.ebuild | 51 |
4 files changed, 0 insertions, 101 deletions
diff --git a/app-arch/unzip/files/digest-unzip-5.50-r2 b/app-arch/unzip/files/digest-unzip-5.50-r2 deleted file mode 100644 index fe6ae3e83a67..000000000000 --- a/app-arch/unzip/files/digest-unzip-5.50-r2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 798592d62e37f92571184236947122ed unzip550.tar.gz 1068662 -RMD160 4eb8e5b4130b523681dd5ccf9c2f1434f9695c98 unzip550.tar.gz 1068662 -SHA256 c01fbf95570fe347c49d51a5df246302a51cad4902eddba7efd8fff59a049138 unzip550.tar.gz 1068662 diff --git a/app-arch/unzip/files/digest-unzip-5.52 b/app-arch/unzip/files/digest-unzip-5.52 deleted file mode 100644 index 79c66abe214a..000000000000 --- a/app-arch/unzip/files/digest-unzip-5.52 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 9d23919999d6eac9217d1f41472034a9 unzip552.tar.gz 1140291 -RMD160 b749b0923bc4cceaa6f937aef688e9713a84328c unzip552.tar.gz 1140291 -SHA256 145d95e2ef1ef9add2e3c97d1340907e33ab8749eb1235372e7f0b7af600a8e9 unzip552.tar.gz 1140291 diff --git a/app-arch/unzip/unzip-5.50-r2.ebuild b/app-arch/unzip/unzip-5.50-r2.ebuild deleted file mode 100644 index 4c2a125f260d..000000000000 --- a/app-arch/unzip/unzip-5.50-r2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.21 2005/05/31 15:18:54 swegener Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Unzipper for pkzip-compressed files" -HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" -SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" - -LICENSE="Info-ZIP" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-dotdot.patch - - sed -i \ - -e "s:-O3:${CFLAGS}:" \ - -e "s:CC=gcc LD=gcc:CC=$(tc-getCC) LD=$(tc-getCC):" \ - -e "s:-O :${CFLAGS} :" \ - -e "s:LF2 = -s:LF2 = :" \ - unix/Makefile \ - || die "sed unix/Makefile failed" -} - -src_compile() { - use x86 \ - && TARGET=linux \ - || TARGET=linux_noasm - emake -f unix/Makefile ${TARGET} || die "emake failed" -} - -src_install() { - dobin unzip funzip unzipsfx unix/zipgrep || die "dobin failed" - dosym unzip /usr/bin/zipinfo - doman man/*.1 - dodoc BUGS History* README ToDo WHERE -} diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild deleted file mode 100644 index de458ee84bff..000000000000 --- a/app-arch/unzip/unzip-5.52.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.16 2007/02/28 21:53:29 genstef Exp $ - -inherit eutils toolchain-funcs flag-o-matic - -DESCRIPTION="Unzipper for pkzip-compressed files" -HOMEPAGE="ftp://ftp.info-zip.org/pub/infozip/UnZip.html" -SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" - -LICENSE="Info-ZIP" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd "${S}" - append-lfs-flags #104315 - sed -i \ - -e "s:-O3:${CFLAGS}:" \ - -e "s:CC=gcc :CC=$(tc-getCC) :" \ - -e "s:LD=gcc :LD=$(tc-getCC) :" \ - -e "s:-O :${CFLAGS} :" \ - -e "s:LF2 = -s:LF2 = :" \ - unix/Makefile \ - || die "sed unix/Makefile failed" -} - -src_compile() { - local TARGET - case ${CHOST} in - i?86*-linux*) TARGET=linux_asm ;; - *-linux*) TARGET=linux_noasm ;; - *-dragonfly*) TARGET=freebsd ;; - *-freebsd*) TARGET=freebsd ;; - *-openbsd*) TARGET=bsd ;; - *-darwin*) TARGET=macosx ;; - *) die "Unknown target, you suck" ;; - esac - emake -f unix/Makefile ${TARGET} || die "emake failed" -} - -src_install() { - dobin unzip funzip unzipsfx unix/zipgrep || die "dobin failed" - dosym unzip /usr/bin/zipinfo - doman man/*.1 - dodoc BUGS History* README ToDo WHERE -} |