aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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-162-16/+63
| | | | | | 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-052-2/+6
| | | | | | 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-042-2/+25
| | | | | | 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-172-2/+9
| | | | | | the current nice level. (Bug 297174) svn path=/branches/gentoolkit-0.2.4/; revision=725
* Don't create /usr/sbin at install time, since we no longer put files there. ↵fuzzyray2009-07-271-1/+0
| | | | | | (Bug #279254) svn path=/branches/gentoolkit-0.2.4/; revision=669
* 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-062-6/+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-062-0/+6
| | | | | | 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-0513-233/+319
|\ | | | | | | svn path=/branches/gentoolkit-0.2.4/; revision=588
| * Add some useful informations when using $EDITOR.idl0r2009-05-051-3/+43
| | | | | | | | svn path=/; revision=587
| * Added test targets for echangelog.idl0r2009-05-052-1/+7
| | | | | | | | svn path=/; revision=586
| * Warn if $vcs has not been found. Minor cleanup.idl0r2009-05-051-26/+12
| | | | | | | | svn path=/; revision=585
| * Remove genpkgindex and gensync from distributionfuzzyray2009-05-051-3/+3
| | | | | | | | svn path=/; revision=584
| * Remove echangelog.pod, we will maintain the man page directlyfuzzyray2009-05-051-136/+0
| | | | | | | | svn path=/; revision=583
| * Add test subdirectory to echanglogfuzzyray2009-05-051-7/+4
| | | | | | | | svn path=/; revision=582
| * Add patch from kojiro to clean binary package metadata (Bug #266996 and to ↵fuzzyray2009-05-051-12/+43
| | | | | | | | | | | | clean up inconsistent error messages (Bug #268513) svn path=/; revision=581
| * Add patch from kojiro to support keyword removal and allfuzzyray2009-05-051-12/+28
| | | | | | | | svn path=/; revision=580
| * Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael A. ↵idl0r2009-05-043-10/+10
| | | | | | | | | | | | | | | | Smith and Andrey Kislyuk. Whitespace. svn path=/; revision=579
| * Fixed keyword sorting.idl0r2009-05-041-2/+6
| | | | | | | | svn path=/; revision=578
| * Respect profiles/arch.list.idl0r2009-05-041-19/+2
| | | | | | | | svn path=/; revision=577
| * Whitespace.idl0r2009-05-021-19/+19
| | | | | | | | svn path=/; revision=576
| * Fixed text_fill, \h is just available in perl >= 5.10 so use hex instead, ↵idl0r2009-05-021-2/+1
| | | | | | | | | | | | thanks to ohnobinki. svn path=/; revision=575
| * Don't eat newline, bug 264146.idl0r2009-05-011-2/+24
| | | | | | | | svn path=/; revision=574
| * Removed duplicate sort call.idl0r2009-05-011-2/+0
| | | | | | | | svn path=/; revision=573
| * Define a action if no files have been changed, thanks to grobian. That ↵idl0r2009-05-011-1/+6
| | | | | | | | | | | | should prevent "Use of uninitialized value in concatenation" warnings. svn path=/; revision=572
| * Fixed stty call.idl0r2009-05-011-1/+1
| | | | | | | | svn path=/; revision=571
| * Respect $PATH while looking for git, thanks to grobian.idl0r2009-05-011-4/+10
| | | | | | | | svn path=/; revision=570
| * Add GLEP 53 keywords sorting patch from prefixfuzzyray2009-05-011-0/+4
| | | | | | | | svn path=/; revision=569
| * Fix typo in Makefilefuzzyray2009-05-013-7/+13
| | | | | | | | svn path=/; revision=568
| * Add ekeyword rewritten in python to repofuzzyray2009-05-011-0/+93
| | | | | | | | svn path=/; revision=567
| * Add patch from kojiro to improve bash syntaxfuzzyray2009-05-011-1/+1
| | | | | | | | svn path=/; revision=566
| * Added support for project-wide variables as suggested in bug 213374. ↵idl0r2009-04-301-8/+34
| | | | | | | | | | | | Improved environment handling. svn path=/; revision=561
* | Merge changes from trunk to fix issues in 0.2.4gentoolkit-0.2.4.3fuzzyray2009-04-3016-491/+981
|\| | | | | | | svn path=/branches/gentoolkit-0.2.4/; revision=557
| * Fixed git detection.idl0r2009-04-301-4/+9
| | | | | | | | svn path=/; revision=556