summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* profiles/base: add app-alternatives/{awk,bzip2,gzip,sh,tar} to @systemSam James2022-12-281-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Before this commit, nothing pulls in app-alternatives/sh, so we're relying on app-shells/bash handling /bin/sh as an orphaned symlink (which is one of the big things we're trying to move away from). - Add in the others (app-alternatives/{awk,bzip2,gzip,tar}) to allow setup via /etc/portage/package.use without adding these to @world manually, this also lays the ground work for at some point removing specific implementations in the future (after making sure ebuilds which need specific impls. depend on them). - Note that there's two exceptions: 1. app-alternatives/yacc No need to explicitly add into @system, because we previously had virtual/yacc so it'll get pulled in by ebuild dependencies anyway. 2. app-alternatives/lex We never had virtual/lex before and packages very often explicitly depend on sys-devel/flex. But this isn't a big deal given it's very unlikely that a user wants to try modify lex yet and reflex is still very new as an option in Gentoo. That is, as time goes on and we test more to ensure it works with any lex, it'll get pulled in as various ebuilds get updated anyway. - We keep app-arch/bzip2 & app-arch/gzip in @system for now because PMS is clear they must be available and I'd rather be conservative for now, as we want to get the change in this commit in to minimise disruption wrt the app-alternatives migration, but I'd like to revisit this another time. Bug: https://bugs.gentoo.org/886017 Bug: https://bugs.gentoo.org/886247 Signed-off-by: Sam James <sam@gentoo.org>
* base/packages: Add app-admin/eselect explicitlyAndreas K. Hüttel2021-08-221-0/+1
| | | | | | | | eselect used to be a hard dependency (PDEPEND) of python. This is not the case anymore, but it's still expected to be present during stage builds, leading to (so far luckily harmless) errors. Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
* */*: Update copyright line for files touched in 2019 and 2020.Ulrich Müller2020-12-231-1/+1
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* profiles/base: replace modutils with kmodMikle Kolyada2020-08-081-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17039 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* profiles: replace shadow virtualMikle Kolyada2020-03-071-1/+1
| | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* profiles: remove sys-apps/openrc from @systemMike Gilbert2017-12-111-2/+0
| | | | Closes: https://bugs.gentoo.org/511500
* 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/base: drop commented entries from packagesMike Gilbert2016-10-251-10/+0
|
* profiles/base: require >=sys-devel/patch-2.7 for @systemMike Gilbert2016-09-141-1/+1
| | | | This version introduced support for git-formatted patches.
* profiles: use bash:0 SLOT when it makes sense #577974Mike Frysinger2016-03-281-1/+1
| | | | | Most of the time we actually want the main SLOT=0 of bash and not any of the alternative dev-testing only versions.
* profiles: @system: force >=findutils-4.4Mike Frysinger2016-02-101-1/+3
| | | | | | | Some packages/eclasses started adding a DEPEND on recent findutils as they wanted to use newer POSIX syntax ("-exec +"). Since this usage is throughout the tree and most don't bother depending on it, force the @system to pull in a recent version.
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+77
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