aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
...
* | Switch revdep-rebuild to python version.Paul Varner2011-07-123-1245/+1245
* | new /bin/revdep-ng script. revamp rebuild.py for a better api.dol-sen2011-07-121-0/+51
* | Merge branch 'gentoolkit' of git+ssh://overlays.gentoo.org/proj/gentoolkit in...Christian Ruppert2011-05-283-68/+87
|\ \
| * | Change revdep-rebuild to no longer determine the build order. Insteadgentoolkit-0.3.0.4Paul Varner2011-05-241-12/+22
| * | Fix revdep-rebuild to use the ORDER_FILE for the final emerge command. Bug 36...Paul Varner2011-05-231-2/+2
| * | Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Paul Varner2011-05-111-3/+3
| |\ \
| | * | analyse namespace change to enalyze and standardize the spelling to use the '...dol-sen2011-05-111-3/+3
| * | | Fix euse to treat PORTDIR the same as an overlay for purposes of printing the...Paul Varner2011-05-111-8/+4
| |/ /
| * | Fix euse to print proper statement for egencache. Bug 366673Paul Varner2011-05-101-10/+10
| * | Change chmod 700 to chmod 600 when changing permissions on the cache files. B...Paul Varner2011-05-101-1/+1
| * | fix python-3 compatibility for euse bug 364081gentoolkit-0.3.0.1Brian Dolbec2011-04-231-8/+8
| * | Latest euse changes from Jared HancockPaul Varner2011-03-281-33/+46
* | | Fix some pylint complainsChristian Ruppert2011-02-261-3/+3
|/ /
* | Fix small typoPaul Varner2011-02-251-1/+1
* | Apply latest changes from Jared HancockPaul Varner2011-02-251-73/+48
* | Fix whitespacePaul Varner2011-02-251-17/+17
* | Fix unicode vs. bytes issue in glsa-check (#341293)Andy Kittner2011-01-281-7/+10
* | Add gentoolkitNonZeroExit exceptionPaul Varner2011-01-061-0/+2
* | Updated fix for partially matching use flags.Paul Varner2011-01-051-1/+1
* | Added updates from Jared Hancock.Paul Varner2011-01-041-27/+22
* | Fix bug where a use flag was partially matching a masked use flag.Paul Varner2011-01-041-2/+2
* | Add remove option.Paul Varner2011-01-041-28/+54
* | Change mode of eshowkw to 0755Paul Varner2010-12-311-0/+0
* | Merge branch 'gentoolkit' into eusePaul Varner2010-12-288-1221/+452
|\|
| * Make euse prefix awarefuzzyray2010-11-241-2/+3
| * Update euse to look for portage config files in new as well as old paths. Bug...fuzzyray2010-11-241-14/+54
| * Revert previous changes to euse, changes will need to be more extensivefuzzyray2010-11-231-14/+7
| * Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. Bug...fuzzyray2010-11-231-7/+14
| * Fix typos in previous commit.scarabeus2010-11-021-1/+2
| * Fix arg parsing everywhere for eshowkw.scarabeus2010-11-021-2/+1
| * Fix broken include.scarabeus2010-10-281-2/+2
| * Initial commit of eshowkw, which is drop-in replacement for eshowkw from gent...scarabeus2010-10-281-0/+9
| * Don't match package names in /var/db/pkg that begin with a '-'. Thisfuzzyray2010-09-231-1/+3
| * Replace portage.db[/] with portage.db[portage.root] so that root is not hardc...fuzzyray2010-05-131-2/+2
| * revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might idl0r2010-05-061-35/+41
| * Restore follow symlinks option (-L) to the find /var/db/pkg command so that r...fuzzyray2010-04-281-1/+1
| * euse: Make python code of euse python-3 compatible, thanks to Arfreveridl0r2010-04-171-1/+1
| * euse: Fix check for /etc/make.profile.idl0r2010-04-111-1/+2
| * euse: Fix query to get USE, bug 181309, thanks to Jean-Baptiste Rouaultidl0r2010-04-061-1/+1
| * revdep-rebuild: Use EMERGE_OPTIONS _after_ EMERGE_DEFAULT_OPTS to allow overw...gentoolkit-0.3.0_rc10idl0r2010-04-011-2/+2
| * revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it.idl0r2010-03-311-1/+1
| * epkginfo: Fix epkginfo to handle ambiguous package names.idl0r2010-03-311-0/+13
| * Merge genscripts rev 406fuzzyray2010-03-241-1/+1
| * Update to genscripts rev 382. This has more fixes for py3k and the modular re...fuzzyray2010-03-122-819/+33
| * sync with genscripts rev 343. This adds the initial py3k support and the anal...fuzzyray2010-03-097-127/+190
| * glsa-check: hide non-vuln glsas in quiet modevapier2010-03-071-5/+12
| * Fix VERSION string caused by previous patchingfuzzyray2010-03-011-1/+1
| * Fix missing quotation markfuzzyray2010-03-011-1/+1
| * Fix extended regular expression support in revdep-rebuildfuzzyray2010-03-011-3/+3
| * Keep sed from complaining when the directory in an include directory is emptyfuzzyray2010-02-151-1/+1