summaryrefslogtreecommitdiffstats
path: root/bin/quickpkg
Commit message (Collapse)AuthorAgeFilesLines
* Add portage._internal_caller var, and use it.Zac Medico2013-01-031-1/+2
|
* Unconditionally insert our pym dir in sys.path.Zac Medico2012-09-021-7/+4
| | | | | This is especially necessary when running in prefix mode, since sys.path may contain the path for a different version of portage.
* Fix extended atom match for =* operator.Zac Medico2012-07-181-7/+6
|
* Support FEATURES={downgrade,unmerge}-backupZac Medico2012-07-011-6/+9
| | | | This will fix bug #156282 and bug #424275.
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-251-13/+11
| | | | | | | | | | It makes more sense to use EROOT instead of ROOT for keys in mappings like portage.db, since it allows for multiple prefixes to exist simultaneously within the same map without having a key collision. This affects all portageq commands which take a <root> parameter, since that parameter now corresponds to EROOT instead of ROOT. None of this makes any difference for non-prefix users, since EROOT and ROOT are identical when EPREFIX is empty.
* quickpkg: optimize */* matchesZac Medico2011-10-131-0/+5
|
* quickpkg: use AmbiguousPackageNameZac Medico2011-10-131-3/+3
|
* quickpkg: fix '*' in arg extended atom checkZac Medico2011-10-131-16/+11
| | | | | This check isn't really accurate due to the =* operator, and we don't want to reject =* atoms when they omit the category.
* quickpkg_extended_atom: handle =* operatorZac Medico2011-10-131-0/+5
|
* quickpkg: Support extended atomsSebastian Luther2011-10-131-1/+39
|
* quickpkg: may -> might rewordMike Frysinger2010-12-071-2/+2
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Bug #338588 - Allow quickpkg to create packages even though theZac Medico2010-09-251-3/+10
| | | | current user doesn't have permission to lock /var/db/pkg.
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-1/+1
| | | | | in the upcoming 2.1.9 branch which will not have sets support but will still have the code in private and disabled form.
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-141-2/+2
|
* portage.dep.use_reduce: Work on depstrings instead of paren_reduce'd dep arraysSebastian Luther2010-08-101-3/+2
| | | | | This change makes paren_reduce and paren_normalize calls for use_reduce redundant, resp. wrong. All consumers inside portage are adopted.
* 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
| | | | | | | | Split quickpkg_atom out of quickpkg_main to handle single atoms. Create quickpkg_set to handle sets that calls quickpkg_atom. Use a dict called 'infos' to return information about skipped config files, etc. Move imports to global scope. Update --help message and man page.
* 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
| | | | svn path=/main/trunk/; revision=15460
* Use dict.(keys|values|items)() instead of ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-1/+1
| | | | | | | | dict.(iterkeys|itervalues|iteritems)() for compatibility with Python 3. (2to3-3.1 -f dict -nw ${FILES}) svn path=/main/trunk/; revision=14327
* Use filter() and zip() instead of itertools.ifilter() and itertools.izip() ↵Arfrever Frehtes Taifersar Arahesis2009-09-211-2/+1
| | | | | | | | for compatibility with Python 3. (2to3-3.1 -f itertools -f itertools_imports -nw ${FILES}) svn path=/main/trunk/; revision=14314
* Support print() function with Python 2 in some files.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+5
| | | | svn path=/main/trunk/; revision=14291
* Update syntax of calls to print() for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
| | | | | | (2to3-3.1 -f print -nw ${FILES}) svn path=/main/trunk/; revision=14290
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-3/+3
| | | | | | (2to3-3.1 -f except -nw ${FILES}) svn path=/main/trunk/; revision=14289
* Update imports to import portage.os (with unicode wrappers), and useZac Medico2009-08-111-1/+3
| | | | | | _unicode_encode() and _unicode_decode() where appropriate. svn path=/main/trunk/; revision=13993
* Add portage ImportError sys.path insertion.Zac Medico2009-08-101-0/+7
| | | | svn path=/main/trunk/; revision=13987
* Bug #262485 - Handle InvalidAtom from dep_expand().Zac Medico2009-03-171-6/+7
| | | | svn path=/main/trunk/; revision=13116
* 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