summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles: remove ruby stuff from arm, bug #615818Markus Meier2017-07-111-3/+0
| | | | Signed-off-by: Markus Meier <maekke@gentoo.org>
* Move current ruby22 status into arch profiles, bug 615818Hans de Graaff2017-04-171-0/+4
| | | | | | | | | | | | | | Mask ruby_targets_ruby22 in the use.stable.mask of each arch and set RUBY_TARGETS to ruby21 in the make.defaults for each arch. This makes it possible to update the defaults in the main profile for a stable ruby:2.2 slot and consequently to mark ruby:2.2 stable on each arch in turn making sure that users of that arch will not end up with conflicting settings (e.g. stable ruby:2.2 but RUBY_TARGETS="ruby21"). Each arch is expected to remove these temporary entries as they mark ruby:2.2 stable, as per the instructions in bug 615818.
* profiles: Add CPU_FLAGS_ARM to USE_EXPANDMichał Górny2017-03-231-0/+4
| | | | | Add it as hidden USE_EXPAND in top-level profiles, and unhide in specific arch profiles.
* profiles: Drop more video_cards_omapfb/video_cards_v4l.Matt Turner2017-03-021-1/+1
|
* profiles: Fix unquoted var references in make.defaultsMichał Górny2017-01-211-1/+1
| | | | | | | | Fix variable references in make.defaults to always use double quotes, as required by PMS 5.2.4: > Each line contains a single VAR="value" entry, where the value must be > double quoted.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+20
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