| Commit message (Expand) | Author | Age | Files | Lines |
* | Add patch from Sebastian Mingramm to Make epkginfo slot aware and only print ...gentoolkit-0.3.0_rc7 |  fuzzyray | 2009-06-06 | 2 | -35/+77 |
* | Update with rev 9 from the genscripts repo |  fuzzyray | 2009-06-04 | 4 | -7/+39 |
* | Add copyright information from original pkgcore.ebuild.atom_restricts package |  fuzzyray | 2009-06-04 | 1 | -0/+3 |
* | Apply updates from genscripts repo |  fuzzyray | 2009-06-03 | 20 | -830/+813 |
* | Use elementtree instead of minidom for parsing |  rbu | 2009-05-26 | 1 | -107/+89 |
* | Merge "Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael A... |  rbu | 2009-05-25 | 2 | -5/+5 |
* | Make bin files executable |  rbu | 2009-05-25 | 3 | -0/+0 |
* | Change /etc/gentoolkit-version to /usr/share/gentoolkit/VERSION |  fuzzyray | 2009-05-21 | 6 | -5/+9 |
* | Update Changelog for changes to glsa-check |  fuzzyray | 2009-05-20 | 1 | -0/+6 |
* | Do not inject GLSAs into the checkfile when fixing them |  fuzzyray | 2009-05-20 | 3 | -11/+18 |
* | Restructure system affection detection. |  fuzzyray | 2009-05-20 | 2 | -59/+69 |
* | Change behaviour of getMinUpgrade |  fuzzyray | 2009-05-20 | 2 | -7/+18 |
* | Some python tweaks to speed glsa-check |  fuzzyray | 2009-05-20 | 2 | -26/+13 |
* | Handle unicode encoding when dumping to stdout and start migration to using S... |  fuzzyray | 2009-05-20 | 2 | -21/+35 |
* | Create a VERSION file to replace /etc/gentoolkit-version |  fuzzyray | 2009-05-20 | 4 | -6/+11 |
* | Update revdep-rebuild man page |  fuzzyray | 2009-05-18 | 1 | -1/+38 |
* | Remove obsolete gentoolkit src directory |  fuzzyray | 2009-05-18 | 77 | -9095/+0 |
* | Add patch from Robert Buchholz: Add quiet optiongentoolkit-0.3.0_rc6 |  fuzzyray | 2009-05-07 | 2 | -9/+24 |
* | Add patch from Robert Buchholz: Call CAN ids CVE ids as there is no different... |  fuzzyray | 2009-05-07 | 2 | -2/+2 |
* | Add patch from Robert Buchholz: Sort glsa list output. |  fuzzyray | 2009-05-07 | 1 | -0/+1 |
* | Add patch from Robert Buchholz: Use summarylist() to format output so we get ... |  fuzzyray | 2009-05-07 | 1 | -5/+5 |
* | Add patch from Robert Buchholz: |  fuzzyray | 2009-05-07 | 1 | -3/+24 |
* | Add patch from Robert Buchholz: Reformat '2008-01-01' dates to 'January 01, 2... |  fuzzyray | 2009-05-07 | 1 | -1/+29 |
* | Add patch from Robert Buchholz: Allow GLSA 2 DTD in doctype declaration |  fuzzyray | 2009-05-07 | 1 | -1/+5 |
* | Add patch from Robert Buchholz: Respect count attribute in GLSA-2, based on a... |  fuzzyray | 2009-05-07 | 1 | -2/+18 |
* | Add patch from antarus: Run pychecker over everything, fix obvious things lik... |  fuzzyray | 2009-05-07 | 1 | -3/+0 |
* | Add patch from djanderson to make meta get and check package dirs in a manner... |  fuzzyray | 2009-05-07 | 2 | -66/+67 |
* | Revert EPREFIX patch commited in rev 610 |  fuzzyray | 2009-05-06 | 2 | -7/+1 |
* | Add patch from MATSUI Tetsushi to have eclean take EPREFIX into account for d...gentoolkit-0.3.0_rc5 |  fuzzyray | 2009-05-06 | 2 | -1/+7 |
* | Add patch from kojiro to remove permission check on temporary directory. (Bug... |  fuzzyray | 2009-05-05 | 1 | -8/+1 |
* | Remove unused man page for genpkgindex |  fuzzyray | 2009-05-05 | 1 | -59/+0 |
* | Update to most recent versions and add changes from djanderson |  fuzzyray | 2009-05-05 | 6 | -47/+115 |
* | Add Makefile to create distfiles. Update ChangeLog to acknowledge djanderson... |  fuzzyray | 2009-05-05 | 3 | -1/+27 |
* | Initial MANIFEST.in |  fuzzyray | 2009-05-05 | 1 | -0/+3 |
* | Initial MANIFEST.in |  fuzzyray | 2009-05-05 | 1 | -1/+1 |
* | Update download_url to point to distfiles.gentoo.org |  fuzzyray | 2009-05-05 | 1 | -1/+1 |
* | Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ge... |  fuzzyray | 2009-05-05 | 266 | -11414/+9806 |
* | Add some useful informations when using $EDITOR. |  idl0r | 2009-05-05 | 1 | -3/+43 |
* | Added test targets for echangelog. |  idl0r | 2009-05-05 | 2 | -1/+7 |
* | Warn if $vcs has not been found. Minor cleanup. |  idl0r | 2009-05-05 | 1 | -26/+12 |
* | Remove genpkgindex and gensync from distribution |  fuzzyray | 2009-05-05 | 1 | -3/+3 |
* | Remove echangelog.pod, we will maintain the man page directly |  fuzzyray | 2009-05-05 | 1 | -136/+0 |
* | Add test subdirectory to echanglog |  fuzzyray | 2009-05-05 | 1 | -7/+4 |
* | Add patch from kojiro to clean binary package metadata (Bug #266996 and to cl... |  fuzzyray | 2009-05-05 | 1 | -12/+43 |
* | Add patch from kojiro to support keyword removal and all |  fuzzyray | 2009-05-05 | 1 | -12/+28 |
* | Fixed bug 256013 and bug 256103, thanks to William Arlofski, Michael A. Smith... |  idl0r | 2009-05-04 | 3 | -10/+10 |
* | Fixed keyword sorting. |  idl0r | 2009-05-04 | 1 | -2/+6 |
* | Respect profiles/arch.list. |  idl0r | 2009-05-04 | 1 | -19/+2 |
* | Whitespace. |  idl0r | 2009-05-02 | 1 | -19/+19 |
* | Fixed text_fill, \h is just available in perl >= 5.10 so use hex instead, tha... |  idl0r | 2009-05-02 | 1 | -2/+1 |