summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When necessary, make quickpkg add missing metadata to the vdb entry beforeZac Medico2008-04-051-0/+14
| | | | | | creating the binary package. svn path=/main/trunk/; revision=9723
* Bug #198492 - Make quickpkg create $PKGDIR if it doesn'tZac Medico2007-11-081-0/+4
| | | | | | already exist. svn path=/main/trunk/; revision=8464
* Remove redundant 'Usage: ' from the usage message.Zac Medico2007-06-231-1/+1
| | | | svn path=/main/trunk/; revision=6964
* For bug #182428, make quickpkg exclude config files that are protected by ↵Zac Medico2007-06-221-2/+43
| | | | | | CONFIG_PROTECT. Add a --include-config option that includes all config files and a --include-unmodified-config that includes config files that have not been modified since installation (matching md5sum). svn path=/main/trunk/; revision=6945
* Make quickpkg print a warning if "bindist" is in RESTRICT.Zac Medico2007-06-221-4/+17
| | | | svn path=/main/trunk/; revision=6937
* Make IUSE handling safe for IUSE defaults.Zac Medico2007-06-211-2/+4
| | | | svn path=/main/trunk/; revision=6897
* as noted by Josh Saddler on the gentoo-dev mailing list, issue a warning if ↵Mike Frysinger2007-06-211-0/+4
| | | | | | we try to create a binpkg for something that has IUSE=bindist but was emerged with USE=-bindist svn path=/main/trunk/; revision=6896
* Add an --ignore-default-opts option that is analogous to the corresponding ↵Zac Medico2007-06-201-3/+8
| | | | | | emerge option. svn path=/main/trunk/; revision=6892
* For bug #182428, make quickpkg use a more secure umask by default and allow ↵Zac Medico2007-06-191-2/+11
| | | | | | it to be overridden by a --umask option. Add support for QUICKPKG_DEFAULT_OPTS so that default options can be set in make.conf. svn path=/main/trunk/; revision=6871
* Fix typo.Zac Medico2007-06-041-1/+1
| | | | svn path=/main/trunk/; revision=6729
* For bug #164655, port quickpkg to python and use the tarfile module for ↵Zac Medico2007-06-041-193/+134
| | | | | | proper handling of symlinks to directories. Thanks to Martin Parm <parmus@diku.dk> for the initial port. svn path=/main/trunk/; revision=6728
* Add back a missing `source isolated-functions.sh`. The color logic is ↵Zac Medico2007-03-091-4/+1
| | | | | | handled internally. svn path=/main/trunk/; revision=6201
* try and fix $Rev$Mike Frysinger2007-01-311-1/+1
| | | | svn path=/main/trunk/; revision=5849
* try and fix $LastChangedRevision$Mike Frysinger2007-01-311-1/+1
| | | | svn path=/main/trunk/; revision=5848
* add some useful optionsMike Frysinger2007-01-311-29/+60
| | | | svn path=/main/trunk/; revision=5847
* For bug #149781, exclude symlinks to directories when creating binary ↵Zac Medico2006-10-011-1/+5
| | | | | | package with quickpkg. svn path=/main/trunk/; revision=4570
* Make quickpkg respect PORTAGE_NICENESS.Zac Medico2006-09-071-0/+2
| | | | svn path=/main/trunk/; revision=4424
* Substitute isolated-functions.sh in place of /sbin/functions.sh.Zac Medico2006-09-071-2/+11
| | | | svn path=/main/trunk/; revision=4423
* Condense a few portageq calls into one.Zac Medico2006-09-071-6/+4
| | | | svn path=/main/trunk/; revision=4422
* Optimize quickpkg so that it creates the binary package directly in ↵Zac Medico2006-09-071-5/+8
| | | | | | $PKGDIR/All. This eliminates the need for tbz2tool and is the same approach used by the package phase in misc-functions.sh. svn path=/main/trunk/; revision=4420
* For bug #146564, include directories in packages created by quickpkg. Note ↵Zac Medico2006-09-071-1/+1
| | | | | | that tar's --no-recursion option causes the directories to be selectively included without nessarily including their contents. svn path=/main/trunk/; revision=4419
* Force a sane umask in quickpkg for bug #143340.Zac Medico2006-08-091-0/+3
| | | | svn path=/main/trunk/; revision=4210
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* `` must dieSimon Stelling2006-04-151-1/+1
| | | | svn path=/main/trunk/; revision=3155
* backport portage-pkg path change from savior branchMike Frysinger2006-03-111-4/+4
| | | | svn path=/main/trunk/; revision=2850
* add support for ROOT by Joel Martin #122728Mike Frysinger2006-02-141-3/+6
| | | | svn path=/main/trunk/; revision=2708
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+148
svn path=/main/branches/2.0/; revision=1941