summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: remove references to dead pvm USE flagMichael Palimaka2016-04-221-1/+0
|
* profiles/prefix: reorder to have base first, bug#574822Michael Haubenwallner2016-04-2019-19/+19
| | | | | | | | | | | As the base profile does force or mask things for the Gentoo Linux target, any Prefix specific profile should be inherited later. This applies to the final BSD, Darwin and Solaris profiles, where the arch-specific but os-version independent profile now comes just before the final profile rather than before the base profile. This also is part of bug#574822, for more natural profile inheritance.
* profiles: fix prefix parents, bug#574822Michael Haubenwallner2016-04-201-0/+1
| | | | | | | | As the final prefix/linux profiles inherit some default/linux profile, the top-level prefix profile should not inherit the base profile. Instead, each prefix/non-linux profile can do that. This should fix bug#574822 and some related ones.
* profiles/prefix: drop xattr masks now its globally masked in features/prefixFabian Groffen2016-04-202-11/+1
|
* profiles/prefix: mask re2 USE-flag for app-misc/sphinx, bug #563932Fabian Groffen2016-04-061-0/+4
|
* profiles/prefix/darwin/macos: drop version restriction from opengl-apple maskFabian Groffen2016-03-274-4/+4
| | | | | | | Unfortunately the history for this got lost (or exists in another place) so it's unclear why this was tagged on version 4. Likely because of bug #431182 to bring in XQuartz, to satisfy the needs of opengl-apple, but in the meantime opengl-apple was bumped for some reason.
* profiles/prefix/darwin/package.mask: restrict llvm mask to 3.6 onlyFabian Groffen2016-01-271-2/+2
|
* profiles/prefix/darwin/macos: switch CFLAGS to single native targetFabian Groffen2016-01-2417-45/+4
|
* profiles/prefix: mask USE=xattr for path on Darwin and SolarisFabian Groffen2016-01-221-0/+1
|
* profiles/prefix/darwin/package.use.mask: mask USE=xattr for tar on DarwinFabian Groffen2016-01-221-0/+1
|
* profiles/prefix/darwin/package.use.mask: mask USE=xattr for dev-libs/glibFabian Groffen2016-01-181-1/+5
|
* profiles/prefix/darwin: mask USE=utempter for net-misc/mosh, bug #506494Fabian Groffen2016-01-101-0/+4
| | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* profiles/prefix/darwin/macos: add 10.11 (Mac OS X El Capitan) profilesFabian Groffen2015-10-1022-0/+232
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-08206-0/+2047
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