summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* multibuild.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* multibuild.eclass: Enable EAPI 7 (no changes)Michał Górny2018-05-071-2/+2
|
* multibuild.eclass: Revert "Reap stray subjobs before exiting sub-phase"Michał Górny2017-04-151-12/+0
| | | | | | | The code wrongly relies on 'bash -n' which is not available in bash 4.2. Bug: https://bugs.gentoo.org/615642 Reverts: e5e4a35151f64b423c4201a30270a236dab3bf58
* multibuild.eclass: Reap stray subjobs before exiting sub-phaseMichał Górny2017-04-141-0/+12
| | | | | | | Alike the PMS-defined phases, sub-phases do not support leaving jobs behind. To avoid leaving something accidentally, make sure to reap all jobs (i.e. wait) post running the command. Warn if any stray processes are found since that indicates a bug in ebuild.
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* multibuild.eclass: _copy_sources(), use 'cp -R' for BSD compat, #568692Michał Górny2015-12-191-1/+1
| | | | | | | Use 'cp -R' for multibuild_copy_sources() as the '-r' option triggers triggers undesired '-L' behavior wrt symbolic links. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=568692
* multibuild.eclass: Enable EAPI 6Michał Górny2015-11-281-1/+1
|
* multibuild.eclass: Ban multibuild_parallel_foreach_variant in EAPI 6Michał Górny2015-11-281-0/+2
|
* eclass: fix various doc errors #537392Mike Frysinger2015-08-141-1/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+269
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