summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-288-8/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-emulation/vmware-workstation: Fix toolong.DESCRIPTIONHarri Nieminen2017-02-172-4/+4
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996
* app-emulation/vmware-workstation: remove unused filesMichael Mair-Keimberger (asterix)2016-08-116-234/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-emulation/vmware-workstation: use #!/sbin/openrc-run instead of ↵Austin English2016-05-1812-12/+12
| | | | #!/sbin/runscript
* app-emulation/vmware-workstation: remove RESTRICT=preserve-libs, makes no senseAndreas K. Hüttel2016-03-203-3/+3
| | | | | | | | This restrict means that libraries from *this* package are not preserved. We have the exact opposite problem, we want that this package does not *cause* other libraries to be preserved... Package-Manager: portage-2.2.27
* app-emulation/vmware-workstation: Fix symlinks, bug 558242Andreas K. Hüttel2016-03-201-0/+549
| | | | | | | This isn't really clean; probably parts of the package still need 0.9.8... better than installing broken links though. More later. Package-Manager: portage-2.2.27
* app-emulation/vmware-workstation: Drop pulseaudio requirement after reports ↵Andreas K. Hüttel2016-03-201-1/+0
| | | | | | on bug 559798 Package-Manager: portage-2.2.27
* app-emulation/vmware-workstation: Update systemd unit filesAndreas K. Hüttel2016-03-192-2/+3
| | | | Package-Manager: portage-2.2.28
* app-emulation/vmware-workstation: Fix libgcrypt dependencies, bug 567380Andreas K. Hüttel2016-03-192-2/+2
| | | | Package-Manager: portage-2.2.27
* app-emulation/vmware-workstation: First generate config file, then install ↵Andreas K. Hüttel2016-03-191-2/+2
| | | | | | it ... Package-Manager: portage-2.2.27
* app-emulation/vmware-workstation: Major version bump. Imported from the ↵Andreas K. Hüttel2016-03-194-0/+729
| | | | | | | | | | | | | | vmware overlay. Many thanks to * Alex Xu <alex_y_xu@yahoo.ca> * Billy DeVincentis <billydv1@verizon.net> * Fabio Rossi <rossi.f@inwind.it> * Evan Teran <evan.teran@gmail.com> * Harris Landgarten <harrisl@lhjonline.com> and to everyone else who helped on bug 559798. Package-Manager: portage-2.2.27
* app-emulation/vmware-workstation: Remove oldAndreas K. Huettel2016-03-181-493/+0
| | | | Package-Manager: portage-2.2.28
* app-emulation/vmware-workstation: Version bumpEvan Teran2016-03-182-0/+550
| | | | Imported from vmware overlay
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* app-emulation/vmware-workstation: Remove oldAndreas K. Hüttel2016-01-091-497/+0
| | | | Package-Manager: portage-2.2.26
* app-emulation/vmware-workstation: Revision bump; fix the infamous gcc-5 ↵Andreas K. Hüttel2016-01-093-0/+551
| | | | | | problem, add bundled-libs handling (still work in progress) Package-Manager: portage-2.2.26
* Fix Malformed Id header on line: 3Justin Lecher2015-09-156-6/+6
| | | | | | Convert Header to Id Signed-off-by: Justin Lecher <jlec@gentoo.org>
* app-emulation/vmware-workstation: Fix libsigc++ slot. This still needs ↵Andreas K. Huettel (dilfridge)2015-09-121-1/+1
| | | | | | proper handling of bundled libs. Package-Manager: portage-2.2.20.1
* app-emulation/vmware-workstation: Silence warning about WX sections. Yes we ↵Andreas K. Huettel (dilfridge)2015-09-121-0/+2
| | | | | | know. Package-Manager: portage-2.2.20.1
* app-emulation/vmware-workstation: use readme.gentoo for messages, add ↵Andreas K. Huettel (dilfridge)2015-09-121-0/+491
| | | | | | message about vmware group (bug 413793), silence QA warnings Package-Manager: portage-2.2.20.1
* app-emulation/vmware-workstation: Remove old; fix headerAndreas K. Huettel (dilfridge)2015-09-087-1985/+2
| | | | Package-Manager: portage-2.2.20.1
* app-emulation/vmware-workstation: Version bumpEvan Teran2015-09-0510-0/+1794
|
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0813-0/+2240
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed