Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-server-console: ChangeLog vmware-server-console-1.0.7.108231.ebuild vmware-server-console-1.0.5.80187.ebuild
Date: Tue, 30 Sep 2008 20:03:22
Message-Id: E1KklRH-0008PX-OO@stork.gentoo.org
1 ikelos 08/09/30 20:03:19
2
3 Modified: ChangeLog
4 Added: vmware-server-console-1.0.7.108231.ebuild
5 Removed: vmware-server-console-1.0.5.80187.ebuild
6 Log:
7 Version bump to 1.0.7.
8 (Portage version: 2.2_rc11/cvs/Linux 2.6.26-gentoo-r1 i686)
9
10 Revision Changes Path
11 1.36 app-emulation/vmware-server-console/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?rev=1.36&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?rev=1.36&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?r1=1.35&r2=1.36
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v
20 retrieving revision 1.35
21 retrieving revision 1.36
22 diff -u -r1.35 -r1.36
23 --- ChangeLog 3 Jul 2008 13:51:00 -0000 1.35
24 +++ ChangeLog 30 Sep 2008 20:03:19 -0000 1.36
25 @@ -1,6 +1,13 @@
26 # ChangeLog for app-emulation/vmware-server-console
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.35 2008/07/03 13:51:00 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.36 2008/09/30 20:03:19 ikelos Exp $
30 +
31 +*vmware-server-console-1.0.7.108231 (30 Sep 2008)
32 +
33 + 30 Sep 2008; Mike Auty <ikelos@g.o>
34 + -vmware-server-console-1.0.5.80187.ebuild,
35 + +vmware-server-console-1.0.7.108231.ebuild:
36 + Version bump to 1.0.7.
37
38 03 Jul 2008; Christian Faulhammer <opfer@g.o>
39 vmware-server-console-1.0.6.91891.ebuild:
40
41
42
43 1.1 app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild?rev=1.1&content-type=text/plain
47
48 Index: vmware-server-console-1.0.7.108231.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild,v 1.1 2008/09/30 20:03:19 ikelos Exp $
53
54 # Unlike many other binary packages the user doesn't need to agree to a licence
55 # to download VMWare. The agreeing to a licence is part of the configure step
56 # which the user must run manually.
57
58 inherit eutils versionator vmware
59
60 MY_PN=${PN/vm/VM}
61 MY_PV=$(replace_version_separator 3 '-')
62 MY_P="${MY_PN}-${MY_PV}"
63 FN="VMware-server-linux-client-${MY_PV}"
64 S="${WORKDIR}/${PN}-distrib"
65
66 DESCRIPTION="VMware Remote Console for Linux"
67 HOMEPAGE="http://www.vmware.com/"
68 SRC_URI="http://download3.vmware.com/software/vmserver/${FN}.zip"
69
70 LICENSE="vmware"
71 IUSE=""
72 SLOT="0"
73 KEYWORDS="-* ~amd64 ~x86"
74 RESTRICT="strip"
75
76 DEPEND=">=sys-libs/glibc-2.3.5
77 virtual/os-headers
78 >=dev-lang/perl-5
79 >=sys-apps/portage-2.0.54
80 app-arch/unzip"
81
82 # vmware-server-console should not use virtual/libc as this is a
83 # precompiled binary package thats linked to glibc.
84 RDEPEND=">=sys-libs/glibc-2.3.5
85 amd64? ( app-emulation/emul-linux-x86-gtklibs )
86 !amd64? ( x11-libs/libSM
87 x11-libs/libICE
88 x11-libs/libX11
89 x11-libs/libXau
90 x11-libs/libXcursor
91 x11-libs/libXdmcp
92 x11-libs/libXext
93 x11-libs/libXfixes
94 x11-libs/libXft
95 x11-libs/libXi
96 x11-libs/libXrandr
97 x11-libs/libXrender
98 x11-libs/libXt
99 x11-libs/libXtst )
100 >=dev-lang/perl-5
101 !<sys-apps/dbus-0.62"
102
103 etcdir="/etc/${PN}"
104 ANY_ANY=""
105
106 pkg_setup() {
107 vmware_pkg_setup
108 enewgroup "${VMWARE_GROUP}"
109 }
110
111 src_unpack() {
112 cd "${WORKDIR}"
113 unpack ${A}
114 unpack ./${MY_P}.tar.gz
115 }
116
117 src_install() {
118 echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
119 vmware_src_install
120
121 # Fix an ugly GCC error on start
122 rm -f "${D}${VMWARE_INSTALL_DIR}/lib/lib/libgcc_s.so.1/libgcc_s.so.1"
123 make_desktop_entry ${PN} "VMWare Remote Console" ${PN}.png System
124
125 dodir /usr/bin
126 dosym ${VMWARE_INSTALL_DIR}/bin/${PN} /usr/bin/${PN}
127 }
128
129 pkg_config() {
130 einfo "Running ${ROOT}${dir}/bin/vmware-config-server-console.pl"
131 "${ROOT}${dir}/bin/vmware-config-server-console.pl"
132 }