summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-08Fix spelling of deprecationfuzzyray
svn path=/trunk/gentoolkit/; revision=771
2010-04-08Change AttributeError to ImportError when trying to import EPREFIXfuzzyray
svn path=/trunk/gentoolkit/; revision=770
2010-04-08Fix bad indentationfuzzyray
svn path=/trunk/gentoolkit/; revision=769
2010-04-08Sync with genscripts rev 422, includes fixes to eclean and python additions ↵fuzzyray
for prefix svn path=/trunk/gentoolkit/; revision=768
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-04-01Fix link to testdistfiles.tar.gz.idl0r
svn path=/trunk/gentoolkit/; revision=764
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-26Merge genscripts rev 413fuzzyray
svn path=/trunk/gentoolkit/; revision=758
2010-03-25Merge genscripts rev 410.fuzzyray
svn path=/trunk/gentoolkit/; revision=757
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-12Remove stray analyse scriptfuzzyray
svn path=/trunk/gentoolkit/; revision=754
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-03-01Remove setup.py set_version steps, since this is now run by the ebuildfuzzyray
svn path=/trunk/gentoolkit/; revision=746
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-08Merge genscripts rev 146. This changes the unknown masking status in equery ↵fuzzyray
list to [??] instead of [XX]. Bug 273096 svn path=/trunk/gentoolkit/; revision=733
2010-01-08Fix epkginfo to not traceback if herds.xml is not in the treefuzzyray
svn path=/trunk/gentoolkit/; revision=732
2010-01-07Update Copyright date headersfuzzyray
svn path=/trunk/gentoolkit/; revision=731
2010-01-06Merge genscripts revision 144, contains fixes for Bug 299260fuzzyray
svn path=/trunk/gentoolkit/; revision=729
2009-12-17Revert part of last fix, since it broke pipe detectionand caused a tracebackfuzzyray
svn path=/trunk/gentoolkit/; revision=728
2009-12-17Fix equery --no-pipe to work correctlyfuzzyray
svn path=/trunk/gentoolkit/; revision=727
2009-12-17Fix typo in equery man pagefuzzyray
svn path=/trunk/gentoolkit/; revision=726
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-14Merge genscripts rev 137, this revision makes the output of equery meta ↵fuzzyray
compatible with epkginfo svn path=/trunk/gentoolkit/; revision=722
2009-12-11Merge genscripts rev 130fuzzyray
svn path=/trunk/gentoolkit/; revision=721
2009-12-11Merge genscripts rev 123, this unifies the get_env_var/get_env_vars methods ↵fuzzyray
as one method called environment svn path=/trunk/gentoolkit/; revision=719
2009-12-10Merge genscripts rev 122 to fix equery list --duplicates tracebackfuzzyray
svn path=/trunk/gentoolkit/; revision=718
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-10Merge changes from genscripts rev 121 to fix various tracebacksfuzzyray
svn path=/trunk/gentoolkit/; revision=716
2009-12-10Remove reference to blog.tacvbo.netfuzzyray
svn path=/trunk/gentoolkit/; revision=715
2009-12-10Remove unneeded Makefile and VERSION files. That functionality is now ↵fuzzyray
handled by distutils svn path=/trunk/gentoolkit/; revision=714
2009-12-10Remove tests, since it was renamed testfuzzyray
svn path=/trunk/gentoolkit/; revision=713
2009-12-10Merge with rev 120 from the genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=712
2009-12-09Merge rev 119 from genscripts repository which contains the first cut at ↵fuzzyray
making equery meta output look like epkginfo svn path=/trunk/gentoolkit/; revision=711
2009-12-09Update usage statement to contain version and copyright informationfuzzyray
svn path=/trunk/gentoolkit/; revision=710
2009-12-09Updated README.dev, with gentoo specific instructionsfuzzyray
svn path=/trunk/gentoolkit/; revision=709
2009-12-09Modify setup.py to run set_version correctly on revdep-rebuildfuzzyray
svn path=/trunk/gentoolkit/; revision=708
2009-12-09helpers2.py has been move to helpers.py and helpers.py has been moved to ↵fuzzyray
deprecated/helpers.py svn path=/trunk/gentoolkit/; revision=707