summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-25Modify printers to use the newly split out CpvValuesWrapper and add a ↵Brian Dolbec
print_pkg_quiet()
2011-01-25Add a new cpv and values textwrapping classBrian Dolbec
2011-01-25fix a missed rename and relocationof some importsBrian Dolbec
2011-01-24Add a new packages module to analyseBrian Dolbec
2011-01-23Make the ignorance of local settings complete.Tomas Chvatal
2011-01-23Ignore local_settings for package maks.Tomas Chvatal
2011-01-20Make shadow checker aware of mask status.Tomas Chvatal
2011-01-18Some fixes after file split. Removed unwanted files. Moved settings into moduleSlawek
2011-01-17Split to several files. Introduced logging (instead of print_v)Slawomir Lis
2011-01-09create a new uniqify_atoms() to properly handle a list of atom instances.Brian Dolbec
set the reverse dependency lookup to use it.
2011-01-09remove the use of uniqify as it does not work correctly with atoms.Brian Dolbec
2011-01-07Fixed error in reading cache. Fixed problem with too many files to check.Slawek
2011-01-06Remove extraneous merge conflict marker.Paul Varner
2011-01-06Update workflow in README.dev from subversion to gitPaul Varner
2011-01-06Add testfile for eclean tests to repository.Paul Varner
2011-01-06Update ChangeLog for new eusePaul Varner
2011-01-06Add gentoolkitNonZeroExit exceptionPaul 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-06man 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-05Updated 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-05equery list: do not raise GentoolkitNoMatches exception in quiet modePaul Varner
2011-01-04Added 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-04Fix bug where a use flag was partially matching a masked use flag.Paul Varner
For example: tk matching gtk3.
2011-01-04Add Jared Hancock to AUTHORS filePaul Varner
2011-01-04Merge euse from bug 259318Paul 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-04Add remove option.Paul Varner
Remove perl code and change to sed. Add Jared Hancock to the authors.
2011-01-01Set the encoding to 'utf_8', if the encoding returned byPaul Varner
locale.getpreferredencoding() is unknown to python. (Bug 350156)
2010-12-31Change mode of eshowkw to 0755Paul Varner
2010-12-29Fixed checks for --library optionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@489 5234894e-44cd-11de-9a4c-a76526a193c6
2010-12-29Fixed scanning revdep config; minor fix in analyse functionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@485 5234894e-44cd-11de-9a4c-a76526a193c6
2010-12-29Fixed problem with 32/64 bit libraries and binarieslis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@484 5234894e-44cd-11de-9a4c-a76526a193c6
2010-12-29Comment 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-29fix 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-29Initial revision of revdep-rebuild python versionlis.slawek
git-svn-id: http://genscripts.googlecode.com/svn/trunk/gentoolkit@471 5234894e-44cd-11de-9a4c-a76526a193c6
2010-12-29create 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-28Merge branch 'gentoolkit' into eusePaul Varner
Conflicts: bin/euse
2010-12-28Added euse from bug 259318Paul Varner
2010-12-28Remove use_cache parameter from setcpv call since it is deprecated.FuzzyRay
Bug 349342
2010-12-27Inital man page for eshowkw listing all of the options.FuzzyRay
2010-12-21Add equery has information to the man page. Brian Dolbec
2010-12-18Convert my name to contain all proper chars.scarabeus
svn path=/trunk/gentoolkit/; revision=877
2010-12-17Add man page stub for eshowkwfuzzyray
svn path=/trunk/gentoolkit/; revision=876
2010-12-04Drop useless comment linescarabeus
svn path=/trunk/gentoolkit/; revision=872
2010-12-04Update sorting algorithm to order slots properly if package with lower slot ↵scarabeus
has higher version. svn path=/trunk/gentoolkit/; revision=871
2010-11-27Properly 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-24Make euse prefix awarefuzzyray
svn path=/trunk/gentoolkit/; revision=869
2010-11-24Update 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-23Revert previous changes to euse, changes will need to be more extensivefuzzyray
svn path=/trunk/gentoolkit/; revision=867
2010-11-23Update 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-22Fix cpv.py to handle prefix ebuild inter-revisions. Bug 313295fuzzyray
svn path=/trunk/gentoolkit/; revision=865
2010-11-22Move useless variable passing.scarabeus
svn path=/trunk/gentoolkit/; revision=864