gentoolkit.git
2012-10-31 Paul Varnereclean: Fix pkg sorting to work with Python3 gentoolkit-0.3.0.7
2012-10-31 Mike Frysingereclean: sort pkg list shown to user
2012-10-21 Brian Dolbecmore man page fixes.
2012-10-21 Brian Dolbecman page updates thanks to Francesco Turco. Update...
2012-10-09 Paul VarnerMinor example changes to equery man page.
2012-10-09 Paul VarnerModify _pkg_re to work with EAPI 4-python which is...
2012-10-06 Brian Dolbecpy 3.3 fix for bug 436934. Change the level parameter...
2012-09-26 Paul VarnerFix euse to always prefer /etc/portage/make.conf over...
2012-09-06 Paul VarnerRemove check of isatty when guessing color.
2012-08-24 Paul VarnerStrip initial whitespace at the start of the descriptio...
2012-08-01 Brian Dolbecmark dbapi as deprecated.
2012-08-01 Brian Dolbecreplace all use of dbapi's PORTDB, VARDB, BINDB assigne...
2012-07-24 Paul VarnerReturn string from Package.__str__ (Bug 423209)
2012-06-29 Brian Dolbecreverse an accidental indentation change from tabs...
2012-06-29 Brian Dolbecmove enalyse/base.py to gentoolkit for general module...
2012-06-29 Brian Dolbecupdate docstrings to ready it for a move to gentoolkit...
2012-06-29 Brian Dolbecupdate authors with my contributions.
2012-06-20 Paul VarnerAdd support for the md5-cache metadata format. (Bug...
2012-06-20 Paul VarnerAdd support for ':' in the profiles parent file for...
2012-06-19 Paul VarnerChange division to floor division for Python3 compatibi...
2012-06-07 Brian Dolbecfix a bug in enalyze rebuild where it did not consider...
2012-06-02 Brian Dolbecremove the auto linewrapping from the stablereq output...
2012-06-02 Brian Dolbecadd a -S, --stablereq option to equery meta to list...
2012-05-16 Paul VarnerChange sed statement in euse to fix bug 410365.
2012-05-16 Paul VarnerFix output to be sorted using portage.versions.vercmp...
2012-05-16 Paul VarnerMake colors for useflags be the same as portage.
2012-05-08 Paul VarnerFix Bug 414627, where not all packages were being printed.
2012-04-26 SÅ‚awomir NizioExtend eread to allow sorting (bug 413577).
2012-04-11 Paul VarnerFix eread to work on a prefix environment. gentoolkit-0.3.0.6
2012-04-11 Paul VarnerRemove incorrect usage of -r flage for egrep (Bug 410137).
2012-04-11 Paul VarnerFix eshowkw traceback on prefix enviroments (Bug 411599).
2012-04-11 Paul VarnerUpdate man page to include --ebuild option to equery...
2012-04-04 Mike Frysingerequery: turn sys.argv into a parameter
2012-03-20 Paul VarnerAdd patch from Vitaly Shimansky to fix regex in modify_...
2012-03-19 Brian Dolbecfix a missed hardcoded path not using the portage.root.
2012-03-19 Brian Dolbecadd an ebuild listing option to equery which as request...
2012-03-06 Paul VarnerApply patch from Jared Hancock to disable globbing.
2012-03-04 Brian DolbecAdd ignored files/directories check.
2012-03-02 Brian Dolbecfix bug 406613. ignore any .keep_* files in /var/db...
2012-03-02 Brian Dolbecfix bug 406495. renamed portage.config() parameter...
2012-02-20 Paul VarnerUpdate the comment for setting the overlay name. gentoolkit-0.3.0.5
2012-02-20 Paul VarnerChange overlay name to match portage when repo_name...
2012-02-20 Paul VarnerFix euse -i to not print errors from 'cat' when determi...
2012-02-16 Paul VarnerFix revdep-rebuild.sh to properly honor emerge return...
2012-02-06 Paul VarnerMerge branch 'gentoolkit' of git+ssh://git.overlays...
2012-02-06 Paul VarnerChange the documentation for revdep-rebuild --library.
2012-01-27 Brian DolbecFix bug 400957 where -hC did not work to to printing...
2012-01-22 Brian Dolbecfix bug 398103 to properly delete broken symlinks and...
2011-12-23 Brian DolbecFix equery's term_width too.
2011-12-23 Brian DolbecFix the term_width setting for the recent portage chang...
2011-12-19 Paul VarnerFix setup.py to work with EPREFIX changes in Portage...
2011-11-28 Paul VarnerFix typo in euse
2011-10-12 Paul VarnerFix revdep-rebuiild to exit correctly with correct...
2011-10-10 dol-senreverse the logging message in analyse.py since it...
2011-10-10 dol-senadd --library output to revdep-rebuild.
2011-09-07 Christian RuppertAdd missing quotes
2011-08-25 dol-senfix bug 380573.
2011-08-24 Paul VarnerFix traversal of cascading profiles by euse (Bug 379559).
2011-07-27 Paul VarnerFix missing parenthises in euse. Bug 376393
2011-07-16 Paul VarnerFix updated Package class to work correctly with prefix...
2011-07-16 Paul VarnerUpdate Package Class to allow passing of local_config.
2011-07-15 Paul VarnerDo not index ChangeLog entries with an invalid CPV...
2011-07-14 Paul VarnerFix call_program to actually return stdout as string...
2011-07-14 Paul VarnerChange default cache directory to '/var/cache/revdep...
2011-07-14 Paul VarnerFix help for --binpkgs-missing option
2011-07-14 Paul VarnerMake development warning always print
2011-07-14 dol-senMerge branch 'gentoolkit' of git+ssh://git.overlays...
2011-07-14 dol-senmajor pylint cleanup, 2 probable bugs fixed along the...
2011-07-13 dol-senmerge head, fix conflicts, more pylint cleanup
2011-07-13 dol-senpartial pylint cleanup
2011-07-13 Paul VarnerFix python 3 incompatible code
2011-07-13 Paul VarnerAdd from __future__ import print_function for python...
2011-07-13 Paul VarnerChange description from 'analyze' to 'revdep-rebuild...
2011-07-13 Paul VarnerHardcode APP_NAME to revdep-rebuild
2011-07-13 dol-senfix the placement of the l.endswith('.a') in the if
2011-07-13 dol-senfix a possibility of a None type error in exclDictMatchCP
2011-07-13 dol-senfix the use of set updates and the with statement.
2011-07-12 Paul VarnerRemove automatic adding of pretend to revdep-rebuild...
2011-07-12 Paul VarnerFix python 3 syntax errors with new revdep-rebuild...
2011-07-12 Paul VarnerUpdate setup.py for python revdep-rebuild
2011-07-12 Paul VarnerSwitch revdep-rebuild to python version.
2011-07-12 SlawekFixed --library checking when not using cache
2011-07-12 SlawekAdded support for file path in -L option
2011-07-12 SlawekFixed .la files parser. Some minor logging fixes.
2011-07-12 dol-senpass the nocolor setting on to emerge.
2011-07-12 dol-senmove unused function to stuff.py
2011-07-12 dol-senchange the masking status message.
2011-07-12 dol-senwhitespace separation from system imports
2011-07-12 dol-senmore cleanup of importing logging. Use the one defined...
2011-07-12 dol-senmigrate away from a global SETTINGS usage.
2011-07-12 dol-sennew /bin/revdep-ng script. revamp rebuild.py for a...
2011-07-12 dol-senconvert to gentoolkit's standard tab indent.
2011-07-12 dol-senrename revdep-rebuild.py due to a python error if a...
2011-07-12 SlawekFixed bug from: bugs.gentoo.org/show_bug.cgi?id=353518
2011-07-12 SlawekSome fixes after file split. Removed unwanted files...
2011-07-12 Slawomir LisSplit to several files. Introduced logging (instead...
2011-07-12 SlawekFixed error in reading cache. Fixed problem with too...
2011-07-12 lis.slawekFixed checks for --library option
2011-07-12 lis.slawekFixed scanning revdep config; minor fix in analyse...
2011-07-12 lis.slawekFixed problem with 32/64 bit libraries and binaries
next