diff options
author | Mike Auty <ikelos@gentoo.org> | 2007-09-16 15:25:31 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2007-09-16 15:25:31 +0000 |
commit | 73f1b4304d15de0e1d57cb88fc70aa75b9e6283b (patch) | |
tree | a5ac3bea067dfaacaa16cd002ad72be86783d713 /app-emulation | |
parent | Version bump. This version adds support for multimedia keys. (diff) | |
download | gentoo-2-73f1b4304d15de0e1d57cb88fc70aa75b9e6283b.tar.gz gentoo-2-73f1b4304d15de0e1d57cb88fc70aa75b9e6283b.tar.bz2 gentoo-2-73f1b4304d15de0e1d57cb88fc70aa75b9e6283b.zip |
Adding in vmware-modules-1.0.0.16-r1, now that vmware-any-any-update can handle workstation 6. Also cleaned out an old patch for 1.0.0.15.
(Portage version: 2.1.3.9)
Diffstat (limited to 'app-emulation')
4 files changed, 20 insertions, 13 deletions
diff --git a/app-emulation/vmware-modules/ChangeLog b/app-emulation/vmware-modules/ChangeLog index 6a778827f1ee..4673ba5fd509 100644 --- a/app-emulation/vmware-modules/ChangeLog +++ b/app-emulation/vmware-modules/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-emulation/vmware-modules # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.22 2007/07/28 17:37:39 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.23 2007/09/16 15:25:31 ikelos Exp $ + +*vmware-modules-1.0.0.16-r1 (16 Sep 2007) + + 16 Sep 2007; Mike Auty <ikelos@gentoo.org> + -files/1.0.0.15-gcc4-ignore-pedantic-errors.patch, + +vmware-modules-1.0.0.16-r1.ebuild: + Adding in vmware-modules-1.0.0.16-r1, now that vmware-any-any-update can + handle workstation 6. Also cleaned out an old patch for 1.0.0.15. 28 Jul 2007; Mike Auty <ikelos@gentoo.org> +files/1.0.0.16-kernel-2.6.22.patch, vmware-modules-1.0.0.16.ebuild: diff --git a/app-emulation/vmware-modules/files/1.0.0.15-gcc4-ignore-pedantic-errors.patch b/app-emulation/vmware-modules/files/1.0.0.15-gcc4-ignore-pedantic-errors.patch deleted file mode 100644 index 7b3595f27604..000000000000 --- a/app-emulation/vmware-modules/files/1.0.0.15-gcc4-ignore-pedantic-errors.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr Makefile.kernel Makefile.kernel ---- Makefile.kernel 2006-09-03 19:55:36.000000000 +0100 -+++ Makefile.kernel 2006-09-03 19:55:52.000000000 +0100 -@@ -8,7 +8,7 @@ - - vm_check_build = $(shell if $(CC) $(CPPFLAGS) $(CFLAGS) $(CFLAGS_KERNEL) \ - $(EXTRA_CFLAGS) -Iinclude2/asm/mach-default -DKBUILD_BASENAME=\"$(DRIVER)\" \ -- -Werror -S -o /dev/null -xc $(1) \ -+ -Wno-declaration-after-statement -Werror -S -o /dev/null -xc $(1) \ - > /dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi) - - CC_WARNINGS := -Wall -Wstrict-prototypes diff --git a/app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.16-r1 b/app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.16-r1 new file mode 100644 index 000000000000..3723f2ec0d48 --- /dev/null +++ b/app-emulation/vmware-modules/files/digest-vmware-modules-1.0.0.16-r1 @@ -0,0 +1,3 @@ +MD5 cb3f91f2196778e6d76d5a6697286d04 vmware-any-any-update113.tar.gz 469321 +RMD160 a4de5c17489dffade015f5bc3036f6ab882f749c vmware-any-any-update113.tar.gz 469321 +SHA256 ed15e61811f188e3c009d9fd8878cc74fd45e2b5644e21e4fe3010731841c99d vmware-any-any-update113.tar.gz 469321 diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild new file mode 100644 index 000000000000..76e4e87de6a0 --- /dev/null +++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.16-r1.ebuild,v 1.1 2007/09/16 15:25:31 ikelos Exp $ + +KEYWORDS="~amd64 ~x86" +VMWARE_VER="VME_V6" + +inherit vmware-mod |