gentoolkit.git
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
2011-07-12 brian.dolbecComment the NO_PRETEND variable better.
2011-07-12 brian.dolbecfix a missing leading space so that any args are not...
2011-07-12 lis.slawekInitial revision of revdep-rebuild python version
2011-07-12 brian.dolbeccreate a pkg for the new python revdep-rebuild.
2011-07-12 Paul VarnerUpdate eclean man page to change deprecated to unavailable.
2011-07-12 Paul VarnerChange "Deprecated" to "unavailable" to reflect term...
2011-06-14 Paul VarnerFix spelling errors in equery.1 and euse.1 man pages...
2011-05-29 Christian RuppertAllow only one arg for --arch/-a
2011-05-28 Christian RuppertMerge branch 'gentoolkit' of git+ssh://overlays.gentoo...
2011-05-25 Paul VarnerChange revdep-rebuild to no longer determine the build... gentoolkit-0.3.0.4
2011-05-23 Paul VarnerFix revdep-rebuild to use the ORDER_FILE for the final...
2011-05-23 dol-senfix the Dependencies.graph_depends() api return value...
2011-05-20 dol-senfix bug 368113 dupe'd USE flags
2011-05-20 dol-senRevert "uniqify the list of returned use flags in uses...
2011-05-20 Paul Varneruniqify the list of returned use flags in uses.py....
2011-05-18 dol-senadd keywords formatter option.
2011-05-17 dol-senfound a better spot to set piping wrap width so as... gentoolkit-0.3.0.3
2011-05-16 dol-senadd CONFIG['termWidth'] setting to the no-pipe option...
2011-05-16 dol-senfix py3 compatibility issues in eshowkw.
2011-05-12 Paul VarnerUpdate setup.py for namespace change of analyse to... gentoolkit-0.3.0.2
2011-05-12 Paul VarnerMerge branch 'gentoolkit' of git+ssh://git.overlays...
2011-05-12 Paul VarnerFix euse to treat PORTDIR the same as an overlay for...
2011-05-11 dol-senanalyse namespace change to enalyze and standardize...
2011-05-11 Paul VarnerFix euse to print proper statement for egencache. Bug...
2011-05-11 Paul VarnerChange chmod 700 to chmod 600 when changing permissions...
2011-04-24 Brian Dolbecfix python-3 compatibility for euse bug 364081 gentoolkit-0.3.0.1
2011-04-18 Paul VarnerChange eprefix.py to only look at portage for the value...
2011-04-10 Brian Dolbectemporary fix for a test failure due to the added dotfi... gentoolkit-0.3.0
2011-03-31 Paul VarnerFix extend_realpaths in FileOwner class. (Bug 96515)
2011-03-29 Paul VarnerLatest euse changes from Jared Hancock
2011-03-18 Brian Dolbecadd the Homepage to epkginfo/equery meta's Upstream...
2011-03-08 Brian Dolbecadd a dotfile check and only delete hidden (.dotfile...
2011-02-26 Christian RuppertFix some pylint complains
2011-02-25 Paul VarnerFix small typo
2011-02-25 Paul VarnerApply latest changes from Jared Hancock
2011-02-25 Paul VarnerFix whitespace
2011-02-25 Brian Dolbecdecorate some functions as @staticmethod
2011-02-25 Brian Dolbecmove mysettings out of __getMaskStatus() into __init__...
2011-02-24 Christian RuppertWhitespace
2011-02-24 Christian RuppertFix package.mask check
2011-02-24 Brian Dolbecfix some alignment mismatches
2011-02-24 Brian Dolbecfix the rebuild_keywords slot appended bug.
2011-02-23 Brian Dolbeccode the rebuild keywords module.
2011-02-11 Brian DolbecMerge branch 'gentoolkit' of git+ssh://git.overlays...
2011-02-11 Brian Dolbecapply djanderson's idea for a simpler/better fix to...
2011-01-30 Tomas ChvatalSome whitespace to visualy separate the code
2011-01-30 Tomas ChvatalAlign the suffix for revision correctly.
2011-01-30 Tomas ChvatalAlign revision nicely so it is space separated and...
2011-01-28 Andy KittnerFix unicode vs. bytes issue in glsa-check (#341293)
2011-01-26 Brian Dolbecfix the missing unset flags issue due to my misleading...
2011-01-25 Brian Dolbecfix a missed function rename for an assignment
2011-01-25 Brian Dolbecfix the setting of the quiet option properly this time
2011-01-25 Brian DolbecFix missing quiet option passing into the analyse module
2011-01-25 Brian DolbecAdd a leading '-' to disabled USE flags.
2011-01-25 Brian DolbecModify printers to use the newly split out CpvValuesWra...
2011-01-25 Brian DolbecAdd a new cpv and values textwrapping class
2011-01-25 Brian Dolbecfix a missed rename and relocationof some imports
2011-01-25 Brian DolbecAdd a new packages module to analyse
next