summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: prefix: Cleanup obsolete media-video/vlc package.use.maskAndreas Sturmlechner2018-08-181-4/+0
|
* profiles/prefix: update python use.mask current versionsFabian Groffen2018-07-181-3/+3
|
* profiles: copy random python3_6 masks for python3_7Mike Gilbert2018-07-081-0/+1
|
* prefix/cygwin: p.mask gettext-0.19.8.1 for nowMichael Haubenwallner2018-07-021-0/+4
|
* profiles: Cleanup obsolete dev-qt/* revdep and phonon USE masksAndreas Sturmlechner2018-06-272-6/+0
|
* profiles/prefix: restore python3.6 defaultsMikle Kolyada2018-06-241-0/+7
|
* profiles/prefix: Remove redundant python3_6 defaultMichał Górny2018-06-221-6/+0
|
* profiles/prefix: advance seccomp to use.maskMichael Haubenwallner2018-06-212-6/+6
| | | | | | | There are more packages than just app-misc/pax-utils that may use it, so advance seccomp from package.use.mask to use.mask. Bug: https://bugs.gentoo.org/585756
* profiles/prefix/make.defaults: PYTHON TARGET are incremental varsMichael Haubenwallner2018-06-201-2/+3
| | | | | We need to drop unwanted base profile values, especially for PYTHON_SINGLE_TARGET.
* profiles/prefix/make.defaults: drop FEATURES=collision-protectFabian Groffen2018-06-201-2/+0
| | | | | | | | | | | | | | | | | | After many years, we finally came to the conclusion we don't need this any more, and can do with protect-owned (the default) very well. Most prominent reason for this is that Gentoo for Mac OS X has been superseeded by Gentoo Prefix for macOS, which no longer tries to install binaries side by side with the host provided utilities. E.g. it is no longer the case that files encountered as a conflict can be something that is provided by the host system (and hence should not be nuked). In Gentoo Prefix we assume that $EPREFIX is solely managed by the PM, so anything it finds there which it doesn't know about can be safely overwritten. Users that actually use EPREFIX=/ on their systems can set FEATURES=collision-protect in their local make.conf. Bug: https://bugs.gentoo.org/655414
* profiles/prefix/make.defaults: update Ruby and Python targetsFabian Groffen2018-06-201-8/+7
| | | | Aim for Ruby-2.4 and Python-2.7 & 3.6.
* profiles/prefix/darwin/macos/10.5/ppc/package.mask: unmask gccFabian Groffen2018-06-181-1/+5
|
* profiles/prefix/darwin/macos/10.5/ppc: add FSF gcc compiler to @systemFabian Groffen2018-06-171-2/+2
|
* profiles/prefix/winnt: Remove super dead package.mask entryMatt Turner2018-06-101-6/+0
|
* profiles/cygwin/p.use: disable ssp for all gcc versionsMichael Haubenwallner2018-06-081-1/+1
| | | | Bug: https://bugs.gentoo.org/657594
* profiles: CHOST_arm needs to be reset when arm CHOST changesJames Le Cuirot2018-05-171-1/+2
|
* profiles/aix/p.unmask: do not de-unmask native-cctoolsMichael Haubenwallner2018-05-151-4/+0
|
* profiles/cygwin/p.use: ssp not by default yetMichael Haubenwallner2018-05-141-0/+4
|
* profiles: Clean up masks for stale package versionsMichał Górny2018-04-183-22/+3
|
* profiles: base, prefix: Drop obsolete app-text/texlive entriesAndreas Sturmlechner2018-04-091-6/+1
|
* profiles/prefix/darwin/macos/10.5/ppc: ensure we use gcc-config toolchainFabian Groffen2018-04-041-0/+8
|
* sys-apps/portage-mgorny: New packageMichał Górny2018-03-211-1/+2
| | | | | | Introduce a new fork of Portage focused on cleaning up stale code and adding useful features, with less emphasis on infinite backwards compatibility.
* profiles: prefix/darwin/macos: unmask appkit USE flag of ffmpegAndrey Utkin2018-03-111-1/+6
| | | | | | | | | | | Apple AppKit is available on macOS 10.0 and later, so it applies to all existing sub-profiles. Bug: https://bugs.gentoo.org/637482 Suggested-by: Alexis Ballier <aballier@gentoo.org> Cc: prefix@gentoo.org Cc: media-video@gentoo.org Acked-by: Fabian Groffen <grobian@gentoo.org>
* Deprecate prefix/linux-standalone profiles by 17.0 counterparts.Benda Xu2018-02-262-0/+2
|
* profiles/prefix: update ruby_targets masks, remove 2.1, add 2.3Fabian Groffen2018-01-311-2/+2
|
* profiles/prefix/linux: update parent pointers to 17.0 profilesFabian Groffen2018-01-254-4/+4
|
* prefix/winnt/profiles.bashrc: improve winnt helpersMichael Haubenwallner2018-01-241-10/+149
| | | | | | | | | | With Gentoo Parity wrapping the Visual Studio compiler, build systems unaware of Windows can create .so import libraries just fine. But Windows aware build systems do prefer .lib import libraries, so we do create .lib -> .so symlinks, resolved by Gentoo Parity later on again. Additionally, they don't know about the additional .dll to install. So we wrap the cp utility to also copy the dll when the library is copied.
* profiles/prefix/linux-standalone: direct users to migrate to 17.0.Benda Xu2018-01-174-0/+4
|
* profiles/prefix: rename beyond-kernel-? to kernel-?+Benda Xu2018-01-122-2/+2
| | | | In addition, mask python 3 USE flags for kernel-2.6.16+.
* profiles: prefix refactorization.Benda Xu2018-01-085-101/+2
| | | | legacy profiles explicitly refer to the kernel supported.
* profiles: Remove use.mask entries for missing/irrelevant flagsMichał Górny2017-12-3024-25/+0
| | | | | | | Remove the use.mask entries referencing USE flags that are not valid global USE flags and that are either not used by any packages in Gentoo or the packages using them are not keyworded for the relevant architectures.
* profiles/prefix/sunos: Remove non-existing ABI_SPARC flag settingsMichał Górny2017-12-302-4/+0
|
* profiles/prefix/windows: Remove obsolete package masksMichał Górny2017-12-301-5/+1
|
* profiles/prefix/sunos: Remove obsolete package masksMichał Górny2017-12-301-4/+0
|
* profiles/prefix/darwin: Remove obsolete package masksMichał Górny2017-12-301-25/+0
|
* profiles/prefix/aix: restore gcc unmask after c544a483Fabian Groffen2017-12-301-0/+2
| | | | Added a note to indicate that those ebuilds still come from the overlay
* profiles/prefix/darwin: Remove masks on removed package USE flagsMichał Górny2017-12-303-17/+2
|
* profiles/prefix/aix: Remove USE mask on removed versionMichał Górny2017-12-302-6/+1
|
* profiles/prefix/darwin/package.mask: remove libxslt maskFabian Groffen2017-12-271-4/+0
| | | | | | conditionalised the patch now Bug: https://bugs.gentoo.org/642248
* profiles/prefix/cygwin/profile.bashrc: xz-utils need -I, not -isystemMichael Haubenwallner2017-12-211-0/+13
| | | | | | During bootstrap-prefix.sh we set CPPFLAGS="-isystem .../usr/include", but on Cygwin xz-utils eventually use the windres compiler, which fails to understand the -isystem flag.
* profiles/cygwin/p.mask: drop >=coreutils-8.27, got patch in bug#638816Michael Haubenwallner2017-11-291-4/+0
|
* profiles/cygwin/p.mask: use current date (bug#638816)Michael Haubenwallner2017-11-291-1/+1
|
* profiles/cygwin/p.mask: >=coreutils-8.27, cygwin provides 8.26 for now, ↵Michael Haubenwallner2017-11-291-0/+4
| | | | bug#638816
* p/p/l-s/profile.bashrc: prefixify files-XXX.c in sys-libs/glibc.Benda Xu2017-11-291-1/+1
|
* profiles: Switch default PYTHON_TARGET to Python 3.5Michał Górny2017-11-281-7/+0
| | | | Closes: https://github.com/gentoo/gentoo/pull/6330
* profiles: Simplify video_cards_newport maskMatt Turner2017-11-2319-57/+0
| | | | | | newport is one of the graphics options for the SGI Indy, a MIPS system. video_cards_newport is already masked in profiles/arch/base/use.mask, so there's no need to remask it in all the profiles.
* profiles/prefix/darwin/package.mask: mask dev-libs/libxslt-1.1.30-r2, bug ↵Fabian Groffen2017-10-311-0/+4
| | | | #632214
* profiles/prefix/winnt: p.use.mask asm for opensslMichael Haubenwallner2017-10-021-0/+6
|
* profiles/prefix: add macOS High Sierra profileFabian Groffen2017-09-2221-0/+150
|
* profiles/prefix/aix: p.unmask gcc ~4.2.4/~4.8.4Michael Haubenwallner2017-09-182-5/+15
| | | | Only these versions have the patches for proper AIX support right now.