summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2004-11-09 14:17:55 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2004-11-09 14:17:55 +0000
commit6472f9970a5bc4ac064b7990a105a8707150cdbc (patch)
treee270516f001252b8ac92ded3367ec6ea8c54b5ef /app-emulation
parentChange .xpm icon to .png to match actual icon file. (Manifest recommit) (diff)
downloadgentoo-2-6472f9970a5bc4ac064b7990a105a8707150cdbc.tar.gz
gentoo-2-6472f9970a5bc4ac064b7990a105a8707150cdbc.tar.bz2
gentoo-2-6472f9970a5bc4ac064b7990a105a8707150cdbc.zip
Moved icon file to mirrors to remove binary image file from files directory.
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vmware-workstation/ChangeLog8
-rw-r--r--app-emulation/vmware-workstation/files/vmware.pngbin470 -> 0 bytes
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild9
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild9
-rw-r--r--app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild9
5 files changed, 22 insertions, 13 deletions
diff --git a/app-emulation/vmware-workstation/ChangeLog b/app-emulation/vmware-workstation/ChangeLog
index 799a216cc5fe..23fbb3a7919f 100644
--- a/app-emulation/vmware-workstation/ChangeLog
+++ b/app-emulation/vmware-workstation/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emulation/vmware-workstation
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.61 2004/11/04 21:42:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/ChangeLog,v 1.62 2004/11/09 14:17:55 wolf31o2 Exp $
+
+ 09 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> -files/vmware.png,
+ vmware-workstation-3.2.1.2242-r2.ebuild,
+ vmware-workstation-4.5.2.8848-r1.ebuild,
+ vmware-workstation-4.5.2.8848-r2.ebuild:
+ Moved icon file to mirrors to remove binary image file from files directory.
04 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
vmware-workstation-4.5.2.8848-r2.ebuild:
diff --git a/app-emulation/vmware-workstation/files/vmware.png b/app-emulation/vmware-workstation/files/vmware.png
deleted file mode 100644
index 06672aa3f0bf..000000000000
--- a/app-emulation/vmware-workstation/files/vmware.png
+++ /dev/null
Binary files differ
diff --git a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild
index f6d46e3f6511..dfac290443bd 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild,v 1.5 2004/11/04 01:42:40 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-3.2.1.2242-r2.ebuild,v 1.6 2004/11/09 14:17:55 wolf31o2 Exp $
# Unlike many other binary packages the user doesn't need to agree to a licence
# to download VM Ware. The agreeing to a licence is part of the configure step
@@ -23,7 +23,8 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/${NP}.tar.gz
http://ftp.cvut.cz/vmware/${N26KernSupport}.tar.gz
http://ftp.cvut.cz/vmware/obsolete/${N26KernSupport}.tar.gz
http://knihovny.cvut.cz/ftp/pub/vmware/${N26KernSupport}.tar.gz
- http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${N26KernSupport}.tar.gz"
+ http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${N26KernSupport}.tar.gz
+ mirror://gentoo/vmware.png"
LICENSE="vmware"
SLOT="0"
@@ -110,9 +111,9 @@ src_install() {
# A simple icon I made
dodir /opt/vmware/lib/icon
insinto /opt/vmware/lib/icon
- doins ${FILESDIR}/vmware.png || die
+ doins ${DISTDIR}/vmware.png || die
insinto /usr/share/pixmaps
- doins ${FILESDIR}/vmware.png || die
+ doins ${DISTDIR}/vmware.png || die
make_desktop_entry vmware "VMWare Workstation" vmware.png
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild
index ff09f8f9f87f..2bfec61d2e91 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild,v 1.7 2004/09/12 14:36:37 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r1.ebuild,v 1.8 2004/11/09 14:17:55 wolf31o2 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
@@ -25,7 +25,8 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/wkst/${NP}.tar.gz
http://ftp.cvut.cz/vmware/${N26KernSupport}.tar.gz
http://ftp.cvut.cz/vmware/obselete/${N26KernSupport}.tar.gz
http://knihovny.cvut.cz/ftp/pub/vmware/${N26KernSupport}.tar.gz
- http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${N26KernSupport}.tar.gz"
+ http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${N26KernSupport}.tar.gz
+ mirror://gentoo/vmware.png"
LICENSE="vmware"
IUSE=""
@@ -110,9 +111,9 @@ src_install() {
# A simple icon I made
dodir /opt/vmware/lib/icon
insinto /opt/vmware/lib/icon
- doins ${FILESDIR}/vmware.png || die
+ doins ${DISTDIR}/vmware.png || die
insinto /usr/share/pixmaps
- doins ${FILESDIR}/vmware.png || die
+ doins ${DISTDIR}/vmware.png || die
make_desktop_entry vmware "VMWare Workstation" vmware.png
diff --git a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild
index 3e5e7d349b36..49367150d1c8 100644
--- a/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild
+++ b/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild,v 1.2 2004/11/04 21:42:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-workstation/vmware-workstation-4.5.2.8848-r2.ebuild,v 1.3 2004/11/09 14:17:55 wolf31o2 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
@@ -25,7 +25,8 @@ SRC_URI="http://vmware-svca.www.conxion.com/software/wkst/${NP}.tar.gz
http://ftp.cvut.cz/vmware/${ANY_ANY}.tar.gz
http://ftp.cvut.cz/vmware/obselete/${ANY_ANY}.tar.gz
http://knihovny.cvut.cz/ftp/pub/vmware/${ANY_ANY}.tar.gz
- http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${ANY_ANY}.tar.gz"
+ http://knihovny.cvut.cz/ftp/pub/vmware/obselete/${ANY_ANY}.tar.gz
+ mirror://gentoo/vmware.png"
LICENSE="vmware"
IUSE=""
@@ -103,9 +104,9 @@ src_install() {
# A simple icon I made
dodir /opt/vmware/lib/icon
insinto /opt/vmware/lib/icon
- doins ${FILESDIR}/vmware.png || die
+ doins ${DISTDIR}/vmware.png || die
insinto /usr/share/pixmaps
- doins ${FILESDIR}/vmware.png || die
+ doins ${DISTDIR}/vmware.png || die
make_desktop_entry vmware "VMWare Workstation" vmware.png