public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-server-console: ChangeLog vmware-server-console-1.0.4.56528.ebuild
@ 2007-09-20 17:16 Mike Auty (ikelos)
  0 siblings, 0 replies; only message in thread
From: Mike Auty (ikelos) @ 2007-09-20 17:16 UTC (permalink / raw
  To: gentoo-commits

ikelos      07/09/20 17:16:01

  Modified:             ChangeLog
  Added:                vmware-server-console-1.0.4.56528.ebuild
  Log:
  Version bump for security issues (bug 193196).
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.18                 app-emulation/vmware-server-console/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-server-console/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	22 Jul 2007 09:38:14 -0000	1.17
+++ ChangeLog	20 Sep 2007 17:16:01 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for app-emulation/vmware-server-console
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.17 2007/07/22 09:38:14 omp Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.18 2007/09/20 17:16:01 ikelos Exp $
+
+*vmware-server-console-1.0.4.56528 (20 Sep 2007)
+
+  20 Sep 2007; Mike Auty <ikelos@gentoo.org>
+  +vmware-server-console-1.0.4.56528.ebuild:
+  Version bump for security issues (bug 193196).
 
   22 Jul 2007; David Shakaryan <omp@gentoo.org>
   vmware-server-console-1.0.3.44356.ebuild:



1.1                  app-emulation/vmware-server-console/vmware-server-console-1.0.4.56528.ebuild

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
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

Index: vmware-server-console-1.0.4.56528.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VMWare. The agreeing to a licence is part of the configure step
# which the user must run manually.

inherit eutils versionator vmware

MY_PN=${PN/vm/VM}
MY_PV=$(replace_version_separator 3 '-')
MY_P="${MY_PN}-${MY_PV}"
FN="VMware-server-linux-client-${MY_PV}"
S="${WORKDIR}/${PN}-distrib"

DESCRIPTION="VMware Remote Console for Linux"
HOMEPAGE="http://www.vmware.com/"
SRC_URI="http://download3.vmware.com/software/vmserver/${FN}.zip
		http://dev.gentoo.org/~wolf31o2/sources/dump/vmware-libssl.so.0.9.7l.tar.bz2
		mirror://gentoo/vmware-libssl.so.0.9.7l.tar.bz2
		http://dev.gentoo.org/~wolf31o2/sources/dump/vmware-libcrypto.so.0.9.7l.tar.bz2
		mirror://gentoo/vmware-libcrypto.so.0.9.7l.tar.bz2"

LICENSE="vmware"
IUSE=""
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
RESTRICT="strip"

DEPEND=">=sys-libs/glibc-2.3.5
	virtual/os-headers
	>=dev-lang/perl-5
	>=sys-apps/portage-2.0.54
	app-arch/unzip"

# vmware-server-console should not use virtual/libc as this is a
# precompiled binary package thats linked to glibc.
RDEPEND=">=sys-libs/glibc-2.3.5
	amd64? ( app-emulation/emul-linux-x86-gtklibs )
	!amd64? ( x11-libs/libSM
		x11-libs/libICE
		x11-libs/libX11
		x11-libs/libXau
		x11-libs/libXcursor
		x11-libs/libXdmcp
		x11-libs/libXext
		x11-libs/libXfixes
		x11-libs/libXft
		x11-libs/libXi
		x11-libs/libXrandr
		x11-libs/libXrender
		x11-libs/libXt
		x11-libs/libXtst )
	>=dev-lang/perl-5
	!<sys-apps/dbus-0.62"

etcdir="/etc/${PN}"
ANY_ANY=""

src_unpack() {
	cd ${WORKDIR}
	unpack ${A}
	unpack ./${MY_P}.tar.gz
	cd ${S}
	unpack vmware-libssl.so.0.9.7l.tar.bz2
	unpack vmware-libcrypto.so.0.9.7l.tar.bz2
}

src_install() {
	echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
	vmware_src_install

	make_desktop_entry ${PN} "VMWare Remote Console" ${PN}.png System

	dodir /usr/bin
	dosym ${VMWARE_INSTALL_DIR}/bin/${PN} /usr/bin/${PN}
}

pkg_config() {
	einfo "Running ${ROOT}${dir}/bin/vmware-config-server-console.pl"
	${ROOT}${dir}/bin/vmware-config-server-console.pl
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-20 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 17:16 [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-server-console: ChangeLog vmware-server-console-1.0.4.56528.ebuild Mike Auty (ikelos)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox