aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* check_eclasses_eapis.sh: respect ${EROOT}Sam James2022-03-141-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* check_eclasses_eapis.sh: use mktempSam James2022-03-141-2/+2
| | | | | | Means we respect TMPDIR. Signed-off-by: Sam James <sam@gentoo.org>
* check_eclasses_eapis.sh: needs gawk, not any awkSam James2022-03-131-4/+5
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* check_eclasses_eapis.sh: minor phrasing tweakSam James2022-03-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* check_eclasses_eapis.sh: Typo.Ulrich Müller2020-02-121-1/+1
| | | | | Fixes: 1fa7be95b899bc1d90d868f6864ee65be798063e Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* check_eclasses_eapis.sh: Add sanity check for metadata files.Ulrich Müller2020-02-121-1/+1
| | | | | | | | | | | Require a hyphen followed by a digit in their name, which must occur in a valid ${P} name. Otherwise the find will also pick up Manifest* files and recognize them as EAPI 0. Note that we cannot exclude Manifest* explicitly because it is a valid package name. Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* check_eclasses_eapis: Fix matrix script pathMichał Górny2018-08-121-1/+1
|
* check_eclasses_eapis: Run matrix generation as wellMichał Górny2018-08-121-0/+2
|
* check_eclasses_eapis: Include supported EAPIs in STATS.txtMichał Górny2018-08-121-0/+4
|
* check_eclasses_eapis.sh: Don't hardcode known EAPIs.Ulrich Müller2015-04-241-1/+5
|
* check_eclasses_eapis.sh: There is no "unsupported" EAPI.Ulrich Müller2014-08-241-1/+1
|
* check_eclasses_eapis.sh: Replace pquery call by find/awk command.Ulrich Müller2014-08-241-3/+23
| | | | Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* Replace the call of "portageq portdir" with "portageq get_repo_path / gentoo".Jorge Manuel B. S. Vicetto (jmbsvicetto)2014-06-281-1/+1
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Add also unsupported string for insanely fresh eapis.Tomas Chvatal2013-01-121-1/+1
|
* Learn about eapi5.Tomas Chvatal2012-11-291-1/+1
|
* check_eclasses_eapis.sh: Fix awk syntax.Ulrich Müller2012-02-031-2/+2
| | | | | This avoids false positives for eclasses whose name is a substring of another eclass's name. (Same for EAPIs.)
* check_eclasses_eapis.sh: Add README.html fileJeremy Olexa2011-04-201-0/+1
|
* Logic++Tomas Chvatal2011-03-291-1/+1
|
* fix thinkoJeremy Olexa2011-03-291-1/+1
|
* mkdir $DIR if not presentJeremy Olexa2011-03-291-1/+6
|
* Add some sanity checks and allow specification of workdir as argument ot script.Tomas Chvatal2011-03-291-0/+6
|
* Add few scripts of mine so it is not that emptyTomas Chvatal2011-02-101-0/+30
portqa: scan qa on ebuilds based on specified herd portdel: delete all files passed as arguments from cvs portcommit: just wrapper that runs echangelog+repoman check_eclasses_eapis.sh: check eapi distribution for all eclasses Note: portqa and check_eclasses require pkgcore stuff.