aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* portageq match: wildcard supportZac Medico2011-10-131-8/+35
* portageq best_visible: use match-all-cpv-onlyZac Medico2011-09-231-2/+4
* portageq best_visible: multi-repo supportZac Medico2011-09-221-12/+34
* portageq: fix short help display for leading \nZac Medico2011-08-051-1/+1
* portageq best_visible: support optional pkgtypeZac Medico2011-08-041-11/+49
* portageq: reference GLEP 37 in expand_virtual docZac Medico2011-07-141-1/+2
* portageq get_repo_path: output empty if unknownv2.2.0_alpha43Zac Medico2011-07-011-1/+4
* portageq: fix all_best_visible to fail earlyZac Medico2011-06-181-3/+5
* portageq: support --versionZac Medico2011-06-051-4/+9
* portageq: exclude expand_new_virt from commandsZac Medico2011-06-021-4/+7
* portageq: add new expand_virtual functionZac Medico2011-06-021-0/+35
* portageq owners: list orphans via stderrZac Medico2011-03-201-5/+21
* When killed by signal, return 128 + signum.Zac Medico2011-01-151-4/+4
* Fix portageq to handle NOCOLOR.Zac Medico2010-10-111-0/+5
* has/best_version: eqawarn if EAPI wrong for atomZac Medico2010-10-111-4/+42
* Use EAPI to validate best/has_version atoms.Zac Medico2010-10-081-2/+5
* Invert portageq list_preserved_libs returncode meaning.Zac Medico2010-09-291-4/+4
* use EROOT with VDB_PATHFabian Groffen2010-09-041-1/+1
* Hide the portageq list_preserved_libs command when _ENABLE_PRESERVE_LIBSZac Medico2010-09-021-0/+3
* Rename vardbapi.plib_registry to vardbapi._plib_registry since I'mZac Medico2010-08-291-1/+1
* When displaying portage.auxdbkeys, sort and filter unused.Zac Medico2010-08-161-1/+2
* Add ability for portageq help to print valid metadata keys.Alec Warner2010-08-161-8/+11
* Make sure portageq doesn't interpret anything that happens to beZac Medico2010-08-101-5/+6
* Handle InvalidAtom from vardbapi.match() in has_version.Zac Medico2010-07-051-0/+4
* Add back executable bits, accidentally removed in previous commit.Zac Medico2010-03-241-0/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Don't use $Id or $Rev for version strings since that doesn't work with git.Zac Medico2010-03-241-1/+1
* Fix AttributeError from has_versions for atoms with no USE deps. Thanks toZac Medico2010-01-281-2/+2
* Add an Atom.evaluate_conditionals() method and use where appropriate.Zac Medico2010-01-281-5/+1
* Add support for evaluation of conditional USE atoms in has_version andZac Medico2010-01-271-11/+36
* Bug #288551 - Fix portageq to handle portage.exception.AmbiguousPackageNameZac Medico2009-10-111-5/+1
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+2
* Support both Python 2 and 3 in portage._unicode_encode() and portage._unicode...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use range() instead of xrange() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-0/+2
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-43/+43
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+2
* Use writemsg_stdout() for safe unicode output.Zac Medico2009-08-081-14/+15
* Move global portage import to the top and add writemsg andZac Medico2009-08-081-20/+23
* Simplify command introspection inside usage().Zac Medico2009-08-081-6/+3
* Add a new portage.util.shlex_split() function to wrap all shlex.split() calls,Zac Medico2009-08-061-6/+6
* Decode arguments to unicode if necessary (needed at least for unicode fileZac Medico2009-08-041-2/+7
* Fix breakage in owners() handling of abs paths.Zac Medico2009-07-301-1/+1
* Add support to `portageq owners` for querying paths matching a given basename.Zac Medico2009-06-241-5/+9
* Fix grammar. Thanks to ABCD.Zac Medico2008-08-241-1/+1
* Fix spelling typos in error messages.Zac Medico2008-08-231-2/+2
* Fix the loop in filter_protected() to continue when necessary due to anZac Medico2008-08-231-0/+2
* Flush stdout after the loop inside filter_protected() completes.Zac Medico2008-08-231-0/+1
* Add a new filter_protected command which is similar to is_protected butZac Medico2008-08-231-0/+57