aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix eread to work on a prefix environment.gentoolkit-0.3.0.6Paul Varner2012-04-111-2/+5
* Remove incorrect usage of -r flage for egrep (Bug 410137).Paul Varner2012-04-111-1/+1
* Fix eshowkw traceback on prefix enviroments (Bug 411599).Paul Varner2012-04-111-1/+1
* Update man page to include --ebuild option to equery which commandPaul Varner2012-04-111-1/+5
* equery: turn sys.argv into a parameterMike Frysinger2012-04-042-4/+4
* Add patch from Vitaly Shimansky to fix regex in modify_packages()Paul Varner2012-03-191-1/+1
* fix a missed hardcoded path not using the portage.root.Brian Dolbec2012-03-181-1/+1
* add an ebuild listing option to equery which as requested by Calchan and ryao.Brian Dolbec2012-03-181-4/+19
* Apply patch from Jared Hancock to disable globbing.Paul Varner2012-03-051-6/+5
* Add ignored files/directories check.Brian Dolbec2012-03-031-1/+9
* fix bug 406613. ignore any .keep_* files in /var/db/pkg. Print a warning for...Brian Dolbec2012-03-021-0/+5
* fix bug 406495. renamed portage.config() parameter from _eprefix to eprefix.Brian Dolbec2012-03-011-2/+2
* Update the comment for setting the overlay name.gentoolkit-0.3.0.5Paul Varner2012-02-201-1/+1
* Change overlay name to match portage when repo_name is not found.Paul Varner2012-02-201-1/+1
* Fix euse -i to not print errors from 'cat' when determining the repository namePaul Varner2012-02-201-1/+1
* Fix revdep-rebuild.sh to properly honor emerge return codes.Paul Varner2012-02-161-34/+36
* Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...Paul Varner2012-02-064-11/+23
|\
| * Fix bug 400957 where -hC did not work to to printing help immediately upon f...Brian Dolbec2012-01-274-11/+23
* | Change the documentation for revdep-rebuild --library.Paul Varner2012-02-063-7/+7
|/
* fix bug 398103 to properly delete broken symlinks and not abort.Brian Dolbec2012-01-221-4/+16
* Fix equery's term_width too.Brian Dolbec2011-12-221-1/+1
* Fix the term_width setting for the recent portage change, which is now return...Brian Dolbec2011-12-221-1/+1
* Fix setup.py to work with EPREFIX changes in Portage (Bug 394909).Paul Varner2011-12-191-5/+5
* Fix typo in eusePaul Varner2011-11-281-1/+1
* Fix revdep-rebuiild to exit correctly with correct error code when emergePaul Varner2011-10-121-2/+3
* reverse the logging message in analyse.py since it is not correct.dol-sen2011-10-101-2/+0
* add --library output to revdep-rebuild.dol-sen2011-10-102-0/+6
* Add missing quotesChristian Ruppert2011-09-071-4/+4
* fix bug 380573.dol-sen2011-08-251-2/+2
* Fix traversal of cascading profiles by euse (Bug 379559).Paul Varner2011-08-241-2/+2
* Fix missing parenthises in euse. Bug 376393Paul Varner2011-07-271-1/+1
* Fix updated Package class to work correctly with prefix portagePaul Varner2011-07-151-4/+11
* Update Package Class to allow passing of local_config.Paul Varner2011-07-151-15/+27
* Do not index ChangeLog entries with an invalid CPV. (Bug 375293)Paul Varner2011-07-151-1/+1
* Fix call_program to actually return stdout as string under py3kPaul Varner2011-07-141-2/+2
* Change default cache directory to '/var/cache/revdep-rebuild'Paul Varner2011-07-142-3/+4
* Fix help for --binpkgs-missing optionPaul Varner2011-07-131-1/+1
* Make development warning always printPaul Varner2011-07-131-9/+8
* Merge branch 'gentoolkit' of git+ssh://git.overlays.gentoo.org/proj/gentoolki...dol-sen2011-07-130-0/+0
|\
| * Fix python 3 incompatible codePaul Varner2011-07-135-17/+17
| * Add from __future__ import print_function for python 3 compatabilityPaul Varner2011-07-137-4/+12
| * Change description from 'analyze' to 'revdep-rebuild' descriptionPaul Varner2011-07-131-4/+3
| * Hardcode APP_NAME to revdep-rebuildPaul Varner2011-07-131-1/+1
* | major pylint cleanup, 2 probable bugs fixed along the way.dol-sen2011-07-136-199/+258
* | merge head, fix conflicts, more pylint cleanupdol-sen2011-07-139-32/+60
* | partial pylint cleanupdol-sen2011-07-134-57/+89
|/
* fix the placement of the l.endswith('.a') in the ifdol-sen2011-07-131-1/+1
* fix a possibility of a None type error in exclDictMatchCPdol-sen2011-07-121-2/+9
* fix the use of set updates and the with statement.dol-sen2011-07-124-16/+16
* Remove automatic adding of pretend to revdep-rebuild options.Paul Varner2011-07-123-8/+5