summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-12-31 13:25:06 +0000
committerMike Frysinger <vapier@gentoo.org>2005-12-31 13:25:06 +0000
commit120f45f86b94af9431160940252c6e842f2ce824 (patch)
tree5ac02ae3a1d79663e37f37d6b7c6d685962bfcdd /app-arch/unzip
parentUse $CHOST checks instead of $USERLAND checks for moving libraries around. (diff)
downloadhistorical-120f45f86b94af9431160940252c6e842f2ce824.tar.gz
historical-120f45f86b94af9431160940252c6e842f2ce824.tar.bz2
historical-120f45f86b94af9431160940252c6e842f2ce824.zip
openbsd target is just bsd
Package-Manager: portage-2.1_pre3
Diffstat (limited to 'app-arch/unzip')
-rw-r--r--app-arch/unzip/Manifest10
-rw-r--r--app-arch/unzip/unzip-5.52-r1.ebuild4
-rw-r--r--app-arch/unzip/unzip-5.52.ebuild4
3 files changed, 9 insertions, 9 deletions
diff --git a/app-arch/unzip/Manifest b/app-arch/unzip/Manifest
index cca060f5f8e5..fb0a3473e680 100644
--- a/app-arch/unzip/Manifest
+++ b/app-arch/unzip/Manifest
@@ -9,12 +9,12 @@ MD5 3b01796cbe10d9492bd8c0825bc83544 files/unzip-5.50-dotdot.patch 3236
MD5 b17d0181200f3e1f47a55b54eb93527d files/unzip-5.52-no-exec-stack.patch 334
MD5 9a09f8d531c582e78977dbfd96edc1f2 metadata.xml 164
MD5 4c9cca80bd3bde938e8921913622b498 unzip-5.50-r2.ebuild 1129
-MD5 9e1a148016d7e49d5970cb077104206e unzip-5.52-r1.ebuild 1423
-MD5 6931e50583dc5da981c8d00036871820 unzip-5.52.ebuild 1361
+MD5 0c4d47be68d94689e7ea12822d721cd8 unzip-5.52-r1.ebuild 1419
+MD5 0bc2e4577b35e73aa3d82e40455f6610 unzip-5.52.ebuild 1357
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDtoOn2+ySkm8kpY0RAkaQAJwI1BtpoHeTaJyEerkyPXJiXhAY+ACfWyPC
-+ZA+XpcgNPQ7m7lwQR9KBf4=
-=Wdqb
+iD8DBQFDtoba2+ySkm8kpY0RAuH+AJ0eUSeDzYFDNZpVO6SbKNYc/JvWhACgxcB7
+T9Utt2QRdZLgcWY4ugvaxQI=
+=qqC2
-----END PGP SIGNATURE-----
diff --git a/app-arch/unzip/unzip-5.52-r1.ebuild b/app-arch/unzip/unzip-5.52-r1.ebuild
index ec0a8d78c493..6fca4263c1c7 100644
--- a/app-arch/unzip/unzip-5.52-r1.ebuild
+++ b/app-arch/unzip/unzip-5.52-r1.ebuild
@@ -1,6 +1,6 @@
# 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.52-r1.ebuild,v 1.3 2005/12/31 13:11:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52-r1.ebuild,v 1.4 2005/12/31 13:25:06 vapier Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -36,7 +36,7 @@ src_compile() {
i?86*-linux*) TARGET=linux_asm ;;
*-linux*) TARGET=linux_noasm ;;
*-freebsd*) TARGET=freebsd ;;
- *-openbsd*) TARGET=openbsd ;;
+ *-openbsd*) TARGET=bsd ;;
*-darwin*) TARGET=macosx ;;
*) die "Unknown target, you suck" ;;
esac
diff --git a/app-arch/unzip/unzip-5.52.ebuild b/app-arch/unzip/unzip-5.52.ebuild
index b1771edfe6eb..b24402f10189 100644
--- a/app-arch/unzip/unzip-5.52.ebuild
+++ b/app-arch/unzip/unzip-5.52.ebuild
@@ -1,6 +1,6 @@
# 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.52.ebuild,v 1.12 2005/12/31 13:11:26 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.52.ebuild,v 1.13 2005/12/31 13:25:06 vapier Exp $
inherit eutils toolchain-funcs flag-o-matic
@@ -35,7 +35,7 @@ src_compile() {
i?86*-linux*) TARGET=linux_asm ;;
*-linux*) TARGET=linux_noasm ;;
*-freebsd*) TARGET=freebsd ;;
- *-openbsd*) TARGET=openbsd ;;
+ *-openbsd*) TARGET=bsd ;;
*-darwin*) TARGET=macosx ;;
*) die "Unknown target, you suck" ;;
esac