* [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules: vmware-modules-1.0.0.26.ebuild ChangeLog vmware-modules-1.0.0.25.ebuild
@ 2010-02-28 17:51 99% Vadim Kuznetsov (vadimk)
0 siblings, 0 replies; 1+ results
From: Vadim Kuznetsov (vadimk) @ 2010-02-28 17:51 UTC (permalink / raw
To: gentoo-commits
vadimk 10/02/28 17:51:16
Modified: ChangeLog
Added: vmware-modules-1.0.0.26.ebuild
Removed: vmware-modules-1.0.0.25.ebuild
Log:
vmware-modules for VMware Workstation 7.0.x and Player 3.0.x
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Revision Changes Path
1.56 app-emulation/vmware-modules/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 26 Feb 2010 14:54:32 -0000 1.55
+++ ChangeLog 28 Feb 2010 17:51:15 -0000 1.56
@@ -1,6 +1,14 @@
# ChangeLog for app-emulation/vmware-modules
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.55 2010/02/26 14:54:32 vadimk Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/ChangeLog,v 1.56 2010/02/28 17:51:15 vadimk Exp $
+
+*vmware-modules-1.0.0.26 (28 Feb 2010)
+
+ 28 Feb 2010; Vadim Kuznetsov <vadimk@gentoo.org>
+ +files/1.0.0.26-makefile-include.patch, -vmware-modules-1.0.0.25.ebuild,
+ +files/1.0.0.26-makefile-kernel-dir.patch,
+ +vmware-modules-1.0.0.26.ebuild:
+ vmware-modules for VMware Workstation 7.0.x and Player 3.0.x
26 Feb 2010; Vadim Kuznetsov <vadimk@gentoo.org>
+files/1.0.0.24-autoconf-generated.patch,
1.1 app-emulation/vmware-modules/vmware-modules-1.0.0.26.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.26.ebuild?rev=1.1&content-type=text/plain
Index: vmware-modules-1.0.0.26.ebuild
===================================================================
# Copyright 1999-2010 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.26.ebuild,v 1.1 2010/02/28 17:51:15 vadimk Exp $
EAPI="2"
inherit eutils flag-o-matic linux-mod
DESCRIPTION="VMware kernel modules"
HOMEPAGE="http://www.vmware.com/"
SRC_URI="x86? (
mirror://gentoo/${P}.x86.tar.bz2
http://dev.gentoo.org/~vadimk/${P}.x86.tar.bz2
)
amd64? (
mirror://gentoo/${P}.amd64.tar.bz2
http://dev.gentoo.org/~vadimk/${P}.amd64.tar.bz2
)"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}"
pkg_setup() {
linux-mod_pkg_setup
VMWARE_VER="VME_V65" # THIS VALUE IS JUST A PLACE HOLDER
VMWARE_GROUP=${VMWARE_GROUP:-vmware}
VMWARE_MODULE_LIST="vmblock vmci vmmon vmnet vsock"
VMWARE_MOD_DIR="${PN}-${PVR}"
BUILD_TARGETS="auto-build VMWARE_VER=${VMWARE_VER} 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() {
unpack ${A}
cd "${S}"
for mod in ${VMWARE_MODULE_LIST}; do
unpack ./"${P}"/${mod}.tar
done
}
src_prepare() {
epatch "${FILESDIR}/${PV}-makefile-kernel-dir.patch"
epatch "${FILESDIR}/${PV}-makefile-include.patch"
}
src_install() {
# this adds udev rules for vmmon*
if [[ -n "`echo ${VMWARE_MODULE_LIST} | grep vmmon`" ]];
then
dodir /etc/udev/rules.d
echo 'KERNEL=="vmmon*", GROUP="'$VMWARE_GROUP'" MODE=660' >> "${D}/etc/udev/rules.d/60-vmware.rules" || die
echo 'KERNEL=="vmnet*", GROUP="'$VMWARE_GROUP'" MODE=660' >> "${D}/etc/udev/rules.d/60-vmware.rules" || die
fi
linux-mod_src_install
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2010-02-28 17:51 99% [gentoo-commits] gentoo-x86 commit in app-emulation/vmware-modules: vmware-modules-1.0.0.26.ebuild ChangeLog vmware-modules-1.0.0.25.ebuild Vadim Kuznetsov (vadimk)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox