summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/ia64: Add '~ia64' to ACCEPT_KEYWORDSMatt Turner2020-04-031-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/ia64: Drop temporary RUBY_TARGETSMatt Turner2020-04-011-4/+0
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/arch: turn off ruby25 in RUBY_TARGETSHans de Graaff2019-07-221-1/+1
| | | | | | | | | | This is needed to overrule the ruby25 target in the base make.defaults. Otherwise this ruby target will be set for all stable profiles without ruby itself being stable. Fixes: https://bugs.gentoo.org/690300 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles/arch: mask ruby:2.5 for each archHans de Graaff2019-07-171-0/+4
| | | | | | | | | | This is needed for ruby 2.5 stable bug 688976 and allows each arch to mark ruby 2.5 stable independently. Add a use.stable.mask for ruby_targets_ruby25 and sets RUBY_TARGETS to ruby24 only. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles: Update all files to YYYY-MM-DD date format.Ulrich Müller2019-07-011-4/+4
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles: Remove tdfx/voodooMatt Turner2019-04-021-1/+1
| | | | | Bug: https://bugs.gentoo.org/679256 Signed-off-by: Matt Turner <mattst88@gentoo.org>
* profiles/arch/ia64: unmask RUBY_TARGETS=ruby24, bug #661262Sergei Trofimovich2018-12-011-4/+0
| | | | | Bug: https://bugs.gentoo.org/661262 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* profiles/arch/*/make.defaults: tweak RUBY_TARGETS overrideSergei Trofimovich2018-11-281-1/+1
| | | | | | | | | | | | | Unfortunately RUBY_TARGETS does not have merge semantics and just overrides value from parent profile. Thus RUBY_TARGETS="ruby23 -ruby24" is not valid and yields error spam like: Invalid '-' operator in non-incremental variable 'RUBY_TARGETS': '-ruby24' Just drop RUBY_TARGETS="-ruby" part. The change should be a no-op. Bug: https://bugs.gentoo.org/671064 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* profiles/arch/*/make.defaults: properly overwrite ruby24Hans de Graaff2018-11-131-1/+1
| | | | | | | | | The RUBY_TARGETS setting is cumulative so we need to actively turn off ruby24 to overwrite the setting in base/make.defaults. Fixes: https://bugs.gentoo.org/671064 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles/arch: prepare for ruby24 stable bugHans de Graaff2018-11-121-0/+4
| | | | | | | | | | Mask ruby_targets_ruby24 in each arch with stable ruby and set RUBY_TARGETS for each arch to ruby23, so that each arch can stable ruby24 in their own time. See bug 661262 for more details. Signed-off-by: Hans de Graaff <graaff@gentoo.org>
* profiles: ia64: enable USE=libtirpc by default, bug 657148Sergei Trofimovich2018-06-021-0/+5
| | | | | Bug: https://bugs.gentoo.org/657148 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* profiles: Drop vesa from VIDEO_CARDS where xf86-video-vesa is not keywordedMatt Turner2018-05-081-1/+1
| | | | I'm dropping ia64 keywords in the next patch.
* profiles: Remove dead video cards from VIDEO_CARDS defaultsMatt Turner2018-05-081-1/+1
|
* profiles/arch/ia64: unmask ruby-2.3, bug #639476Sergei Trofimovich2018-02-181-4/+0
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Move current ruby23 status into arch profiles, bug 639476Hans de Graaff2018-01-211-0/+4
| | | | | | | | | | | | | | Mask ruby_targets_ruby23 in the use.stable.mask of each arch and set RUBY_TARGETS to ruby22 in the make.defaults for each arch. This makes it possible to update the defaults in the main profile for a stable ruby:2.3 slot and consequently to mark ruby:2.3 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.3 but RUBY_TARGETS="ruby22"). Each arch is expected to remove these temporary entries as they mark ruby:2.3 stable, as per the instructions in bug 639476.
* profiles/arch/ia64: dev-lang/ruby-2.2.6 ia64 stable, bug #615818Sergei Trofimovich2017-06-051-4/+0
| | | | Signed-off-by: Sergei Trofimovich <slyfox@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.
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+29
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