summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-10Separate "Vulnerable" and "Unaffected" by comma/spaceChristian Ruppert
2013-12-29Remove leftover option from when the rebuild module was split out to it's own...Brian Dolbec
2013-11-21Handle numbers in package namesVikraman Choudhury
2013-11-19revdep-rebuild.sh: Change la_SEARCH_DIRS to use the library paths fromPaul Varner
2013-11-05euse: use portageq for get_portdir function unconditionally.Paul Varner
2013-11-02Add contributing section to README.devPaul Varner
2013-11-01equery: add --ignore-linguas switch to equery man page.Paul Varner
2013-11-01equery: add --ignore-linguas switch to 'equery uses'Julian Ospald
2013-09-30Fixed multilib supportslis
2013-09-10Add fallback to using portageq for get_portdir function.Paul Varner
2013-09-10Fix Ctrl-C handling when running emerge (Bug 476740).Paul Varner
2013-09-10Fix use of REVDEP_REBUILD_DEFAULT_OPTS (Bug 484340).Paul Varner
2013-09-05Modify setup.py to include eclean-dist and eclean-pkg.Paul Varner
2013-09-04Copy eclean to exlean-dist and eclean-pkg.Paul Varner
2013-09-04Change argv[0] name check to use startswith() for compatibilty with python-exec.Paul Varner
2013-08-29Convert EMERGE_DEFAULT_OPTS to an array (Bug 482232).Paul Varner
2013-08-18Add license field to equery meta as requested by hasufellBrian Dolbec
2013-08-11eclean: simplify the sortingBrian Dolbec
2013-08-11Add fifo type to equery files, bug 480308.Brian Dolbec
2013-08-11prevent a possible unknown object "cleaner"Brian Dolbec
2013-07-08euse: fix looking up portage-2 style parent paths with empty repo nameMichael Marineau
2013-07-08Rename eclean --destructive option to --deep (Bug #475808)Paul Varner
2013-03-12equery: respect PORTAGE_CONFIGROOT tooMike Frysinger
2013-01-17Change /etc/make.conf references in man pages to make.confPaul Varner
2013-01-17Change behavior and name of REVDEP_DEFAULT_OPTS variable.Paul Varner
2013-01-14Add REVDEP_DEFAULT_OPTS variable to allow overriding of EMERGE_DEFAULT_OPTS f...Paul Varner
2013-01-04Fix regular expression queries to work properly. (Bug 447406)Paul Varner
2013-01-03Fix unicode error when printing unicode strings in set_version.Paul Varner
2013-01-02Modify setup.py to accept VERSION as an argument as well as an environment va...Paul Varner
2012-12-30fix bug 449300, duped use flags due to non defaulted use flags added from ecl...Brian Dolbec
2012-12-22fix bug 445904 make.conf pathBrian Dolbec
2012-12-22update 'svn' versions to 'git', not man pages with already set versions. Brian Dolbec
2012-12-22doh! fix setup.py breakageBrian Dolbec
2012-12-22Make the man page titles more consistent and enable setup.py to set the manpa...Brian Dolbec
2012-12-22Add a blank line between pkgs in a query, bug 448190Brian Dolbec
2012-12-22fix a typo, change use of log to print() to debug set_version() not working c...Brian Dolbec
2012-12-20equery: make more ROOT awareMike Frysinger
2012-12-19drop trailing whitespaceMike Frysinger
2012-12-18Fix setup.py so that either VERSION or PVR will set the version.Paul Varner
2012-11-11eclean/test_clean: remove unused test_test_support importW. Trevor King
2012-11-11test_cpv: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11equery/test_init: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_atom: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11eclean/test_search: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_helpers: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_keyword: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_query: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11test_syntax: fix test_main and mark so nosetests will ignore itW. Trevor King
2012-11-11cpv: define package_list in compare_strs doctestW. Trevor King
2012-11-11cpv: remove shebang from module without __name__ == '__main__' blockW. Trevor King