summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Always use shlex_split() to split CONFIG_PROTECT{,_MASK}.Zac Medico2010-07-311-3/+4
* Update copyright header.Zac Medico2010-04-011-1/+1
* Move all imports to top.Zac Medico2010-03-281-11/+9
* Remove unused variables/imports and extra whitespace.Zac Medico2010-03-281-13/+11
* Add support for package sets to quickpkgSebastian Luther2010-03-281-135/+179
* 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
* Move dep_expand and cpv_expand into portage.dbapi submodules.Zac Medico2010-02-251-1/+2
* Use dict.(keys|values|items)() instead of dict.(iterkeys|itervalues|iteritems...Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() fo...Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+5
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
* 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/+3
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-0/+7
* Bug #262485 - Handle InvalidAtom from dep_expand().Zac Medico2009-03-171-6/+7
* When necessary, make quickpkg add missing metadata to the vdb entry beforeZac Medico2008-04-051-0/+14
* Bug #198492 - Make quickpkg create $PKGDIR if it doesn'tZac Medico2007-11-081-0/+4
* Remove redundant 'Usage: ' from the usage message.Zac Medico2007-06-231-1/+1
* For bug #182428, make quickpkg exclude config files that are protected by CON...Zac Medico2007-06-221-2/+43
* Make quickpkg print a warning if "bindist" is in RESTRICT.Zac Medico2007-06-221-4/+17
* Make IUSE handling safe for IUSE defaults.Zac Medico2007-06-211-2/+4
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if w...Mike Frysinger2007-06-211-0/+4
* Add an --ignore-default-opts option that is analogous to the corresponding em...Zac Medico2007-06-201-3/+8
* For bug #182428, make quickpkg use a more secure umask by default and allow i...Zac Medico2007-06-191-2/+11
* Fix typo.Zac Medico2007-06-041-1/+1
* For bug #164655, port quickpkg to python and use the tarfile module for prope...Zac Medico2007-06-041-193/+134
* Add back a missing `source isolated-functions.sh`. The color logic is handle...Zac Medico2007-03-091-4/+1
* try and fix $Rev$Mike Frysinger2007-01-311-1/+1
* try and fix $LastChangedRevision$Mike Frysinger2007-01-311-1/+1
* add some useful optionsMike Frysinger2007-01-311-29/+60
* For bug #149781, exclude symlinks to directories when creating binary package...Zac Medico2006-10-011-1/+5
* Make quickpkg respect PORTAGE_NICENESS.Zac Medico2006-09-071-0/+2
* Substitute isolated-functions.sh in place of /sbin/functions.sh.Zac Medico2006-09-071-2/+11
* Condense a few portageq calls into one.Zac Medico2006-09-071-6/+4
* Optimize quickpkg so that it creates the binary package directly in $PKGDIR/A...Zac Medico2006-09-071-5/+8
* For bug #146564, include directories in packages created by quickpkg. Note t...Zac Medico2006-09-071-1/+1
* Force a sane umask in quickpkg for bug #143340.Zac Medico2006-08-091-0/+3
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
* `` must dieSimon Stelling2006-04-151-1/+1
* backport portage-pkg path change from savior branchMike Frysinger2006-03-111-4/+4
* add support for ROOT by Joel Martin #122728Mike Frysinger2006-02-141-3/+6
* update copyright yearsMike Frysinger2006-01-051-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/+148