app-emulation/vmware-modules: initial checkin for the new vmware-mod-2 based modules
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1260 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
10d700603f
commit
c553f9630e
23
app-emulation/vmware-modules/ChangeLog
Normal file
23
app-emulation/vmware-modules/ChangeLog
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
# ChangeLog for app-emulation/vmware-modules
|
||||||
|
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
*vmware-modules-138.9 (29 May 2009)
|
||||||
|
|
||||||
|
29 May 2009; Mario Fetka <mario.fetka@gmail.com>
|
||||||
|
+vmware-modules-138.9.ebuild, +metadata.xml:
|
||||||
|
initial checkin for the new vmware-mod-2 based modules
|
||||||
|
|
||||||
|
24 Mar 2009; Mike Auty <ikelos@gentoo.org>
|
||||||
|
+files/1.0.0.23-kernel-2.6.29.patch, vmware-modules-1.0.0.23.ebuild:
|
||||||
|
Fix compilation for 2.6.29 kernel, many thanks to Michele Schiavo for the
|
||||||
|
patch.
|
||||||
|
|
||||||
|
14 Jan 2009; Mike Auty <ikelos@gentoo.org>
|
||||||
|
files/patches/vmnet/030_all_kernel-2.6.27.patch,
|
||||||
|
vmware-modules-1.0.0.15-r2.ebuild, vmware-modules-1.0.0.23.ebuild:
|
||||||
|
Start a new changelog in the individual directories, since echangelog in
|
||||||
|
the root is broken for git (and I'm using git-svn). Also, sync
|
||||||
|
vmware-modules with the tree, should fix up kernel issues with
|
||||||
|
vmware-modules-1.0.0.15-r2 on kernels <= 2.6.25.
|
||||||
|
|
5
app-emulation/vmware-modules/Manifest
Normal file
5
app-emulation/vmware-modules/Manifest
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
DIST vmware-modules-138.9-genpatches-1.tar.bz2 7423 RMD160 e7a17d9f7e92e2e3890d278d99f4c1ae0db02d54 SHA1 673c5b00a8d23c21418ce533ab1e5395b474cc45 SHA256 1ac5e5fbb346dacdd48f14bc948b07fd6ce33064d2dada5c90e9fe61886eeca4
|
||||||
|
DIST vmware-modules-138.9.tar.bz2 186156 RMD160 f65fef3dd58e801eda9ef7b8ae6a1819ce11be92 SHA1 4933ffb1186c1d861ad1be776aa84751a052e0de SHA256 ee2038a6f070173ac0172c959444bfb1dd493569abf1d1522638797348697572
|
||||||
|
EBUILD vmware-modules-138.9.ebuild 326 RMD160 0f2736b52ae4214fb70b7d1de8d096a61948f281 SHA1 006b51a0778fefa6b2e92bf74b0cccc439ad4c0a SHA256 fc2fe11cb137249f7f632385f2a9f50966ee650a1bd16e1c5dc5290e6b522e7a
|
||||||
|
MISC ChangeLog 946 RMD160 1b4572250fbf764157360a1afd6e9a478bea1664 SHA1 2ba0340517d5c746cba612b0b6e06c63d32fa645 SHA256 af096a0790c8fc35302e071bba54192c58ab907d448e2fa4bf8a240b1e1b6355
|
||||||
|
MISC metadata.xml 159 RMD160 fc7f68a382390e5916b0fb43f37a893fad4f9798 SHA1 f46b02a39bcd0165558de67ff4256cfc812418a3 SHA256 8581ae1c90a48f50fa0542c7fb28cb8984baaf12f50fa18f33e467081effb215
|
5
app-emulation/vmware-modules/metadata.xml
Normal file
5
app-emulation/vmware-modules/metadata.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<herd>vmware</herd>
|
||||||
|
</pkgmetadata>
|
19
app-emulation/vmware-modules/vmware-modules-138.9.ebuild
Normal file
19
app-emulation/vmware-modules/vmware-modules-138.9.ebuild
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 1999-2009 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: $
|
||||||
|
|
||||||
|
EAPI="2"
|
||||||
|
|
||||||
|
KEYWORDS="~amd64 ~x86"
|
||||||
|
GENPATCHES_VER="1"
|
||||||
|
|
||||||
|
inherit vmware-mod-2
|
||||||
|
|
||||||
|
pkg_setup() {
|
||||||
|
if kernel_is lt 2 6 25; then
|
||||||
|
CONFIG_CHECK=""
|
||||||
|
else
|
||||||
|
CONFIG_CHECK="UNUSED_SYMBOLS"
|
||||||
|
fi
|
||||||
|
vmware-mod-2_pkg_setup
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user