* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2012-03-26 16:00 Vadim Kuznetsov
0 siblings, 0 replies; 13+ messages in thread
From: Vadim Kuznetsov @ 2012-03-26 16:00 UTC (permalink / raw
To: gentoo-commits
commit: 5a74ab6e0bdeb5d0604f13c2ed61a7b2a7834df3
Author: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 26 15:59:57 2012 +0000
Commit: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
CommitDate: Mon Mar 26 15:59:57 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=5a74ab6e
udev rules
renamed: vmware-modules-238.5.ebuild -> vmware-modules-238.5-r1.ebuild
renamed: vmware-modules-264.2.ebuild -> vmware-modules-264.2-r1.ebuild
---
...238.5.ebuild => vmware-modules-238.5-r1.ebuild} | 4 ++--
...264.2.ebuild => vmware-modules-264.2-r1.ebuild} | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-238.5.ebuild b/app-emulation/vmware-modules/vmware-modules-238.5-r1.ebuild
similarity index 96%
rename from app-emulation/vmware-modules/vmware-modules-238.5.ebuild
rename to app-emulation/vmware-modules/vmware-modules-238.5-r1.ebuild
index 854d379..2f8a6d7 100644
--- a/app-emulation/vmware-modules/vmware-modules-238.5.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-238.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild,v 1.1 2011/10/08 18:04:57 vadimk Exp $
@@ -76,6 +76,6 @@ src_install() {
KERNEL=="vmmon", GROUP="vmware", MODE=660
KERNEL=="vsock", GROUP="vmware", MODE=660
EOF
- insinto /etc/udev/rules.d/
+ insinto /lib/udev/rules.d/
doins "${udevrules}"
}
diff --git a/app-emulation/vmware-modules/vmware-modules-264.2.ebuild b/app-emulation/vmware-modules/vmware-modules-264.2-r1.ebuild
similarity index 98%
rename from app-emulation/vmware-modules/vmware-modules-264.2.ebuild
rename to app-emulation/vmware-modules/vmware-modules-264.2-r1.ebuild
index c75d111..ceff913 100644
--- a/app-emulation/vmware-modules/vmware-modules-264.2.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-264.2-r1.ebuild
@@ -75,6 +75,6 @@ src_install() {
KERNEL=="vmmon", GROUP="vmware", MODE=660
KERNEL=="vsock", GROUP="vmware", MODE=660
EOF
- insinto /etc/udev/rules.d/
+ insinto /lib/udev/rules.d/
doins "${udevrules}"
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2012-06-16 14:38 Vadim Kuznetsov
0 siblings, 0 replies; 13+ messages in thread
From: Vadim Kuznetsov @ 2012-06-16 14:38 UTC (permalink / raw
To: gentoo-commits
commit: f04dd60a183b9ce855532d26e10e168c4bd414bd
Author: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 14:37:34 2012 +0000
Commit: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
CommitDate: Sat Jun 16 14:37:34 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=f04dd60a
inherit user for enewgroup
modified: vmware-modules-238.6.ebuild
modified: vmware-modules-264.4.ebuild
---
.../vmware-modules/vmware-modules-238.6.ebuild | 4 ++--
.../vmware-modules/vmware-modules-264.4.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
index fdfcc9d..2f95c64 100644
--- a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
@@ -2,9 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.5.ebuild,v 1.1 2011/10/08 18:04:57 vadimk Exp $
-EAPI="2"
+EAPI="4"
-inherit eutils flag-o-matic linux-info linux-mod versionator
+inherit eutils flag-o-matic linux-info linux-mod user versionator
PV_MAJOR=$(get_major_version)
PV_MINOR=$(get_version_component_range 2)
diff --git a/app-emulation/vmware-modules/vmware-modules-264.4.ebuild b/app-emulation/vmware-modules/vmware-modules-264.4.ebuild
index 763796d..b137ff4 100644
--- a/app-emulation/vmware-modules/vmware-modules-264.4.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-264.4.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
-inherit eutils flag-o-matic linux-info linux-mod versionator
+inherit eutils flag-o-matic linux-info linux-mod user versionator
PV_MAJOR=$(get_major_version)
PV_MINOR=$(get_version_component_range 2)
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2012-09-01 13:15 Vadim Kuznetsov
0 siblings, 0 replies; 13+ messages in thread
From: Vadim Kuznetsov @ 2012-09-01 13:15 UTC (permalink / raw
To: gentoo-commits
commit: c55163e2d45881f45f9aaa7214d2717e50012fb7
Author: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 1 13:14:41 2012 +0000
Commit: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
CommitDate: Sat Sep 1 13:14:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=c55163e2
Bug 432918
modified: vmware-modules-271.0.ebuild
---
.../vmware-modules/vmware-modules-271.0.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.0.ebuild b/app-emulation/vmware-modules/vmware-modules-271.0.ebuild
index 32e64d2..657723d 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.0.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.0.ebuild
@@ -62,6 +62,7 @@ src_prepare() {
#epatch "${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch"
epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
+ epatch "${FILESDIR}/${PV_MAJOR}-vmmon.patch"
use pax_kernel && epatch "${FILESDIR}/hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2012-12-16 13:27 Vadim Kuznetsov
0 siblings, 0 replies; 13+ messages in thread
From: Vadim Kuznetsov @ 2012-12-16 13:27 UTC (permalink / raw
To: gentoo-commits
commit: fd1934056bc8c1ee6fc9c51a791f1fbdded74a60
Author: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 16 13:32:45 2012 +0000
Commit: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
CommitDate: Sun Dec 16 13:32:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=fd193405
udev rules
modified: vmware-modules-238.6.ebuild
modified: vmware-modules-264.4.ebuild
modified: vmware-modules-271.0.ebuild
modified: vmware-modules-271.1-r1.ebuild
---
.../vmware-modules/vmware-modules-238.6.ebuild | 7 +++----
.../vmware-modules/vmware-modules-264.4.ebuild | 7 +++----
.../vmware-modules/vmware-modules-271.0.ebuild | 7 +++----
.../vmware-modules/vmware-modules-271.1-r1.ebuild | 5 ++---
4 files changed, 11 insertions(+), 15 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
index 930c41a..d4c527a 100644
--- a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.6.ebuild,v 1.1 2012/06/17 13:09:10 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-238.6.ebuild,v 1.2 2012/12/12 11:46:57 ssuominen Exp $
EAPI="4"
-inherit eutils flag-o-matic linux-info linux-mod user versionator
+inherit eutils flag-o-matic linux-info linux-mod user versionator udev
PV_MAJOR=$(get_major_version)
PV_MINOR=$(get_version_component_range 2)
@@ -77,6 +77,5 @@ src_install() {
KERNEL=="vmmon", GROUP="vmware", MODE=660
KERNEL=="vsock", GROUP="vmware", MODE=660
EOF
- insinto /lib/udev/rules.d/
- doins "${udevrules}"
+ udev_dorules "${udevrules}"
}
diff --git a/app-emulation/vmware-modules/vmware-modules-264.4.ebuild b/app-emulation/vmware-modules/vmware-modules-264.4.ebuild
index 6a4edfd..64f5d39 100644
--- a/app-emulation/vmware-modules/vmware-modules-264.4.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-264.4.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.4.ebuild,v 1.1 2012/06/17 13:09:10 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.4.ebuild,v 1.2 2012/12/12 11:46:57 ssuominen Exp $
EAPI="4"
-inherit eutils flag-o-matic linux-info linux-mod user versionator
+inherit eutils flag-o-matic linux-info linux-mod user versionator udev
PV_MAJOR=$(get_major_version)
PV_MINOR=$(get_version_component_range 2)
@@ -77,6 +77,5 @@ src_install() {
KERNEL=="vmmon", GROUP="vmware", MODE=660
KERNEL=="vsock", GROUP="vmware", MODE=660
EOF
- insinto /lib/udev/rules.d/
- doins "${udevrules}"
+ udev_dorules "${udevrules}"
}
diff --git a/app-emulation/vmware-modules/vmware-modules-271.0.ebuild b/app-emulation/vmware-modules/vmware-modules-271.0.ebuild
index abcdc18..5383e5c 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.0.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.0.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-264.4.ebuild,v 1.1 2012/06/17 13:09:10 vadimk Exp $
+# $Header: $
EAPI="4"
-inherit eutils flag-o-matic linux-info linux-mod user versionator
+inherit eutils flag-o-matic linux-info linux-mod user versionator udev
PV_MAJOR=$(get_major_version)
PV_MINOR=$(get_version_component_range 2)
@@ -75,6 +75,5 @@ src_install() {
KERNEL=="vmmon", GROUP="vmware", MODE=660
KERNEL=="vsock", GROUP="vmware", MODE=660
EOF
- insinto /lib/udev/rules.d/
- doins "${udevrules}"
+ udev_dorules "${udevrules}"
}
diff --git a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
index 3cc601c..e8fad88 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
-inherit eutils flag-o-matic linux-info linux-mod user versionator
+inherit eutils flag-o-matic linux-info linux-mod user versionator udev
PV_MAJOR=$(get_major_version)
PV_MINOR=$(get_version_component_range 2)
@@ -75,6 +75,5 @@ src_install() {
KERNEL=="vmmon", GROUP="vmware", MODE=660
KERNEL=="vsock", GROUP="vmware", MODE=660
EOF
- insinto /lib/udev/rules.d/
- doins "${udevrules}"
+ udev_dorules "${udevrules}"
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2012-12-22 11:37 Vadim Kuznetsov
0 siblings, 0 replies; 13+ messages in thread
From: Vadim Kuznetsov @ 2012-12-22 11:37 UTC (permalink / raw
To: gentoo-commits
commit: 388bf8177a8bbcbadbfa6aced6a216b2732169d9
Author: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 22 11:41:40 2012 +0000
Commit: Vadim Kuznetsov <vadimk <AT> gentoo <DOT> org>
CommitDate: Sat Dec 22 11:41:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=388bf817
apply patch to kernel gte 3.7.0
modified: app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
---
.../vmware-modules/vmware-modules-271.1-r1.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
index e8fad88..5c5ce2c 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.1-r1.ebuild
@@ -64,7 +64,7 @@ src_prepare() {
epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
use pax_kernel && epatch "${FILESDIR}/hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
- kernel_is 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
+ kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2013-06-22 8:51 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2013-06-22 8:51 UTC (permalink / raw
To: gentoo-commits
commit: 0b930fa4b0735f835d56fdfcd92bb4dbbd488f50
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 21 20:42:06 2013 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Jun 21 20:52:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=0b930fa4
add epatch_user support
Package-Manager: portage-2.2.0_alpha183
---
app-emulation/vmware-modules/vmware-modules-238.6.ebuild | 3 +++
app-emulation/vmware-modules/vmware-modules-264.5.ebuild | 3 +++
app-emulation/vmware-modules/vmware-modules-271.2.ebuild | 3 +++
3 files changed, 9 insertions(+)
diff --git a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
index d4c527a..447af26 100644
--- a/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-238.6.ebuild
@@ -67,6 +67,9 @@ src_prepare() {
epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
epatch "${FILESDIR}/${PV_MAJOR}-3.2.0.patch"
epatch "${FILESDIR}/${PV_MAJOR}-d-make-root.patch"
+
+ # Allow user patches so they can support RC kernels and whatever else
+ epatch_user
}
src_install() {
diff --git a/app-emulation/vmware-modules/vmware-modules-264.5.ebuild b/app-emulation/vmware-modules/vmware-modules-264.5.ebuild
index c8daa43..9635470 100644
--- a/app-emulation/vmware-modules/vmware-modules-264.5.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-264.5.ebuild
@@ -66,6 +66,9 @@ src_prepare() {
use pax_kernel && epatch "${FILESDIR}/hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
+
+ # Allow user patches so they can support RC kernels and whatever else
+ epatch_user
}
src_install() {
diff --git a/app-emulation/vmware-modules/vmware-modules-271.2.ebuild b/app-emulation/vmware-modules/vmware-modules-271.2.ebuild
index 5c5ce2c..d874dca 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.2.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.2.ebuild
@@ -65,6 +65,9 @@ src_prepare() {
use pax_kernel && epatch "${FILESDIR}/hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
+
+ # Allow user patches so they can support RC kernels and whatever else
+ epatch_user
}
src_install() {
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2014-10-11 21:54 Evan Teran
0 siblings, 0 replies; 13+ messages in thread
From: Evan Teran @ 2014-10-11 21:54 UTC (permalink / raw
To: gentoo-commits
commit: 8143bff01172d2dcadd8ac2a8fab8fce0df467f2
Author: Evan Teran <evan.teran <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 21:50:49 2014 +0000
Commit: Evan Teran <evan.teran <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 21:50:49 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=8143bff0
cleaning up whitespace of the ebuilds
Package-Manager: portage-2.2.8-r2
---
app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 10 +++++-----
app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild | 2 --
2 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
index 181d792..96c6ccf 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -65,21 +65,21 @@ src_prepare() {
use pax_kernel && epatch "${FILESDIR}/${PV_MAJOR}-hardened.patch"
epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
-
+
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-00-userns.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-01-create_proc_entry.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-02-getname.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-03-deprecated.patch"
- kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-04-unused-typedef.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-04-unused-typedef.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-05-dentry.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-06-inode.patch"
-
+
# fixes a memcpy/memcmp bug in the hub code
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-07-hub.patch"
-
+
kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.11-00-readdir.patch"
kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.11-01-filldir.patch"
- kernel_is ge 3 13 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.13-00-vmnet.patch"
+ kernel_is ge 3 13 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.13-00-vmnet.patch"
kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-00-readlink.patch"
kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-01-vsock.patch"
kernel_is ge 3 17 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.17-00-netdev.patch"
diff --git a/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild
index 96b318b..bf8e379 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.2-r1.ebuild
@@ -85,8 +85,6 @@ src_prepare() {
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-03-deprecated.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-04-dentry.patch"
kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-05-inode.patch"
-
-
kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-filldir.patch"
kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-00-readlink.patch"
kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-01-vsock.patch"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2014-10-16 22:00 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2014-10-16 22:00 UTC (permalink / raw
To: gentoo-commits
commit: b98ffa6d5d97a41a8b7be0a258a5adf92ed2de27
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 21:59:55 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 21:59:55 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/vmware.git;a=commit;h=b98ffa6d
Version bump
---
.../vmware-modules/vmware-modules-279.3-r1.ebuild | 107 +++++++++++++++++++++
1 file changed, 107 insertions(+)
diff --git a/app-emulation/vmware-modules/vmware-modules-279.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-279.3-r1.ebuild
new file mode 100644
index 0000000..bf8e379
--- /dev/null
+++ b/app-emulation/vmware-modules/vmware-modules-279.3-r1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-279.2.ebuild,v 1.5 2014/06/09 15:24:07 dilfridge Exp $
+
+EAPI=5
+
+inherit eutils flag-o-matic linux-info linux-mod user versionator udev
+
+PV_MAJOR=$(get_major_version)
+PV_MINOR=$(get_version_component_range 2)
+
+DESCRIPTION="VMware kernel modules"
+HOMEPAGE="http://www.vmware.com/"
+
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pax_kernel +vmci +vsock"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+ || ( =app-emulation/vmware-player-6.0.${PV_MINOR}*
+ =app-emulation/vmware-workstation-10.0.${PV_MINOR}* )"
+
+S=${WORKDIR}
+
+pkg_setup() {
+ CONFIG_CHECK="~HIGH_RES_TIMERS"
+ if kernel_is ge 2 6 37 && kernel_is lt 2 6 39; then
+ CONFIG_CHECK="${CONFIG_CHECK} BKL"
+ fi
+ if use vmci ; then
+ CONFIG_CHECK="${CONFIG_CHECK} !VMWARE_VMCI"
+ else
+ CONFIG_CHECK="${CONFIG_CHECK} VMWARE_VMCI"
+ fi
+ if use vsock ; then
+ CONFIG_CHECK="${CONFIG_CHECK} !VMWARE_VMCI_VSOCKETS"
+ else
+ CONFIG_CHECK="${CONFIG_CHECK} VMWARE_VMCI_VSOCKETS"
+ fi
+
+ linux-info_pkg_setup
+
+ linux-mod_pkg_setup
+
+ VMWARE_GROUP=${VMWARE_GROUP:-vmware}
+
+ VMWARE_MODULE_LIST_ALL="vmblock vmmon vmnet vmci vsock"
+ VMWARE_MODULE_LIST="vmblock vmmon vmnet"
+ use vmci && VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmci"
+ use vsock && VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vsock"
+
+ VMWARE_MOD_DIR="${PN}-${PVR}"
+
+ BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}"
+
+ enewgroup "${VMWARE_GROUP}"
+ filter-flags -mfpmath=sse
+
+ for mod in ${VMWARE_MODULE_LIST}; do
+ MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
+ done
+}
+
+src_unpack() {
+ cd "${S}"
+ for mod in ${VMWARE_MODULE_LIST_ALL}; do
+ tar -xf /opt/vmware/lib/vmware/modules/source/${mod}.tar
+ done
+}
+
+src_prepare() {
+ epatch "${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch"
+ epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
+ epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
+ use pax_kernel && epatch "${FILESDIR}/279-hardened.patch"
+ epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
+ kernel_is ge 3 7 0 && epatch "${FILESDIR}/${PV_MAJOR}-putname.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-vmblock.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-00-userns.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-01-getname.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-03-deprecated.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-04-dentry.patch"
+ kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-05-inode.patch"
+ kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-filldir.patch"
+ kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-00-readlink.patch"
+ kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-01-vsock.patch"
+ kernel_is ge 3 17 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.17-00-netdev.patch"
+
+ # Allow user patches so they can support RC kernels and whatever else
+ epatch_user
+}
+
+src_install() {
+ linux-mod_src_install
+ local udevrules="${T}/60-vmware.rules"
+ cat > "${udevrules}" <<-EOF
+ KERNEL=="vmci", GROUP="vmware", MODE=660
+ KERNEL=="vmw_vmci", GROUP="vmware", MODE=660
+ KERNEL=="vmmon", GROUP="vmware", MODE=660
+ KERNEL=="vsock", GROUP="vmware", MODE=660
+ EOF
+ udev_dorules "${udevrules}"
+}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2015-07-11 4:44 Evan Teran
0 siblings, 0 replies; 13+ messages in thread
From: Evan Teran @ 2015-07-11 4:44 UTC (permalink / raw
To: gentoo-commits
commit: 19adc449de350954deb5037f52cff19243c1d198
Author: Evan Teran <evan.teran <AT> gmail <DOT> com>
AuthorDate: Mon Jul 6 08:49:58 2015 +0000
Commit: Evan Teran <evan.teran <AT> gmail <DOT> com>
CommitDate: Mon Jul 6 08:49:58 2015 +0000
URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=19adc449
fixing udev rules needing some quotes
Package-Manager: portage-2.2.20
app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 6 +++---
app-emulation/vmware-modules/vmware-modules-279.6.ebuild | 8 ++++----
app-emulation/vmware-modules/vmware-modules-304.0.ebuild | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
index 3158493..871704c 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -100,9 +100,9 @@ src_install() {
linux-mod_src_install
local udevrules="${T}/60-vmware.rules"
cat > "${udevrules}" <<-EOF
- KERNEL=="vmci", GROUP="vmware", MODE=660
- KERNEL=="vmmon", GROUP="vmware", MODE=660
- KERNEL=="vsock", GROUP="vmware", MODE=660
+ KERNEL=="vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmmon", GROUP="vmware", MODE="660"
+ KERNEL=="vsock", GROUP="vmware", MODE="660"
EOF
udev_dorules "${udevrules}"
}
diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
index 64a7d8a..327dbe2 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
@@ -107,10 +107,10 @@ src_install() {
linux-mod_src_install
local udevrules="${T}/60-vmware.rules"
cat > "${udevrules}" <<-EOF
- KERNEL=="vmci", GROUP="vmware", MODE=660
- KERNEL=="vmw_vmci", GROUP="vmware", MODE=660
- KERNEL=="vmmon", GROUP="vmware", MODE=660
- KERNEL=="vsock", GROUP="vmware", MODE=660
+ KERNEL=="vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmw_vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmmon", GROUP="vmware", MODE="660"
+ KERNEL=="vsock", GROUP="vmware", MODE="660"
EOF
udev_dorules "${udevrules}"
}
diff --git a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
index e817e97..d972bb0 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
@@ -104,10 +104,10 @@ src_install() {
linux-mod_src_install
local udevrules="${T}/60-vmware.rules"
cat > "${udevrules}" <<-EOF
- KERNEL=="vmci", GROUP="vmware", MODE=660
- KERNEL=="vmw_vmci", GROUP="vmware", MODE=660
- KERNEL=="vmmon", GROUP="vmware", MODE=660
- KERNEL=="vsock", GROUP="vmware", MODE=660
+ KERNEL=="vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmw_vmci", GROUP="vmware", MODE="660"
+ KERNEL=="vmmon", GROUP="vmware", MODE="660"
+ KERNEL=="vsock", GROUP="vmware", MODE="660"
EOF
udev_dorules "${udevrules}"
}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2015-09-05 12:56 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2015-09-05 12:56 UTC (permalink / raw
To: gentoo-commits
commit: 6e4890d93e11bf483122ce6f57f702d21c6c8f17
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 12:49:04 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 12:56:00 2015 +0000
URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=6e4890d9
app-emulation/vmware-modules: Sync with main tree
Package-Manager: portage-2.2.20.1
app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 2 +-
app-emulation/vmware-modules/vmware-modules-279.6.ebuild | 2 +-
app-emulation/vmware-modules/vmware-modules-304.0.ebuild | 4 ++--
app-emulation/vmware-modules/vmware-modules-304.2.ebuild | 4 ++--
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
index 871704c..1d24b19 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-271.3.ebuild,v 1.5 2014/06/09 15:24:07 dilfridge Exp $
+# $Id$
EAPI="4"
diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
index 327dbe2..356ead7 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: Exp $
+# $Id$
EAPI=5
diff --git a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
index d972bb0..21095ff 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="~amd64"
IUSE="pax_kernel +vmci +vsock"
RDEPEND=""
diff --git a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
index 5c4218e..5406bf8 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
EAPI=5
@@ -16,7 +16,7 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="-* ~amd64"
+KEYWORDS="~amd64"
IUSE="pax_kernel +vmci +vsock"
RDEPEND=""
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2015-09-08 20:08 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2015-09-08 20:08 UTC (permalink / raw
To: gentoo-commits
commit: d51d4158ee5f23a9afc12c383291b74f247d481e
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 8 20:08:06 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Sep 8 20:08:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=d51d4158
app-emulation/vmware-modules: Remove old
Package-Manager: portage-2.2.20.1
.../vmware-modules/vmware-modules-304.0.ebuild | 113 ---------------------
1 file changed, 113 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild b/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
deleted file mode 100644
index 21095ff..0000000
--- a/app-emulation/vmware-modules/vmware-modules-304.0.ebuild
+++ /dev/null
@@ -1,113 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils flag-o-matic linux-info linux-mod user versionator udev
-
-PV_MAJOR=$(get_major_version)
-PV_MINOR=$(get_version_component_range 2)
-
-DESCRIPTION="VMware kernel modules"
-HOMEPAGE="http://www.vmware.com/"
-
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="pax_kernel +vmci +vsock"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- || ( =app-emulation/vmware-player-7.1.${PV_MINOR}*
- =app-emulation/vmware-workstation-11.1.${PV_MINOR}* )"
-
-S=${WORKDIR}
-
-pkg_setup() {
- CONFIG_CHECK="~HIGH_RES_TIMERS"
- if kernel_is ge 2 6 37 && kernel_is lt 2 6 39; then
- CONFIG_CHECK="${CONFIG_CHECK} BKL"
- fi
- if use vmci ; then
- CONFIG_CHECK="${CONFIG_CHECK} !VMWARE_VMCI"
- else
- CONFIG_CHECK="${CONFIG_CHECK} VMWARE_VMCI"
- fi
- if use vsock ; then
- CONFIG_CHECK="${CONFIG_CHECK} !VMWARE_VMCI_VSOCKETS"
- else
- CONFIG_CHECK="${CONFIG_CHECK} VMWARE_VMCI_VSOCKETS"
- fi
-
- linux-info_pkg_setup
-
- linux-mod_pkg_setup
-
- VMWARE_GROUP=${VMWARE_GROUP:-vmware}
-
- VMWARE_MODULE_LIST_ALL="vmblock vmmon vmnet vmci vsock"
- VMWARE_MODULE_LIST="vmblock vmmon vmnet"
- use vmci && VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vmci"
- use vsock && VMWARE_MODULE_LIST="${VMWARE_MODULE_LIST} vsock"
-
- VMWARE_MOD_DIR="${PN}-${PVR}"
-
- BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}"
-
- enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
-
- for mod in ${VMWARE_MODULE_LIST}; do
- MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
- done
-}
-
-src_unpack() {
- cd "${S}"
- for mod in ${VMWARE_MODULE_LIST_ALL}; do
- tar -xf /opt/vmware/lib/vmware/modules/source/${mod}.tar
- done
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${PV_MAJOR}-makefile-kernel-dir.patch"
- epatch "${FILESDIR}/${PV_MAJOR}-makefile-include.patch"
- epatch "${FILESDIR}/${PV_MAJOR}-netdevice.patch"
- use pax_kernel && epatch "${FILESDIR}/${PV_MAJOR}-hardened.patch"
- epatch "${FILESDIR}/${PV_MAJOR}-apic.patch"
-
- kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-00-dentry.patch"
- kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-01-inode.patch"
- kernel_is ge 3 10 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-02-control.patch"
- kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.10-03-inline.patch"
- kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.11-00-readdir.patch"
- kernel_is ge 3 11 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.11-01-filldir.patch"
- kernel_is ge 3 15 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.15-00-vsock.patch"
- kernel_is ge 3 18 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.18-00-version-redefined.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-00-compat-namei.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-01-dentry.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-02-vmblock-path.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-03-iovec.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-04-iovec.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-05-vmci_qpair.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vsock.patch"
- kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-07-vsock.patch"
-
- # Allow user patches so they can support RC kernels and whatever else
- epatch_user
-}
-
-src_install() {
- linux-mod_src_install
- local udevrules="${T}/60-vmware.rules"
- cat > "${udevrules}" <<-EOF
- KERNEL=="vmci", GROUP="vmware", MODE="660"
- KERNEL=="vmw_vmci", GROUP="vmware", MODE="660"
- KERNEL=="vmmon", GROUP="vmware", MODE="660"
- KERNEL=="vsock", GROUP="vmware", MODE="660"
- EOF
- udev_dorules "${udevrules}"
-}
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2015-09-19 18:54 Andreas Hüttel
0 siblings, 0 replies; 13+ messages in thread
From: Andreas Hüttel @ 2015-09-19 18:54 UTC (permalink / raw
To: gentoo-commits
commit: 153d0b983a099d6c0812953c48534fd22ccaa283
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 18:53:29 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 18:54:22 2015 +0000
URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=153d0b98
app-emulation/vmware-modules: Filter some ricer CFLAGS, bug 477270
Package-Manager: portage-2.2.20.1
app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild | 2 +-
app-emulation/vmware-modules/vmware-modules-279.6.ebuild | 2 +-
app-emulation/vmware-modules/vmware-modules-304.2.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
index 1d24b19..7d798a4 100644
--- a/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-271.3-r1.ebuild
@@ -44,7 +44,7 @@ pkg_setup() {
BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}"
enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
+ filter-flags -mfpmath=sse -mavx -mpclmul -maes
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
diff --git a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
index 356ead7..4a78931 100644
--- a/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-279.6.ebuild
@@ -58,7 +58,7 @@ pkg_setup() {
BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}"
enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
+ filter-flags -mfpmath=sse -mavx -mpclmul -maes
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
diff --git a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
index 5406bf8..173592f 100644
--- a/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-304.2.ebuild
@@ -58,7 +58,7 @@ pkg_setup() {
BUILD_TARGETS="auto-build KERNEL_DIR=${KERNEL_DIR} KBUILD_OUTPUT=${KV_OUT_DIR}"
enewgroup "${VMWARE_GROUP}"
- filter-flags -mfpmath=sse
+ filter-flags -mfpmath=sse -mavx -mpclmul -maes
for mod in ${VMWARE_MODULE_LIST}; do
MODULE_NAMES="${MODULE_NAMES} ${mod}(misc:${S}/${mod}-only)"
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/
@ 2016-03-21 1:39 Evan Teran
0 siblings, 0 replies; 13+ messages in thread
From: Evan Teran @ 2016-03-21 1:39 UTC (permalink / raw
To: gentoo-commits
commit: 249fc566682eb42f75ea4a97b1a61c6a0da4a0ba
Author: Evan Teran <evan.teran <AT> gmail <DOT> com>
AuthorDate: Mon Mar 21 01:35:46 2016 +0000
Commit: Evan Teran <evan.teran <AT> gmail <DOT> com>
CommitDate: Mon Mar 21 01:35:46 2016 +0000
URL: https://gitweb.gentoo.org/proj/vmware.git/commit/?id=249fc566
app-emulation/vmware-modules: enabling a patch that makes 308.x build on 4.5 kernels :-)
Package-Manager: portage-2.2.26
app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild b/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild
index 98a4bd4..0412eca 100644
--- a/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild
+++ b/app-emulation/vmware-modules/vmware-modules-308.1.0.ebuild
@@ -96,10 +96,11 @@ src_prepare() {
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-05-vmci_qpair.patch"
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-06-vsock.patch"
kernel_is ge 3 19 0 && epatch "${FILESDIR}/${PV_MAJOR}-3.19-07-vsock.patch"
- kernel_is ge 4 01 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.01-00-vsock.patch"
- kernel_is ge 4 02 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.02-00-nd_set_link.patch"
- kernel_is ge 4 02 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.02-01-sk_alloc.patch"
- kernel_is ge 4 03 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.03-00-vmci-misc_deregister.patch"
+ kernel_is ge 4 1 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.01-00-vsock.patch"
+ kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.02-00-nd_set_link.patch"
+ kernel_is ge 4 2 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.02-01-sk_alloc.patch"
+ kernel_is ge 4 3 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.03-00-vmci-misc_deregister.patch"
+ kernel_is ge 4 5 0 && epatch "${FILESDIR}/${PV_MAJOR}-4.05-00-vmblock-follow_link.patch"
# Allow user patches so they can support RC kernels and whatever else
epatch_user
^ permalink raw reply related [flat|nested] 13+ messages in thread
end of thread, other threads:[~2016-03-21 1:39 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 16:00 [gentoo-commits] proj/vmware:master commit in: app-emulation/vmware-modules/ Vadim Kuznetsov
-- strict thread matches above, loose matches on Subject: below --
2012-06-16 14:38 Vadim Kuznetsov
2012-09-01 13:15 Vadim Kuznetsov
2012-12-16 13:27 Vadim Kuznetsov
2012-12-22 11:37 Vadim Kuznetsov
2013-06-22 8:51 Andreas Hüttel
2014-10-11 21:54 Evan Teran
2014-10-16 22:00 Andreas Hüttel
2015-07-11 4:44 Evan Teran
2015-09-05 12:56 Andreas Hüttel
2015-09-08 20:08 Andreas Hüttel
2015-09-19 18:54 Andreas Hüttel
2016-03-21 1:39 Evan Teran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox