aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* bin/merge-driver-ekeyword: Move logic to a separate moduleMatt Turner2024-06-071-134/+2
* bin/merge-driver-ekeyword: Don't pass program name to main()Matt Turner2024-06-071-6/+6
* bin/merge-driver-ekeyword: Don't sys.exit() from main()Matt Turner2024-06-071-5/+5
* bin/merge-driver-ekeyword: Store merged output in correct locationMatt Turner2024-06-071-0/+3
* bin/merge-driver-ekeyword: Look for KEYWORDS changes in upstream commitMatt Turner2024-05-241-5/+9
* bin/merge-driver-ekeyword: Two blank lines after function defMatt Turner2024-05-241-0/+1
* bin/merge-driver-ekeyword: Remove unused importsMatt Turner2024-05-241-1/+1
* Migrate to PEP517 meson-python buildgentoolkit-0.6.3Zac Medico2023-10-124-3/+58
* bin/merge-driver-ekeyword: replace os.system with os.execlpMike Gilbert2023-08-291-4/+3
* bin/merge-driver-ekeyword: mangle exit code correctlySam James2023-08-291-3/+5
* bin/merge-driver-ekeyword: fix compatibility with >=git-2.42.0Sam James2023-08-291-1/+1
* Run `pyupgrade --py39-plus`Sam James2023-08-073-7/+7
* Support the NO_COLOR environment variableUlrich Müller2023-03-221-8/+10
* ebump: Use `git rev-parse --is-inside-work-tree`Michał Górny2022-12-031-1/+1
* ebump: Replace which(1) with `command -v`Michał Górny2022-12-031-1/+1
* revdep-rebuild.sh: Create its cache dir if it doesn't existBrian Dolbec2022-07-111-1/+2
* revdep-rebuild.sh: use awk instead of gawkHadrien Lacour2022-07-091-9/+19
* metadata.py: Don't fail on unmatched packageMarco Sirabella2022-07-081-0/+10
* euse: egrep -> grep -ESam James2022-05-151-13/+13
* */*: drop obsolete Changelog referencesSam James2022-02-091-35/+0
* Change tabs to spaces (using autopep8). Also, format repo using black.Wolfgang E. Sanyer2021-09-2011-173/+173
* bin: Fix type annotationsMatt Turner2021-03-111-11/+10
* bin: Handle case of no KEYWORD removalsMatt Turner2021-02-241-4/+5
* bin: Add merge-driver-ekeywordMatt Turner2020-12-311-0/+132
* Remove $Header$Matt Turner2020-12-207-14/+0
* Remove imports from __future__Matt Turner2020-12-2010-25/+4
* euse: don't fail on repos missing use.descBen Kohler2020-03-161-1/+2
* glsa-check moved to portage repository (bug 463952)Zac Medico2019-08-181-418/+0
* update old Gentoo project nameMike Frysinger2017-03-226-6/+6
* imlate: Initial updates for the gentoolkit eco-systemBrian Dolbec2017-03-221-0/+45
* ekeyword: Initial updates for gentoolkit eco-systemBrian Dolbec2017-03-221-0/+45
* ebump: Add to setup.py, minor update to man pageBrian Dolbec2017-03-221-3/+4
* Add README 'Motivation' info to the scriptBrian Dolbec2017-03-221-1/+4
* Initial move of ebump main files to new gentoolkit locationsBrian Dolbec2017-03-221-0/+389
* eread: Fix bash error when the elog directory is emptyPaul Varner2016-10-171-62/+62
* glsa-check: Apply list only affected versions patch from bug 400763Paul Varner2016-06-061-4/+8
* euse: Fix 'grep: Unmatched ( or \(' errors with euse -iPaul Varner2015-06-021-1/+1
* euse: Fix PORTDIR deprecation message. Bug 505160Paul Varner2015-04-231-61/+16
* Fix eread to only display elog files. (Bug 534686)Paul Varner2015-01-231-3/+3
* revdep-rebuild.sh: Look for issues with symbols. (Bug 63643)Paul Varner2014-11-111-2/+36
* Fix gawk warning escape sequence \. treated as plain. Bug 526400Paul Varner2014-10-241-1/+1
* Update revdep-rebuild.sh to use new path for functions.sh. (Bug 373219)Paul Varner2014-03-061-1/+10
* revdep_rebuild: Remove bin/revdep-ng accidently merged in.Brian Dolbec2014-02-121-51/+0
* Merged revdep-rebuild branchslis2014-01-211-0/+51
|\
| * new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen2011-04-241-0/+51
* | Handle numbers in package namesVikraman Choudhury2013-11-211-1/+1
* | revdep-rebuild.sh: Change la_SEARCH_DIRS to use the library paths fromPaul Varner2013-11-191-1/+1
* | euse: use portageq for get_portdir function unconditionally.Paul Varner2013-11-051-15/+3
* | Add fallback to using portageq for get_portdir function.Paul Varner2013-09-101-0/+8
* | Fix Ctrl-C handling when running emerge (Bug 476740).Paul Varner2013-09-101-1/+2