summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: Clean py2.7 leftoversMichał Górny2021-01-311-6/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* profiles/prefix: update PYTHON_*TARGET?Fabian Groffen2020-06-051-2/+1
| | | | | | | | | 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>
* profiles/prefix/make.defaults: drop RUBY_TARGETSFabian Groffen2020-03-261-3/+0
| | | | | | | 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>
* profiles/prefix/makde.defaults: drop python2_7 from PYTHON_TARGETSFabian Groffen2019-05-311-5/+5
| | | | | | | 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>
* 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/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: update RUBY_TARGETSFabian Groffen2017-06-211-0/+3
|
* profiles/prefix: re-mask python_targets_python3_4 again, we can't negate stuffFabian Groffen2017-06-211-3/+3
|
* profiles/prefix: set PYTHON_SINGLE_TARGET, avoid python-3.4Fabian Groffen2017-06-211-1/+2
|
* profiles/prefix: PYTHON_TARGETS is not incremental: just set to 2_7+3_5Michael Haubenwallner2017-04-051-1/+1
|
* profiles/prefix: disable python3_4, we have 3_5 already (#575096)Michael Haubenwallner2017-04-031-1/+1
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* profiles/prefix/make.defaults: add python3_5 to PYTHON_TARGETSFabian Groffen2016-01-211-0/+5
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+12
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