summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-02-25 01:36:22 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-02-25 01:36:22 +0000
commitde5b136f58e81272f992300c561fd30acbeab098 (patch)
tree9f26215901cf0fdabf2d3a9721b6aeebc9591495 /app-emulation/vmware-workstation
parentWon't work on sparc, no matter how much you prod it and say pretty please. (diff)
downloadhistorical-de5b136f58e81272f992300c561fd30acbeab098.tar.gz
historical-de5b136f58e81272f992300c561fd30acbeab098.tar.bz2
historical-de5b136f58e81272f992300c561fd30acbeab098.zip
Moved has_version to src_compile.
Diffstat (limited to 'app-emulation/vmware-workstation')
-rw-r--r--app-emulation/vmware-workstation/ChangeLog6
-rw-r--r--app-emulation/vmware-workstation/Manifest4
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild11
3 files changed, 13 insertions, 8 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog
index f30cd54d8fae..ef7e136c011a 100644
--- a/app-emulation/vmware-workstation/ChangeLog
+++ b/app-emulation/vmware-workstation/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emulation/vmware-workstation
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.33 2004/02/21 12:36:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.34 2004/02/25 01:36:22 wolf31o2 Exp $
+
+ 24 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org>
+ vmware-workstation-3.2.1.2242-r1.ebuild:
+ Moved has_version to src_compile.
21 Feb 2004; Chris Gianelloni <wolf31o2@gentoo.org>
vmware-workstation-4.0.2.5592-r1.ebuild:
diff --git a/app-emulation/vmware-workstation/Manifest b/app-emulation/vmware-workstation/Manifest
index b8fe4b9875f6..c191d2f1bcfd 100644
--- a/app-emulation/vmware-workstation/Manifest
+++ b/app-emulation/vmware-workstation/Manifest
@@ -1,7 +1,7 @@
-MD5 5568f539a3acda3ffdb3488352b5d443 vmware-workstation-3.2.1.2242-r1.ebuild 6742
+MD5 14253eba7fbdc6213b6fcee7e5e4f0e2 vmware-workstation-3.2.1.2242-r1.ebuild 6746
MD5 13c4f274dad3f53f35e2aaa1cac3e009 vmware-workstation-4.0.5.6030.ebuild 6865
MD5 8034851029bff9826e2ebd4c7059e01c vmware-workstation-4.0.5.6030-r1.ebuild 6867
-MD5 5954404b78ef6dbece93cd2c0605f20b ChangeLog 8864
+MD5 098f3b6ab040782b07c7895b2c025f4f ChangeLog 8998
MD5 bda09e992bf673c85bb424eb5e3dddcb metadata.xml 507
MD5 48c1667773503fee21a1068da07440b9 files/90vmware 70
MD5 a7dcdc198780d005b5f9b349a345fbee files/digest-vmware-workstation-3.2.1.2242-r1 158
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild
index 5c23b2857763..4d5ff97de921 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild,v 1.6 2004/02/10 22:42:03 spock Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r1.ebuild,v 1.7 2004/02/25 01:36:22 wolf31o2 Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -35,10 +35,6 @@ DEPEND="virtual/glibc
>=dev-lang/perl-5
>=dev-lang/tcl-8.3.3"
-has_version \<sys-libs/glibc-2.3.2 \
- && GLIBC_232=0 \
- || GLIBC_232=1
-
src_unpack() {
check_KV
unpack ${NP}.tar.gz
@@ -49,6 +45,11 @@ src_unpack() {
}
src_compile() {
+
+has_version \<sys-libs/glibc-2.3.2 \
+ && GLIBC_232=0 \
+ || GLIBC_232=1
+
if [ ${GLIBC_232} -eq 1 ] ; then
$(gcc-getCC) -W -Wall -shared -o vmware-glibc-2.3.2-compat.so \
${FILESDIR}/${PV}/vmware-glibc-2.3.2-compat.c \