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