summaryrefslogtreecommitdiff
path: root/eclass
Commit message (Collapse)AuthorAgeFilesLines
* vmware-bundle.eclass: copy from gentooMike Gilbert2017-12-301-0/+86
| | | | Bug: https://bugs.gentoo.org/642710
* eclass: not needed anymore, tree is updatedAndreas K. Huettel2016-03-181-87/+0
|
* initial support for vmware-12Evan Teran2016-03-171-0/+87
|
* [eclass] vmware-bundle.eclass is identical to main tree, vmware.eclass old ↵Andreas K. Huettel (dilfridge)2014-10-092-492/+0
| | | | and unused. Both removed.
* Matt Whitlock vmware-bundle.eclassVadim Kuznetsov2010-04-241-0/+76
| | | | svn path=/trunk/; revision=400
* Add in vmware-converter masked (both package and keyword).Mike Auty2009-03-041-0/+416
| | | | svn path=/trunk/; revision=359
* Sync with tree and remove eclasses.Mike Auty2009-01-102-531/+0
| | | | svn path=/trunk/; revision=339
* Push in testing version of vmware-workstation-6.5.Mike Auty2008-04-061-1/+1
| | | | svn path=/trunk/; revision=256
* Fix up accessibilty requirements in vmware-player.Mike Auty2008-01-261-3/+3
| | | | svn path=/trunk/; revision=241
* Apply the linux header patch to all -r1 ebuilds.Mike Auty2008-01-121-3/+8
| | | | svn path=/trunk/; revision=239
* Bump to vmware-any-any-update115.Mike Auty2007-12-021-1/+1
| | | | | | | Remove need for any-any in server-1,2, workstation-6, player-2. Add in initial (but not really usable) vmware server-2 beta. svn path=/trunk/; revision=230
* Bump vmware-workstation and vmware-player. Also bump vmware-any-any-update ↵Mike Auty2007-10-241-1/+1
| | | | | | to 114. svn path=/trunk/; revision=226
* Add cleanup comments only when product is completely removed. Also allow ↵Mike Auty2007-09-231-5/+7
| | | | | | disabling of DnD in open-vm-tools. svn path=/trunk/; revision=215
* Add in libview-0.6.0. Change vmware-mod and modules-1.0.0.16-r1 to build ↵Mike Auty2007-09-181-1/+1
| | | | | | the vmblock module for Drag and Drop support. svn path=/trunk/; revision=205
* Add debug version of vmware/vmware-vmx to pax allow list.Chris Gianelloni2007-08-221-1/+2
| | | | svn path=/trunk/; revision=198
* Moved the creation of the vmware group from the product ebuilds to the ↵Chris Gianelloni2007-08-222-2/+2
| | | | | | modules ebuilds. Closing bug #188642. svn path=/trunk/; revision=197
* Bump to vmware-any-any-113, fix for gcc-3.x.Mike Auty2007-08-151-1/+1
| | | | svn path=/trunk/; revision=196
* Resync with the main tree, to pull in QA fixes.Mike Auty2007-07-282-5/+9
| | | | | | Also include a fix for bug 178562. svn path=/trunk/; revision=194
* Bumped any-any again, let's hope this one works.Mike Auty2007-07-261-1/+1
| | | | svn path=/trunk/; revision=193
* Bump to vmware-any-any-update111.Mike Auty2007-07-222-2/+3
| | | | | | | Add in correct mirror for the class and hence modules. svn path=/trunk/; revision=191
* Remove bash changes.Mike Auty2007-07-111-1/+1
| | | | | | | Bump to vmware-any-any-update110. Add patch for 1.0.0.16 and 2.6.22 kernel. svn path=/trunk/; revision=183
* Fix a typo in vmware-mod.eclass.Mike Auty2007-04-291-1/+1
| | | | svn path=/trunk/; revision=172
* Latest version of vmware-any-any patch.Mike Auty2007-04-151-1/+1
| | | | svn path=/trunk/; revision=164
* Sync changes from the tree back into the overlay.Mike Auty2007-04-091-2/+0
| | | | svn path=/trunk/; revision=159
* Fix up vmware-server-tools.Mike Auty2007-04-091-4/+3
| | | | svn path=/trunk/; revision=157
* Attempt to allow vmware-server-tools to compile under amd64.Mike Auty2007-03-311-1/+2
| | | | svn path=/trunk/; revision=154
* Fix the location of BUILD_TARGETS so that all the variables are correctly ↵Mike Auty2007-03-261-3/+2
| | | | | | initialized. Bug 172337, thanks Georgi. svn path=/trunk/; revision=153
* Bump to any-any108.Mike Auty2007-02-231-1/+1
| | | | svn path=/trunk/; revision=149
* Sync the vmware-server from the tree and bump to any-any107.Mike Auty2007-01-311-2/+7
| | | | svn path=/trunk/; revision=147
* Fix up elog/einfo statements.Mike Auty2007-01-051-12/+12
| | | | svn path=/trunk/; revision=146
* Very initial commit of vmware-workstation 6 beta...Mike Auty2006-12-281-8/+10
| | | | svn path=/trunk/; revision=144
* Proposed fix for pax issues with vmware-server/workstation/player.Mike Auty2006-12-091-1/+6
| | | | svn path=/trunk/; revision=142
* Fix minor regression.Mike Auty2006-12-011-1/+1
| | | | svn path=/trunk/; revision=141
* Fixed bug #156387 with a sync from the tree.Chris Gianelloni2006-11-291-3/+3
| | | | svn path=/trunk/; revision=140
* Make sure we only unpack the openssl stuff if it is listed in SRC_URI, not ↵Chris Gianelloni2006-11-221-7/+14
| | | | | | if it exists in DISTDIR. We also only remove the openssl stuff if we have newer versions in S. svn path=/trunk/; revision=139
* Moved CD fetching to src_unpack, so binary packages don't need the CD.Chris Gianelloni2006-11-211-7/+6
| | | | svn path=/trunk/; revision=136
* OK, unpack doesn't like absolute paths.Chris Gianelloni2006-11-211-1/+1
| | | | svn path=/trunk/; revision=135
* Yeah, should be CDROM_ROOT, not CD_ROOT.Chris Gianelloni2006-11-211-2/+2
| | | | svn path=/trunk/; revision=134
* Made sure we check the CD for MY_P.tar.gz when doing our unpack.Chris Gianelloni2006-11-211-1/+6
| | | | svn path=/trunk/; revision=133
* Updated the vmware-server-tools package. We're closer now, but still not ↵Mike Auty2006-11-181-0/+1
| | | | | | quite there yet. svn path=/trunk/; revision=127
* Update to vmware-any-any105.Mike Auty2006-11-151-1/+1
| | | | svn path=/trunk/; revision=122
* Fix up a typo before committing to the tree.Mike Auty2006-10-172-5/+5
| | | | svn path=/trunk/; revision=119
* New modules to test the fix that entered vmware-mod.eclass.Mike Auty2006-10-041-1/+1
| | | | svn path=/trunk/; revision=118
* Sync eclass with tree, and fix directory/file mismatchMike Auty2006-10-041-1/+11
| | | | svn path=/trunk/; revision=117
* Sync up vmware-server, vmware-server-console and vmware.eclass with the ↵Mike Auty2006-10-021-1/+3
| | | | | | in-tree version. svn path=/trunk/; revision=114
* Updated eclass with the in-tree version for bug #148862.Chris Gianelloni2006-10-021-2/+7
| | | | svn path=/trunk/; revision=113
* Sync vmware.eclass with the in-tree version due to bug #148682.Chris Gianelloni2006-09-271-1/+4
| | | | svn path=/trunk/; revision=109
* Updated vmware.eclass and vmware-mods.eclass from portage.Chris Gianelloni2006-09-272-12/+3
| | | | svn path=/trunk/; revision=108
* Sync vmware.eclass with the in-tree version and fix the variables in ↵Chris Gianelloni2006-09-211-1/+4
| | | | | | vmware-workstation-tools. svn path=/trunk/; revision=105
* Added an experimental patch vmware-modules-1.0.0.15 in an attempt to fix bug ↵Mike Auty2006-09-031-0/+3
| | | | | | 146004. svn path=/trunk/; revision=103