summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/features: Remove remaining USE=gcc64 refsMichał Górny2017-01-213-15/+2
|
* profiles: Clean up obsolete use.force/use.force entriesMichał Górny2017-01-201-4/+1
|
* profiles/features: Clean obsolete package.use* entriesMichał Górny2017-01-204-28/+4
|
* profiles: Clean up multiple obsolete package.mask entriesMichał Górny2017-01-191-16/+1
| | | | | Clean up most of the old package.mask entries that correspond to removed packages.
* profiles/features/prefix/package.mask: cleanup antiquated masksFabian Groffen2017-01-101-70/+1
|
* profiles/features/prefix/package.mask: lift old mask, bug #265276Fabian Groffen2017-01-101-7/+0
|
* profiles: Mask app-admin/systemdgenie for selinuxJohannes Huber2016-12-251-0/+1
|
* 64bit-native/package.mask: Removed virtualbox packages.Lars Wendler2016-11-221-3/+0
|
* profiles: remove DRACUT_MODULES USE_EXPANDMike Gilbert2016-11-161-1/+0
| | | | This is no longer utilized by any version of dracut still in the repo.
* package.use.mask: mask wayland USE for selinuxGilles Dartiguelongue2016-11-121-0/+1
| | | | systemd dependency moved during 3.22 bump.
* www-misc/profile-sync-daemon: add 6.28 and 9999 versionsoredake2016-11-101-0/+7
|
* profiles/features/prefix/make.defaults: disable user* features.Benda Xu2016-10-241-1/+5
|
* profiles/features/selinux: drop unused maskJason Zaman2016-09-151-4/+0
|
* profiles: Mask Steam-related packages on 64bit-native profilesJames Le Cuirot2016-08-131-1/+9
|
* profiles: mask memtest86+[floppy] when grub:0 is maskedMike Frysinger2016-08-111-0/+4
|
* profiles: drop memtest86 from non-multilib profiles #510496Mike Frysinger2016-08-111-2/+0
| | | | | | These packages shouldn't have userland code which needs 32-bit support, just a gcc that can produce 32-bit code. Since all of our toolchains are biarch now, this should be fine.
* profiles/f/p/package.use.mask: mask hardware features of eudev on Prefix.Benda Xu2016-08-011-0/+4
|
* p/f/prefix/s/legacy: python-3.3 fails on linux-2.6.18. Mask.Benda Xu2016-06-042-3/+15
|
* profiles: add linux standalone legacy profile for <linux-2.6.32.Benda Xu2016-06-042-0/+12
| | | | mask python-3.4
* p/f/p/package.mask: sys-apps/baselayout-prefix should only be used in ↵Benda Xu2016-05-263-8/+5
| | | | prefix-rpath.
* gnome-extra/chrome-gnome-shell: new packageYuri Konotopov2016-04-301-0/+1
| | | | | | | | | | Native host messaging program and web extension for Google Chrome browser (and derivatives) that provides integration with GNOME Shell and the corresponding extensions repository https://extensions.gnome.org Closes: https://github.com/gentoo/gentoo/pull/1041 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* profiles/features/prefix: by default, disable USE=xattrMichael Haubenwallner2016-04-191-0/+4
|
* profiles: sandbox: enable all multilibs by default #579122Mike Frysinger2016-04-051-0/+7
|
* profiles: Drop obsolete mask for sci packagesJustin Lecher2016-04-031-1/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* profiles/features/prefix/make.defaults: drop python targets override, we've ↵Fabian Groffen2016-01-061-3/+0
| | | | got all versions
* profiles: Mask pypy support for app-portage/flaggie on selinuxJustin Lecher2015-12-051-0/+1
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=567450 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* More masks are needed for selinux vs. systemd issuesPacho Ramos2015-11-212-0/+3
|
* More masks are needed for selinux vs. systemd issuesPacho Ramos2015-11-211-0/+1
|
* More masks are needed for selinux vs. systemd issuesPacho Ramos2015-11-202-0/+10
|
* features/selinux/package.use.mask: more things need to be masked because of ↵Pacho Ramos2015-11-192-0/+4
| | | | systemd missing
* profiles/features/prefix: Clean up misnamed changelog.Robin H. Johnson2015-11-081-28/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* profiles: Unmask vmware-player on no-multilib, should work fine by nowAndreas K. Huettel (dilfridge)2015-09-191-1/+0
|
* add app-emulation/rkt[rkt_stage1_src] to ↵Alex Brandt2015-09-061-0/+4
| | | | | | | | | profiles/features/selinux/package.use.mask app-emulation/rkt[rkt_stage1_src] depends on systemd which is incompatible with selinux at this time. Thus, we mask this flag. Signed-off-by: Alex Brandt <alunduil@gentoo.org>
* SELinux profile: add net-firewall/fwknop to maskJason Zaman2015-09-051-0/+1
| | | | | | | version 2.6.7 will have a dep on firewalld. Mask the USE-flag so it can be added to the tree. https://bugs.gentoo.org/558754
* profiles: Switch URLs to https if possibleJustin Lecher2015-08-242-3/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0853-0/+838
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