summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Auty <ikelos@gentoo.org>2009-02-22 23:22:17 +0000
committerMike Auty <ikelos@gentoo.org>2009-02-22 23:22:17 +0000
commit66a57b049a2542417acb0053571f9e29b1dcd2d0 (patch)
tree8b932c5abe6eb11bc12fc57f09506642dd809ad4 /app-emulation/vmware-server-console
parentClear out old insecure versions of vmware-server (bug 245941). (diff)
downloadhistorical-66a57b049a2542417acb0053571f9e29b1dcd2d0.tar.gz
historical-66a57b049a2542417acb0053571f9e29b1dcd2d0.tar.bz2
historical-66a57b049a2542417acb0053571f9e29b1dcd2d0.zip
Clear out old insecure versions of vmware-server-console (bug 245941).
Package-Manager: portage-2.2_rc23/cvs/Linux i686
Diffstat (limited to 'app-emulation/vmware-server-console')
-rw-r--r--app-emulation/vmware-server-console/ChangeLog8
-rw-r--r--app-emulation/vmware-server-console/vmware-server-console-1.0.5.80187-r1.ebuild83
-rw-r--r--app-emulation/vmware-server-console/vmware-server-console-1.0.6.91891.ebuild83
-rw-r--r--app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild83
4 files changed, 7 insertions, 250 deletions
diff --git a/app-emulation/vmware-server-console/ChangeLog b/app-emulation/vmware-server-console/ChangeLog
index 368d72559a24..5464ce45af68 100644
--- a/app-emulation/vmware-server-console/ChangeLog
+++ b/app-emulation/vmware-server-console/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/vmware-server-console
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.39 2009/01/12 21:49:52 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-server-console/ChangeLog,v 1.40 2009/02/22 23:22:17 ikelos Exp $
+
+ 22 Feb 2009; Mike Auty <ikelos@gentoo.org>
+ -vmware-server-console-1.0.5.80187-r1.ebuild,
+ -vmware-server-console-1.0.6.91891.ebuild,
+ -vmware-server-console-1.0.7.108231.ebuild:
+ Clear out old insecure versions of vmware-server-console (bug 245941).
12 Jan 2009; Markus Meier <maekke@gentoo.org>
vmware-server-console-1.0.8.126538.ebuild:
diff --git a/app-emulation/vmware-server-console/vmware-server-console-1.0.5.80187-r1.ebuild b/app-emulation/vmware-server-console/vmware-server-console-1.0.5.80187-r1.ebuild
deleted file mode 100644
index 6cb5b7d8c614..000000000000
--- a/app-emulation/vmware-server-console/vmware-server-console-1.0.5.80187-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2008 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.5.80187-r1.ebuild,v 1.1 2008/04/26 16:55:46 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"
-
-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=""
-
-pkg_setup() {
- vmware_pkg_setup
- enewgroup "${VMWARE_GROUP}"
-}
-
-src_unpack() {
- cd "${WORKDIR}"
- unpack ${A}
- unpack ./${MY_P}.tar.gz
-}
-
-src_install() {
- echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
- vmware_src_install
-
- # Fix an ugly GCC error on start
- rm -f "${D}${VMWARE_INSTALL_DIR}/lib/lib/libgcc_s.so.1/libgcc_s.so.1"
- 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"
-}
diff --git a/app-emulation/vmware-server-console/vmware-server-console-1.0.6.91891.ebuild b/app-emulation/vmware-server-console/vmware-server-console-1.0.6.91891.ebuild
deleted file mode 100644
index 205b349881c0..000000000000
--- a/app-emulation/vmware-server-console/vmware-server-console-1.0.6.91891.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2008 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.6.91891.ebuild,v 1.3 2008/07/03 13:51:00 opfer 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"
-
-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=""
-
-pkg_setup() {
- vmware_pkg_setup
- enewgroup "${VMWARE_GROUP}"
-}
-
-src_unpack() {
- cd "${WORKDIR}"
- unpack ${A}
- unpack ./${MY_P}.tar.gz
-}
-
-src_install() {
- echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
- vmware_src_install
-
- # Fix an ugly GCC error on start
- rm -f "${D}${VMWARE_INSTALL_DIR}/lib/lib/libgcc_s.so.1/libgcc_s.so.1"
- 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"
-}
diff --git a/app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild b/app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild
deleted file mode 100644
index 5f0ff7e86724..000000000000
--- a/app-emulation/vmware-server-console/vmware-server-console-1.0.7.108231.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2009 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.7.108231.ebuild,v 1.2 2009/01/11 22:08:01 maekke 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"
-
-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=""
-
-pkg_setup() {
- vmware_pkg_setup
- enewgroup "${VMWARE_GROUP}"
-}
-
-src_unpack() {
- cd "${WORKDIR}"
- unpack ${A}
- unpack ./${MY_P}.tar.gz
-}
-
-src_install() {
- echo 'libdir = "'${VMWARE_INSTALL_DIR}'/lib"' > etc/config
- vmware_src_install
-
- # Fix an ugly GCC error on start
- rm -f "${D}${VMWARE_INSTALL_DIR}/lib/lib/libgcc_s.so.1/libgcc_s.so.1"
- 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"
-}