summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2010-12-31Change mode of eshowkw to 0755Paul Varner
2010-12-28Merge branch 'gentoolkit' into eusePaul Varner
Conflicts: bin/euse
2010-12-28Added euse from bug 259318Paul Varner
2010-11-24Make euse prefix awarefuzzyray
svn path=/trunk/gentoolkit/; revision=869
2010-11-24Update euse to look for portage config files in new as well as old paths. ↵fuzzyray
Bug 346519 svn path=/trunk/gentoolkit/; revision=868
2010-11-23Revert previous changes to euse, changes will need to be more extensivefuzzyray
svn path=/trunk/gentoolkit/; revision=867
2010-11-23Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. ↵fuzzyray
Bug 346519 svn path=/trunk/gentoolkit/; revision=866
2010-11-02Fix typos in previous commit.scarabeus
svn path=/trunk/gentoolkit/; revision=845
2010-11-02Fix arg parsing everywhere for eshowkw.scarabeus
svn path=/trunk/gentoolkit/; revision=843
2010-10-28Fix broken include.scarabeus
svn path=/trunk/gentoolkit/; revision=834
2010-10-28Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵scarabeus
gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831
2010-09-23Don't match package names in /var/db/pkg that begin with a '-'. Thisfuzzyray
prevents us from matching -MERGING entries. (Bug 338031) svn path=/trunk/gentoolkit/; revision=814
2010-05-13Replace portage.db[/] with portage.db[portage.root] so that root is not ↵fuzzyray
hardcoded svn path=/trunk/gentoolkit/; revision=782
2010-05-06revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might idl0r
improve that a bit more in the future. svn path=/trunk/gentoolkit/; revision=780
2010-04-28Restore follow symlinks option (-L) to the find /var/db/pkg command so that ↵fuzzyray
revdep-rebuild works even when /var/db/pkg is a symlink. (Bug #317571) svn path=/trunk/gentoolkit/; revision=777
2010-04-17euse: Make python code of euse python-3 compatible, thanks to Arfreveridl0r
Frehtes Taifersar Arahesis <arfrever@gentoo.org>. svn path=/trunk/gentoolkit/; revision=775
2010-04-11euse: Fix check for /etc/make.profile.idl0r
Check if its readable and a directory instead of checking if its a link, thanks to Phillip Brink (ohnobinki) <ohnobinki@ohnopublishing.net>. svn path=/trunk/gentoolkit/; revision=772
2010-04-06euse: Fix query to get USE, bug 181309, thanks to Jean-Baptiste Rouaultidl0r
<jbrouault@gmail.com>. svn path=/trunk/gentoolkit/; revision=767
2010-04-01revdep-rebuild: Use EMERGE_OPTIONS _after_ EMERGE_DEFAULT_OPTS to allow ↵idl0r
overwriting, bug 307023, thanks to Albert W. Hopkins <marduk@python.net>. svn path=/trunk/gentoolkit/; revision=765
2010-03-31revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it.idl0r
svn path=/trunk/gentoolkit/; revision=763
2010-03-31epkginfo: Fix epkginfo to handle ambiguous package names.idl0r
svn path=/trunk/gentoolkit/; revision=762
2010-03-24Merge genscripts rev 406fuzzyray
svn path=/trunk/gentoolkit/; revision=756
2010-03-12Update to genscripts rev 382. This has more fixes for py3k and the modular ↵fuzzyray
rewrite of eclean. svn path=/trunk/gentoolkit/; revision=755
2010-03-09sync with genscripts rev 343. This adds the initial py3k support and the ↵fuzzyray
analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751
2010-03-07glsa-check: hide non-vuln glsas in quiet modevapier
svn path=/trunk/gentoolkit/; revision=750
2010-03-01Fix VERSION string caused by previous patchingfuzzyray
svn path=/trunk/gentoolkit/; revision=749
2010-03-01Fix missing quotation markfuzzyray
svn path=/trunk/gentoolkit/; revision=748
2010-03-01Fix extended regular expression support in revdep-rebuildfuzzyray
svn path=/trunk/gentoolkit/; revision=747
2010-02-15Keep sed from complaining when the directory in an include directory is emptyfuzzyray
svn path=/trunk/gentoolkit/; revision=742
2010-02-05Update revdep-rebuild to use extended regular expressions instead of basic ↵fuzzyray
regular expressions. (Bug 143498) svn path=/trunk/gentoolkit/; revision=740
2010-02-04Fix revdep-rebuild to parse include statements in /etc/ld.so.conf (Bug ↵fuzzyray
298651). It will break with spaces in paths, so it needs a little bit more work before release. svn path=/trunk/gentoolkit/; revision=739
2010-02-02Merge genscripts revision 191fuzzyray
svn path=/trunk/gentoolkit/; revision=737
2010-01-31Check for eerror in die() since an invalid option(long) oridl0r
missing arg will end up in calling die() before /etc/init.d/functions.sh has been sourced. svn path=/trunk/gentoolkit/; revision=735
2010-01-11Set environment using 'portageq -v' (Bug 300229)fuzzyray
svn path=/trunk/gentoolkit/; revision=734
2010-01-07Update Copyright date headersfuzzyray
svn path=/trunk/gentoolkit/; revision=731
2009-12-17Fix revdep-rebuild to properly honor PORTAGE_NICENESS as an incremental to ↵fuzzyray
the current nice level. (Bug 297174) svn path=/trunk/gentoolkit/; revision=724
2009-12-14Replace epkginfo with 'equery meta'. The original script is available in the ↵fuzzyray
deprecated directory in the gentoolkit repository svn path=/trunk/gentoolkit/; revision=723
2009-12-11Merge genscripts rev 130fuzzyray
svn path=/trunk/gentoolkit/; revision=721
2009-12-10Workaround for bug 280341.idl0r
Use maxcount option for grep when looking for file owner. svn path=/trunk/gentoolkit/; revision=717
2009-12-09Update usage statement to contain version and copyright informationfuzzyray
svn path=/trunk/gentoolkit/; revision=710
2009-12-08Fix bug with epkginfo not displaying keywords correctly for highest visible ↵fuzzyray
version svn path=/trunk/gentoolkit/; revision=704
2009-12-08Merge rev 113 from djanderson's genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=703
2009-10-30Speedup portageq queries. Include FuzzyRay's patch to respect ↵idl0r
EMERGE_DEFAULT_OPTS. svn path=/trunk/gentoolkit/; revision=697
2009-10-28Use realpath in get_file_owner to be able to get the package containing e.g. ↵idl0r
/lib/libreadline.so.6 on amd64, fixes bug 280341. svn path=/trunk/gentoolkit/; revision=696
2009-10-26Don't add an additional new line at the end of file.idl0r
svn path=/trunk/gentoolkit/; revision=691
2009-08-18Remove 'new' target from glsa-listrbu
Everyone should use 'affected' or 'all' Update man page and changelog svn path=/trunk/gentoolkit/; revision=672
2009-08-18Make --pretend output in glsa-check nicer. Add colors and fix linebreaks.rbu
svn path=/trunk/gentoolkit/; revision=670
2009-06-22Fix traceback with glsa-check -f (Bug 275105)fuzzyray
svn path=/trunk/gentoolkit/; revision=665
2009-06-06Add patch from Sebastian Mingramm to Make epkginfo slot aware and only print ↵fuzzyray
keywords for the highest visible versions in each slot. (Bug 232635) svn path=/trunk/gentoolkit/; revision=662
2009-05-25Make bin files executablerbu
svn path=/trunk/gentoolkit/; revision=652