| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-06 | Update ChangeLog for new euse | Paul Varner | |
| 2010-11-24 | Make euse prefix aware | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=869 | |||
| 2010-11-24 | Update euse to look for portage config files in new as well as old paths. ↵ | fuzzyray | |
| Bug 346519 svn path=/trunk/gentoolkit/; revision=868 | |||
| 2010-10-28 | Initial commit of eshowkw, which is drop-in replacement for eshowkw from ↵ | scarabeus | |
| gentoolkit-dev. svn path=/trunk/gentoolkit/; revision=831 | |||
| 2010-05-13 | eclean/cli.py: Fix typo, bug 319349, thanks to Ulrich Müller <ulm@gentoo.org>. | idl0r | |
| svn path=/trunk/gentoolkit/; revision=781 | |||
| 2010-05-06 | revdep-rebuild: Make revdep-rebuild more quiet, bug 97073. We might | idl0r | |
| improve that a bit more in the future. svn path=/trunk/gentoolkit/; revision=780 | |||
| 2010-04-17 | euse: Make python code of euse python-3 compatible, thanks to Arfrever | idl0r | |
| Frehtes Taifersar Arahesis <arfrever@gentoo.org>. svn path=/trunk/gentoolkit/; revision=775 | |||
| 2010-04-11 | euse: Fix check for /etc/make.profile. | idl0r | |
| Check if its readable and a directory instead of checking if its a link, thanks to Phillip Brink (ohnobinki) <ohnobinki@ohnopublishing.net>. svn path=/trunk/gentoolkit/; revision=772 | |||
| 2010-04-06 | euse: Fix query to get USE, bug 181309, thanks to Jean-Baptiste Rouault | idl0r | |
| <jbrouault@gmail.com>. svn path=/trunk/gentoolkit/; revision=767 | |||
| 2010-04-01 | revdep-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-03-31 | revdep-rebuild: Check if $ERRORS_FILE exist before running gawk on it. | idl0r | |
| svn path=/trunk/gentoolkit/; revision=763 | |||
| 2010-03-31 | epkginfo: Fix epkginfo to handle ambiguous package names. | idl0r | |
| svn path=/trunk/gentoolkit/; revision=762 | |||
| 2010-03-09 | sync with genscripts rev 343. This adds the initial py3k support and the ↵ | fuzzyray | |
| analyse utility to gentoolkit svn path=/trunk/gentoolkit/; revision=751 | |||
| 2010-02-05 | Update revdep-rebuild to use extended regular expressions instead of basic ↵ | fuzzyray | |
| regular expressions. (Bug 143498) svn path=/trunk/gentoolkit/; revision=740 | |||
| 2010-02-04 | Fix 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-01-31 | Check for eerror in die() since an invalid option(long) or | idl0r | |
| 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-11 | Set environment using 'portageq -v' (Bug 300229) | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=734 | |||
| 2010-01-08 | Fix epkginfo to not traceback if herds.xml is not in the tree | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=732 | |||
| 2009-12-17 | Fix 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-08 | Merge rev 113 from djanderson's genscripts repo | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=703 | |||
| 2009-10-30 | Speedup portageq queries. Include FuzzyRay's patch to respect ↵ | idl0r | |
| EMERGE_DEFAULT_OPTS. svn path=/trunk/gentoolkit/; revision=697 | |||
| 2009-10-28 | Use 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-26 | Fix bug 248844, thanks to J M W <ultip@ymail.com>. | idl0r | |
| svn path=/trunk/gentoolkit/; revision=694 | |||
| 2009-10-26 | Update ChangeLog :) | idl0r | |
| svn path=/trunk/gentoolkit/; revision=692 | |||
| 2009-08-18 | Remove 'new' target from glsa-list | rbu | |
| Everyone should use 'affected' or 'all' Update man page and changelog svn path=/trunk/gentoolkit/; revision=672 | |||
| 2009-06-22 | Fix traceback with glsa-check -f (Bug 275105) | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=665 | |||
| 2009-06-06 | Add 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-05-21 | Change /etc/gentoolkit-version to /usr/share/gentoolkit/VERSION | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=651 | |||
| 2009-05-20 | Update Changelog for changes to glsa-check | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=650 | |||
| 2009-05-07 | Add patch from djanderson to make meta get and check package dirs in a ↵ | fuzzyray | |
| manner similar to other gentoolkit scripts and fix some docstrings. (Bug 268895) svn path=/trunk/gentoolkit/; revision=619 | |||
| 2009-05-06 | Revert EPREFIX patch commited in rev 610 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=614 | |||
| 2009-05-06 | Add patch from MATSUI Tetsushi to have eclean take EPREFIX into account for ↵ | fuzzyray | |
| distfiles.exclude. (Bug 241600) svn path=/trunk/gentoolkit/; revision=610 | |||
| 2009-05-05 | Add Makefile to create distfiles. Update ChangeLog to acknowledge ↵ | fuzzyray | |
| djanderson. Update version in setup.py to generic version svn path=/trunk/gentoolkit/; revision=598 | |||
| 2009-05-05 | Rearrange trunk to support gentoolkit version 0.3. Split into gentoolkit, ↵ | fuzzyray | |
| gentoolkit-dev, and deprecated. Import djanderson's work on the gentoolkit library and equery svn path=/trunk/gentoolkit/; revision=589 | |||
