Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vmware.eclass
Date: Sun, 25 Nov 2007 12:12:20
Message-Id: E1IwGLP-0005UF-ID@stork.gentoo.org
1 ikelos 07/11/25 12:12:15
2
3 Modified: vmware.eclass
4 Log:
5 Bump to vmware-any-any-update114.
6
7 Revision Changes Path
8 1.29 eclass/vmware.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware.eclass?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware.eclass?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vmware.eclass?r1=1.28&r2=1.29
13
14 Index: vmware.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- vmware.eclass 27 Aug 2007 20:06:50 -0000 1.28
21 +++ vmware.eclass 25 Nov 2007 12:12:14 -0000 1.29
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.28 2007/08/27 20:06:50 ikelos Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware.eclass,v 1.29 2007/11/25 12:12:14 ikelos Exp $
27
28 # This eclass is for all vmware-* ebuilds in the tree and should contain all
29 # of the common components across the multiple packages.
30 @@ -13,7 +13,7 @@
31
32 DEPEND="x11-misc/shared-mime-info"
33
34 -export ANY_ANY="vmware-any-any-update113"
35 +export ANY_ANY="vmware-any-any-update114"
36 #export TOOLS_ANY="vmware-tools-any-update1"
37 export VMWARE_GROUP=${VMWARE_GROUP:-vmware}
38 export VMWARE_INSTALL_DIR=/opt/${PN//-//}
39 @@ -402,9 +402,11 @@
40 then
41 product_extras=" and /etc/init.d/${product}"
42 fi
43 - echo
44 - elog "To remove all traces of ${product} you will need to remove the files"
45 - elog "in ${config_dir}${product_extras}."
46 - elog "If the vmware-modules package is installed, you may no longer need it."
47 - echo
48 + if ! has_version app-emulation/${PN}; then
49 + echo
50 + elog "To remove all traces of ${product} you will need to remove the files"
51 + elog "in ${config_dir}${product_extras}."
52 + elog "If the vmware-modules package is installed, you may no longer need it."
53 + echo
54 + fi
55 }
56
57
58
59 --
60 gentoo-commits@g.o mailing list