| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-01-25 | Modify printers to use the newly split out CpvValuesWrapper and add a ↵ | Brian Dolbec | |
| print_pkg_quiet() | |||
| 2011-01-25 | Add a new cpv and values textwrapping class | Brian Dolbec | |
| 2011-01-25 | fix a missed rename and relocationof some imports | Brian Dolbec | |
| 2011-01-24 | Add a new packages module to analyse | Brian Dolbec | |
| 2011-01-23 | Make the ignorance of local settings complete. | Tomas Chvatal | |
| 2011-01-23 | Ignore local_settings for package maks. | Tomas Chvatal | |
| 2011-01-20 | Make shadow checker aware of mask status. | Tomas Chvatal | |
| 2011-01-18 | Some fixes after file split. Removed unwanted files. Moved settings into module | Slawek | |
| 2011-01-17 | Split to several files. Introduced logging (instead of print_v) | Slawomir Lis | |
| 2011-01-09 | create a new uniqify_atoms() to properly handle a list of atom instances. | Brian Dolbec | |
| set the reverse dependency lookup to use it. | |||
| 2011-01-09 | remove the use of uniqify as it does not work correctly with atoms. | Brian Dolbec | |
| 2011-01-07 | Fixed error in reading cache. Fixed problem with too many files to check. | Slawek | |
| 2011-01-06 | Remove extraneous merge conflict marker. | Paul Varner | |
| 2011-01-06 | Update workflow in README.dev from subversion to git | Paul Varner | |
| 2011-01-06 | Add testfile for eclean tests to repository. | Paul Varner | |
| 2011-01-06 | Update ChangeLog for new euse | Paul Varner | |
| 2011-01-06 | Add gentoolkitNonZeroExit exception | Paul Varner | |
| This exception should only be used when an error is not fatal and the absence of information means no data was found. The return_code parameter can be used to set the exit value. Have the equery list module when in quiet mode return an exit status of 3. This is needed to prevent 'euse -I' from printing many 'No installed packages matching ...' error messages. | |||
| 2011-01-06 | man page formatting cleanup. | Paul Varner | |
| Loaded man pages into manedit and resaved. This has the effect of cleaning up the formatting, mainly properly escaping '-' characters. | |||
| 2011-01-05 | Updated fix for partially matching use flags. | Paul Varner | |
| The previous fix would still match a use flag it it started with the same characters. This fixes it completely. | |||
| 2011-01-05 | equery list: do not raise GentoolkitNoMatches exception in quiet mode | Paul Varner | |
| 2011-01-04 | Added updates from Jared Hancock. | Paul Varner | |
| Fixed error output from disabling global flags with -D. Added --remove option and left --prune as an alias Also, as requested, pruning a flag no longer removes it from local package.use unless an explicit package is given. Unfortunately, package wildcards are not yet supported, so the package must be given exactly as it is found in package.use. Emit a warning for invalid package atoms: euse -E ldap -p =net-misc/openssh euse -E ldap -p net-misc/openssh-5.6* will both fail now since they would be ineffective and give further warnings from portage later. euse also would add an extra empty line to make.conf every time it was invoked with -E or -D | |||
| 2011-01-04 | Fix bug where a use flag was partially matching a masked use flag. | Paul Varner | |
| For example: tk matching gtk3. | |||
| 2011-01-04 | Add Jared Hancock to AUTHORS file | Paul Varner | |
| 2011-01-04 | Merge euse from bug 259318 | Paul Varner | |
| * euse: Add remove option. Remove perl code and change to sed. Add Jared Hancock to the authors. Change mode of eshowkw to 0755 Added euse from bug 259318 | |||
| 2011-01-04 | Add remove option. | Paul Varner | |
| Remove perl code and change to sed. Add Jared Hancock to the authors. | |||
| 2011-01-01 | Set the encoding to 'utf_8', if the encoding returned by | Paul Varner | |
| locale.getpreferredencoding() is unknown to python. (Bug 350156) | |||
| 2010-12-31 | Change mode of eshowkw to 0755 | Paul Varner | |
| 2010-12-29 | Fixed checks for --library option | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Fixed scanning revdep config; minor fix in analyse function | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@485 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Fixed problem with 32/64 bit libraries and binaries | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@484 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Comment the NO_PRETEND variable better. | brian.dolbec | |
| Fix a few minor grammar errors. git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@478 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | fix a missing leading space so that any args are not attached to the emerge ↵ | brian.dolbec | |
| command itself. git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@477 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | Initial revision of revdep-rebuild python version | lis.slawek | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@471 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-29 | create a pkg for the new python revdep-rebuild. | brian.dolbec | |
| git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@470 5234894e-44cd-11de-9a4c-a76526a193c6 | |||
| 2010-12-28 | Merge branch 'gentoolkit' into euse | Paul Varner | |
| Conflicts: bin/euse | |||
| 2010-12-28 | Added euse from bug 259318 | Paul Varner | |
| 2010-12-28 | Remove use_cache parameter from setcpv call since it is deprecated. | FuzzyRay | |
| Bug 349342 | |||
| 2010-12-27 | Inital man page for eshowkw listing all of the options. | FuzzyRay | |
| 2010-12-21 | Add equery has information to the man page. | Brian Dolbec | |
| 2010-12-18 | Convert my name to contain all proper chars. | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=877 | |||
| 2010-12-17 | Add man page stub for eshowkw | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=876 | |||
| 2010-12-04 | Drop useless comment line | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=872 | |||
| 2010-12-04 | Update sorting algorithm to order slots properly if package with lower slot ↵ | scarabeus | |
| has higher version. svn path=/trunk/gentoolkit/; revision=871 | |||
| 2010-11-27 | Properly get versions for all packages in all repositories so versions from ↵ | scarabeus | |
| different repos does not shadow each other svn path=/trunk/gentoolkit/; revision=870 | |||
| 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-11-23 | Revert previous changes to euse, changes will need to be more extensive | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=867 | |||
| 2010-11-23 | Update euse to look for /etc/portage/make.conf as well as /etc/make.conf. ↵ | fuzzyray | |
| Bug 346519 svn path=/trunk/gentoolkit/; revision=866 | |||
| 2010-11-22 | Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295 | fuzzyray | |
| svn path=/trunk/gentoolkit/; revision=865 | |||
| 2010-11-22 | Move useless variable passing. | scarabeus | |
| svn path=/trunk/gentoolkit/; revision=864 | |||
