aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Don't match package names in /var/db/pkg that begin with a '-'. Thisgentoolkit-0.2.4fuzzyray2010-09-231-36/+44
| | | | | | | | | | prevents us from matching -MERGING entries. (Bug 338031) Backport r780 from trunk: idl0r revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might improve that a bit more in the future. svn path=/branches/gentoolkit-0.2.4/; revision=813
* Restore follow symlinks option to find /var/db/pkg command. Make print ↵fuzzyray2010-04-281-5/+5
| | | | | | statement python 3 compatible. Make EMERGE_DEFAULT_OPTIONS take precedence. svn path=/branches/gentoolkit-0.2.4/; revision=778
* Remove unused virtuals assignment. Causes deprecation warnings in latest ↵fuzzyray2010-04-121-1/+0
| | | | | | portage. svn path=/branches/gentoolkit-0.2.4/; revision=773
* Update epkginfo to latest version prior to deprecating in gentoolkit-0.3.0gentoolkit-0.2.4.6.1fuzzyray2010-03-111-45/+79
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=752
* Fix VERSION string caused by previous patchingfuzzyray2010-03-011-1/+1
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=749
* Fix missing quotation markfuzzyray2010-03-011-1/+1
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=748
* Fix extended regular expression support in revdep-rebuildfuzzyray2010-03-011-3/+3
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=747
* Backport revdep-rebuild from trunk for all recent fixes. Bugs included in ↵gentoolkit-0.2.4.6fuzzyray2010-02-161-16/+59
| | | | | | this are 143498, 280341, and 289599. svn path=/branches/gentoolkit-0.2.4/; revision=743
* Update revdep-rebuild to use extended regular expressions instead of basic ↵fuzzyray2010-02-051-2/+2
| | | | | | regular expressions. (Bug 143498) svn path=/branches/gentoolkit-0.2.4/; revision=740
* Fix revdep-rebuild to parse include statements in /etc/ld.so.conf (Bug ↵fuzzyray2010-02-041-2/+21
| | | | | | 298651). It will break with spaces in paths, so it needs a little bit more work before release. svn path=/branches/gentoolkit-0.2.4/; revision=739
* Fix revdep-rebuild to properly honor PORTAGE_NICENESS as an incremental to ↵fuzzyray2009-12-171-2/+4
| | | | | | the current nice level. (Bug 297174) svn path=/branches/gentoolkit-0.2.4/; revision=725
* Some python tweaks to speed glsa-checkgentoolkit-0.2.4.5fuzzyray2009-05-202-26/+13
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=644
* Handle unicode encoding when dumping to stdout and start migration to using ↵fuzzyray2009-05-202-21/+35
| | | | | | StringIO svn path=/branches/gentoolkit-0.2.4/; revision=643
* Update revdep-rebuild man pagefuzzyray2009-05-181-1/+1
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=641
* Add patch from Robert Buchholz: Add quiet optiongentoolkit-0.2.4.4fuzzyray2009-05-072-9/+24
| | | | | | | | | Incorporate option to quiet down glsa-check, based on a patch by Thilo Bangert <bangert@gentoo.org> in bug #170784. This option will also suppress sending of empty mail, based on a patch by Christian Gut <cycloon@is-root.org> in bug #182990. svn path=/branches/gentoolkit-0.2.4/; revision=633
* Add patch from Robert Buchholz: Call CAN ids CVE ids as there is no ↵fuzzyray2009-05-072-2/+2
| | | | | | differentiation anymore today. svn path=/branches/gentoolkit-0.2.4/; revision=632
* Add patch from Robert Buchholz: Sort glsa list output.fuzzyray2009-05-071-0/+1
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=631
* Add patch from Robert Buchholz: Use summarylist() to format output so we get ↵fuzzyray2009-05-071-5/+5
| | | | | | colours and a list of all affected packages svn path=/branches/gentoolkit-0.2.4/; revision=630
* Add patch from Robert Buchholz:fuzzyray2009-05-071-3/+24
| | | | | | | | | | | | | | | | | | | Backport SLOT support from Portage 2.2 glsa.py In particular, this is a port of these commits: commit 856616597ee791efa42dd59760db8e50e72efffd Author: zmedico <zmedico@ac592a22-f3fe-0310-977e-98394eae9e84> Date: Wed Oct 8 22:35:31 2008 +0000 Fix apparent breakage from r11593 (slot dep support): * Handle KeyError from element.getAttribute() in makeAtom() and * makeVersion(). * Avoid 'sre_constants.error: unmatched group' exceptions in * revisionMatch() when the atom does not have a slot. svn path=/branches/gentoolkit-0.2.4/; revision=624
* Add patch from Robert Buchholz: Reformat '2008-01-01' dates to 'January 01, ↵fuzzyray2009-05-071-1/+29
| | | | | | 2008' to keep output consistent. svn path=/branches/gentoolkit-0.2.4/; revision=623
* Add patch from Robert Buchholz: Allow GLSA 2 DTD in doctype declarationfuzzyray2009-05-071-1/+5
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=622
* Add patch from Robert Buchholz: Respect count attribute in GLSA-2, based on ↵fuzzyray2009-05-071-2/+18
| | | | | | a patch by Michael A. Smith in https://bugs.gentoo.org/218312 svn path=/branches/gentoolkit-0.2.4/; revision=621
* Add patch from antarus: Run pychecker over everything, fix obvious things ↵fuzzyray2009-05-071-3/+0
| | | | | | like modules not in use, variables not being used, or global exceptions not being deleted. Also fix imports for style (1 per line) svn path=/branches/gentoolkit-0.2.4/; revision=620
* Revert EPREFIX patch commited in rev 610fuzzyray2009-05-061-2/+0
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=614
* Add patch from MATSUI Tetsushi to have eclean take EPREFIX into account for ↵fuzzyray2009-05-061-0/+2
| | | | | | distfiles.exclude. (Bug 241600) svn path=/branches/gentoolkit-0.2.4/; revision=610
* Add patch from kojiro to remove permission check on temporary directory. ↵fuzzyray2009-05-051-8/+1
| | | | | | (Bug 203414) svn path=/branches/gentoolkit-0.2.4/; revision=602
* Merge changes from trunk in prep for making trunk ready for version 0.3fuzzyray2009-05-0512-229/+312
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=588
* Merge changes from trunk to fix issues in 0.2.4gentoolkit-0.2.4.3fuzzyray2009-04-3015-491/+961
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=557
* Merge changes from trunk to fix issues in 0.2.4fuzzyray2008-09-171-1/+5
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=516
* Merge changes from trunk to fix issues in 0.2.4fuzzyray2008-09-032-3/+3
| | | | svn path=/branches/gentoolkit-0.2.4/; revision=514
* Create the gentoolkit-0.2.4 branch to coincide with the release of ↵fuzzyray2008-08-27208-0/+19744
gentoolkit-0.2.4 svn path=/branches/gentoolkit-0.2.4/; revision=510