summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use os.environ["SANDBOX_ON"] = "0" to make portageq exempt from sandbox forZac Medico2008-03-061-0/+4
* fix message on ValueError to not sound like crapMarius Mauch2008-03-031-1/+1
* Implement a `portageq contents <root> <category/package>` commandZac Medico2007-12-211-0/+25
* Typo: remove bogus argument.Zac Medico2007-12-211-1/+1
* Enhance the portageq match command to list all installed packagesZac Medico2007-12-211-9/+14
* Bug #202566 - Move the 'global portage' statement to avoidZac Medico2007-12-211-1/+2
* Instead of calling sys.exit when a ParseError occurs in the configZac Medico2007-12-111-0/+3
* First import the main portage module without legacy globals since itZac Medico2007-12-111-1/+10
* Print the Id tag an it's own line to avoid goingZac Medico2007-10-231-2/+2
* Fix the version Id tag.Zac Medico2007-10-231-2/+1
* Bug #196537 - Make portageq check that the <root> parameterZac Medico2007-10-211-7/+13
* Bug #196043 - Implement a `portageq owners <root> [<filename>]+`Zac Medico2007-10-171-1/+66
* Bug #194764 - All the match* functions can raiseZac Medico2007-10-051-9/+13
* Use better parseable format for list_preserved_libsMarius Mauch2007-06-291-1/+4
* Remove lots of unnecessary list generation via dict.keys().Zac Medico2007-06-211-2/+2
* For bug #180165, make portageq print a "Permission denied" error when appropr...Zac Medico2007-06-201-0/+3
* Add portageq command to list preserved libsMarius Mauch2007-06-131-5/+23
* Use os.path.realpath to handle symlinks properly.Zac Medico2007-02-101-1/+1
* Fix automatic sys.path insertions so that they're relative instead of absolut...Zac Medico2007-02-101-1/+2
* if requested argv cannot be matched to anything, exit with non-zero statusMike Frysinger2007-01-271-1/+6
* Syntax errorMarius Mauch2007-01-181-1/+1
* Various glep 42 fixes, fix up the portageq calls to fail properly, rewrite th...Alec Warner2007-01-161-2/+9
* merge glep42 into trunkAlec Warner2007-01-161-0/+11
* exithandler is not a portageq func, so ignore itAlec Warner2007-01-151-1/+1
* More String deprecationAlec Warner2007-01-121-7/+6
* Rely on PYTHONPATH instead of PORTAGE_PYM_PATH for locating portage's python ...Zac Medico2006-10-311-2/+5
* streamline portage pythonpath handling and add an override analog to how the ...Marius Mauch2006-10-261-1/+1
* Remove unused PORTAGE_CALLER=portageq from the environment.Zac Medico2006-10-091-1/+0
* Make portageq exit successfully for -h or --help.Zac Medico2006-09-201-1/+4
* Make portageq exit with nonzero status when called incorrectly.Zac Medico2006-09-191-2/+2
* Make sure that portageq exits quietly when killed, like emerge does.Zac Medico2006-08-191-1/+17
* Add a new portageq metadata function that wraps dbapi.aux_get() so that thing...Zac Medico2006-07-151-0/+30
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* In portageq, catch a KeyError and print a message to stderr. If the KeyError...Zac Medico2006-06-021-0/+3
* Catch a ValueError thrown from cpv_expand and use it print an error message (...Zac Medico2006-05-191-1/+8
* bug 118191 , puke properly when no args to envvar are supplied.Brian Harring2006-01-081-5/+8
* update copyright yearsMike Frysinger2006-01-051-1/+1
* Sanitize the root parameter specified to portageq.Jason Stubbs2005-12-261-1/+4
* Export the ROOT environment variable when using functions that take a <root>Jason Stubbs2005-12-261-4/+13
* add a -v (verbose) option to envvar for easily generating output for use in b...Mike Frysinger2005-12-101-1/+9
* touchup in general, add support for -h/--help, and delay importing portage so...Mike Frysinger2005-12-101-16/+24
* Kill of generation of CDEPEND for binary and installed packages.Jason Stubbs2005-11-271-1/+1
* fix for portageq usage call (missing argv), via Emanuele Giaquinta <e.giaquin...Brian Harring2005-11-151-1/+1
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+256