aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Update revdep-rebuild to use extended regular expressions instead of basic re...fuzzyray2010-02-051-2/+2
| * Fix revdep-rebuild to parse include statements in /etc/ld.so.conf (Bug 298651...fuzzyray2010-02-041-2/+21
| * Merge genscripts revision 191fuzzyray2010-02-021-1/+1
| * Check for eerror in die() since an invalid option(long) oridl0r2010-01-311-1/+11
| * Set environment using 'portageq -v' (Bug 300229)fuzzyray2010-01-111-22/+11
| * Update Copyright date headersfuzzyray2010-01-075-7/+7
| * Fix revdep-rebuild to properly honor PORTAGE_NICENESS as an incremental to th...fuzzyray2009-12-171-1/+3
| * Replace epkginfo with 'equery meta'. The original script is available in the ...fuzzyray2009-12-141-234/+29
| * Merge genscripts rev 130fuzzyray2009-12-111-20/+13
| * Workaround for bug 280341.idl0r2009-12-101-5/+9
| * Update usage statement to contain version and copyright informationfuzzyray2009-12-091-5/+5
| * Fix bug with epkginfo not displaying keywords correctly for highest visible v...fuzzyray2009-12-081-1/+1
| * Merge rev 113 from djanderson's genscripts repofuzzyray2009-12-085-63/+82
| * Speedup portageq queries. Include FuzzyRay's patch to respect EMERGE_DEFAULT_...idl0r2009-10-301-9/+35
| * Use realpath in get_file_owner to be able to get the package containing e.g. ...idl0r2009-10-281-2/+9
| * Don't add an additional new line at the end of file.idl0r2009-10-261-0/+1