summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bash-completion-r1.eclass: fix typo in eclassdoc function nameSam James2022-03-251-2/+2
| | | | | | Caused EclassDocMissingFunc. Signed-off-by: Sam James <sam@gentoo.org>
* bash-completion-r1.eclass: Add EAPI 8 supportMichał Górny2021-07-171-5/+10
| | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
* bash-completion-r1.eclass: fix grammar in commentSam James2021-03-311-3/+3
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* eclass: [QA] Revert multiple meaningless doc changesMichał Górny2020-12-281-3/+2
| | | | | | | | | | | Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny <mgorny@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>
* eclass/bash-completion-r1: fixup documentationAaron Bauman2020-12-161-1/+2
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* bash-completion-r1.eclass: minor @USAGE syntax fixesBen Kohler2020-03-311-2/+2
| | | | Signed-off-by: Ben Kohler <bkohler@gentoo.org>
* bash-completion-r1.eclass: add @SUPPORTED_EAPISMichał Górny2018-08-151-0/+1
|
* bash-completion-r1.eclass: Sanitize insoptsMichał Górny2018-06-131-0/+2
| | | | | Sanitize insopts when calling doins, in order to avoid prior insopts calls accidentally affecting do*/new* functions defined by the eclass.
* bash-completion-r1.eclass: Allow EAPI 7 (no changes)Michał Górny2018-05-071-2/+2
|
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* bash-completion-r1.eclass: Enable EAPI 6Michał Górny2015-11-291-1/+1
|
* bash-completion-r1.eclass: bashcomp_alias, always return on first failureMichał Górny2015-11-291-1/+2
| | | | | Return from bashcomp_alias on the first dosym failure if nonfatal is used.
* bash-completion-r1.eclass: Die on pkg-config getter failureMichał Górny2015-11-291-2/+3
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+134
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