| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
A bit late in the game, but having two pythons in PYTHON_SINGLE_TARGET
results in some interesting fireworks with Portage's depgraphs, so
don't. Since we're on 3.7 for a while now, and base is on it too, our
life is simpler and we can just drop 2.7 from PYTHON_TARGETS.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
|
|
|
|
|
| |
ruby22 and ruby23 aren't in base anymore either, so our override isn't
necessary any more
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
|
|
|
|
|
|
| |
As per discussion on -alt ML, drop python2_7 from default, Prefix will
use Python 3 only (with Python 2 being supported if the user wants it)
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
|
| |
|
| |
|
|
|
|
|
| |
We need to drop unwanted base profile values, especially for
PYTHON_SINGLE_TARGET.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Aim for Ruby-2.4 and Python-2.7 & 3.6.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
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
|