summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-12-09Fix equery meta to not remove the first package from the list of matching ↵fuzzyray
packages svn path=/trunk/gentoolkit/; revision=706
2009-12-09Add DEVELOPING file, based upon the file from portagefuzzyray
svn path=/trunk/gentoolkit/; revision=705
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-27* revdep-rebuild.1: Fix bug 281050, thanks to Jesús Guerrero ↵idl0r
<i92guboj@gentoo.org>. svn path=/trunk/gentoolkit/; revision=695
2009-10-26Fix bug 248844, thanks to J M W <ultip@ymail.com>.idl0r
svn path=/trunk/gentoolkit/; revision=694
2009-10-26Update ChangeLog :)idl0r
svn path=/trunk/gentoolkit/; revision=692
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-18getminupgrade: fix documentation and backtracerbu
Bug 281101: Fix a backtrace introduced in r647. in getminupgrade the rValue variable was still leftover and was used in a check when glsa-check was run in --emergelike mode and more than one upgrade atoms existed. Also, update the API documentation to reflect changes back then. svn path=/trunk/gentoolkit/; revision=671
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-06-04Update with rev 9 from the genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=661
2009-06-04Add copyright information from original pkgcore.ebuild.atom_restricts packagefuzzyray
svn path=/trunk/gentoolkit/; revision=660
2009-06-03Apply updates from genscripts repofuzzyray
svn path=/trunk/gentoolkit/; revision=659
2009-05-26Use elementtree instead of minidom for parsingrbu
This will speed up glsa-check by a factor of 2-3 and also solves bug 231146, missing characters in output. svn path=/trunk/gentoolkit/; revision=654
2009-05-25Merge "Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael ↵rbu
A. Smith and Andrey Kislyuk. Whitespace." This was r579 by idl0r, but applied to the wrong paths in trunk. From: idl0r <idl0r@e84c3a59-eaf8-0310-85df-8a9fcd7b4891> Date: Mon, 4 May 2009 22:10:26 +0000 Subject: Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael A. Smith and Andrey Kislyuk. Whitespace. git-svn-id: svn://anonsvn.gentoo.org/gentoolkit/trunk/src/glsa-check@579 e84c3a59-eaf8-0310-85df-8a9fcd7b4891 svn path=/trunk/gentoolkit/; revision=653
2009-05-25Make bin files executablerbu
svn path=/trunk/gentoolkit/; revision=652
2009-05-21Change /etc/gentoolkit-version to /usr/share/gentoolkit/VERSIONfuzzyray
svn path=/trunk/gentoolkit/; revision=651