summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
...
* Version bumped vmware.eclass and vmware-server to the latest version.Mike Auty2006-08-171-1/+1
| | | | svn path=/trunk/; revision=102
* Sync eclass with portage tree. See bug #137423 for more information.Chris Gianelloni2006-08-111-6/+9
| | | | svn path=/trunk/; revision=101
* Keep the tree and repos in sync by moving the minor edits back into the repo.Mike Auty2006-08-081-5/+9
| | | | svn path=/trunk/; revision=99
* Added a fix from bug 142855 to fix problems arising from having ↵Mike Auty2006-08-051-1/+1
| | | | | | KBUILD_OUTPUT set. svn path=/trunk/; revision=98
* Updated the patch for vmware-modules to use any kernel path, rather than ↵Mike Auty2006-08-042-2/+2
| | | | | | just /usr/linux/src, with a new patch courtesy of Alon Bar-Lev (see bug #137422). svn path=/trunk/; revision=94
* Fix up more quoting issues.Mike Auty2006-07-311-46/+46
| | | | svn path=/trunk/; revision=92
* Restyled the quoting to keep in line with the vmware.eclass version.Mike Auty2006-07-281-5/+5
| | | | svn path=/trunk/; revision=91
* Fixing quoting issues in vmware-mod.eclass as kindly pointed out by phreak``.Mike Auty2006-07-281-10/+10
| | | | svn path=/trunk/; revision=90
* Doh, missed the CVS header in this one...Mike Auty2006-07-271-1/+1
| | | | svn path=/trunk/; revision=89
* Fix some simple repoman errors.Mike Auty2006-07-271-2/+0
| | | | | | Get ready for merging into the main tree. svn path=/trunk/; revision=88
* Fix missing dependency on shared-mime-info package.Mike Auty2006-07-171-0/+2
| | | | svn path=/trunk/; revision=86
* Add 009 to the workstation-4.5 patchset.Mike Auty2006-07-141-0/+5
| | | | | | Fix the LONGNAME/SHORTNAME issue with vmware-any-any init script. svn path=/trunk/; revision=85
* Mostly a clean-up commit. Really, the ChangeLog does a much better job of ↵Chris Gianelloni2006-07-132-68/+2
| | | | | | explainging what's in this commit. svn path=/trunk/; revision=82
* No ChangeLog so as not to disturb chris's update unduely.Mike Auty2006-07-131-4/+2
| | | | | | | Just some minor fixes to the vmware-mod, and to the vmware-modules.ebuild for the server version. We now don't need to pack our own module files... svn path=/trunk/; revision=81
* Push out changes relating to the vmware-server-tools.Mike Auty2006-07-121-5/+22
| | | | svn path=/trunk/; revision=79
* Update vmware-mod in preparation for vmware-tools-modules.Mike Auty2006-07-081-10/+20
| | | | svn path=/trunk/; revision=75
* Fix lack of EPATCH_SUFFIX in vmware-mod.eclassMike Auty2006-07-021-0/+1
| | | | svn path=/trunk/; revision=73
* Update vmware.eclass to create a VMWARE_GROUP for console products too.Mike Auty2006-06-231-1/+1
| | | | svn path=/trunk/; revision=64
* Fix up vmware.eclass issue under FEATURES="userpriv" with vmware-server.Mike Auty2006-06-191-2/+3
| | | | svn path=/trunk/; revision=61
* Add another TODO entry to the eclass.Mike Auty2006-06-191-0/+4
| | | | svn path=/trunk/; revision=59
* Whole bunch of changes to fully convert vmware-server and ↵Mike Auty2006-06-191-106/+119
| | | | | | | | vmware-server-console over to the vmware.eclass. svn path=/trunk/; revision=58
* Fix a couple of important typos in vmware.eclass.Mike Auty2006-06-181-2/+2
| | | | svn path=/trunk/; revision=57
* The vmware-mod.eclass and modules now handle all the udev stuffMike Auty2006-06-161-8/+0
| | | | | | (since the udev stuff is for the module entries and not the products themselves). svn path=/trunk/; revision=56
* Lined up the module-versions with the workstation versions.Mike Auty2006-06-161-8/+9
| | | | | | Everything should be being built with the right module number now. svn path=/trunk/; revision=55
* Fixed up the vmware-player ebuild to work with the new style modules and ↵Mike Auty2006-06-161-1/+1
| | | | | | | | compile ok. Also fixed a little typo in the vmware.eclass svn path=/trunk/; revision=54
* Lots of updates with vmware-workstation... tested and should be working.Chris Gianelloni2006-06-141-11/+106
| | | | svn path=/trunk/; revision=53
* Convert the vmware-workstation-5.5 and -player-1.0 ebuilds over to the new ↵Mike Auty2006-06-131-2/+1
| | | | | | style of modules. svn path=/trunk/; revision=50
* Add in new vmware-modules ebuilds to make use of the vmware-mod.eclassMike Auty2006-06-071-4/+21
| | | | | | Also bump vmware-server and -server-console versions to build 24927. svn path=/trunk/; revision=47
* Add initial version of the vmware-mod.eclass.Mike Auty2006-06-061-0/+66
| | | | svn path=/trunk/; revision=46
* Lots of changes, really. Brought back working ↵Chris Gianelloni2006-06-011-13/+109
| | | | | | vmware-workstation/vmware-player ebuilds. The rest is all new stuff which is mentioned in detail in the ChangeLog. svn path=/trunk/; revision=45
* A load of vmware-* changes, from the ChangeLog:Mike Auty2006-05-281-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | Ok, a lot of changes this time round: * vmware-player converted to use vmware.eclass * workstation/player converted to use vmware-modules * udev rule creation moved to vmware-modules * eclass modified to work with patch directories * dhcpd.conf location fix added to vmware-server * vmware-server converted to use vmware_src-unpack * player/workstaton added a patch to use modprobe over insmod I've tested the latest player/server ebuilds on x86. Workstation installed fine, but without a license was hard to test. 5:) I didn't want to mess with the any_any patching for the testing, so if that's required we'll have to add the any_any source back into SRC_URI, and remove the ANY_ANY="" lines. Note there may still be some ${product} changes needed in the vmware-player ebuild too. svn path=/trunk/; revision=43
* I updated a few things. I added a ChangeLog, so someone can see what I ↵Chris Gianelloni2006-05-191-19/+129
| | | | | | actually changed by reading there. svn path=/trunk/; revision=42
* Push back in the previous eclass, because apparently they aren't stored for ↵Mike Auty2006-05-101-0/+45
| | | | | | uninstallation... svn path=/trunk/; revision=41
* Push out new vmware-server ebuilds using vmware.eclass rather than ↵Mike Auty2006-05-101-45/+0
| | | | | | vmware-pkg.eclass. svn path=/trunk/; revision=39
* Added vmware-workstation, vmware-workstation-tools, vmware-player, and the ↵Chris Gianelloni2006-05-101-0/+70
| | | | | | initial vmware.eclass svn path=/trunk/; revision=38
* BIG update for the vmware-* packages, including:Mike Auty2006-05-061-0/+45
* New patch system * Cleaned up files directory * New vmware-modules build system * New vmware-pkg eclass (to be used for workstation/player/etc eventually) * Vmware-console now finally installed as vmware-server-console svn path=/trunk/; revision=33