| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/680828
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a new targets/desktop/gnome/systemd profile, which parents
targets/desktop/gnome and targets/systemd, like the specific gnome
systemd profiles did. Change all these specific user exposed
desktop/gnome/systemd profiles to go through that instead of directly
to targets/systemd. This will allow us to do package.use,
make.defaults (default USE flags) and other tweaks separate from the
main gnome profile, which is now also used for non-systemd (elogind).
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
|
|
|
|
| |
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
The default install of KDE Plasma requires the setting of
sys-fs/dbus[user-session]. However if net-wireless/bluez is
already installed, this could lead to a conflict.
Add a few package.use files to preempt this on the most common and
likely profiles that are used.
Signed-off-by: Brian Evans <grknight@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'dev' profiles were intended to be used only for emul packages.
These are long gone from ::gentoo in favour of multilib.
The change removes the following:
default/linux/amd64/dev
default/linux/amd64/dev/32bit-userland
None of these profiles are in profiles.desc.
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: M. J. Everitt <m.j.everitt@iee.org>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
| |
|
|
|
|
|
|
|
| |
Advanced users may want /lib and/or /usr/lib to point somewhere else
This checks what should not be and warns but still lets those
advanced people do what they like.
|
|
|
|
| |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
|
|
|
|
|
|
|
| |
This restructuring brings the musl profiles into conformity
with the glibc profiles for amd64, arm and x86. Yet to be
done are the profiles for ppc and mips.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
|
|
|
|
|
| |
The reason to check this phase is that cleanup is safe and die hooks
are set in portage (if any). This also gives a resonable error message
to anyone with --quiet-build=y in portage
|
|
|
|
| |
a symlink
|
|
|
|
|
|
|
|
|
|
| |
| name | linux | glibc |
|----------------+------------------+-------|
| kernel-2.6.16+ | [2.6.16, 2.6.32) | <2.20 |
| kernel-2.6.32+ | [2.6.32, 3.2) | <2.24 |
| kernel-3.2+ | [3.2, latest) | latest|
See-Also: https://archives.gentoo.org/gentoo-dev/message/22204d747bd1c20311eecab403a4e25e
|
| |
|
| |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/506276
|
|
|
|
|
|
|
|
| |
Move the custom Gentoo SYMLINK_LIB=yes setup to arch/amd64/lib32
subprofile, making the top profile SYMLINK_LIB=no at the same time.
Update the inheritance tree so that all current profiles switch to
the sub-profile, and remove redundant SYMLINK_LIB=no overrides
in arch/amd64/x32 sub-profile.
|
|
|
|
|
|
|
| |
Refactor the inheritance of arch/amd64 profile by moving it from
default/linux/amd64 profile to the versioned sub-profiles. This will
make it easier to use different variants of the top profile
in specific subprofiles.
|
| |
|
| |
|
| |
|
|
|
|
| |
entry)
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
| |
|
| |
|
| |
|
|
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
|