aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pmerge: initial -B/--buildpkgonly supportbuildpkgonlyTim Harder2015-02-211-10/+17
* pmerge: minor wording and naming changesTim Harder2015-02-212-3/+3
* domain: respect USE settings from the environmentTim Harder2015-02-211-1/+1
* pmerge: respect the return_none parameter to parse_target()Tim Harder2015-02-211-1/+4
* pmerge: rename parse_atom() to parse_target() and update related docsTim Harder2015-02-212-14/+14
* pmerge: use more readable variants of restrictions for error messagesTim Harder2015-02-211-2/+2
* pmerge: allow glob arguments instead of just atoms or pkg namesTim Harder2015-02-212-25/+44
* pmerge: disable pkg replace mode if -u/--upgrade is specifiedTim Harder2015-02-211-1/+1
* pmerge: make sure targets is always a list when storing valuesTim Harder2015-02-211-2/+2
* pmerge: always add the sets attr to the options namespaceTim Harder2015-02-211-2/+1
* pmerge: drop -s/--set in favor of @set syntaxTim Harder2015-02-211-25/+17
* replace range with xrangeTim Harder2015-02-202-2/+2
* minor spelling fixTim Harder2015-02-191-1/+1
* fix tests finding bash files againTim Harder2015-02-181-2/+1
* condense "running in repo" vars down to oneTim Harder2015-02-184-17/+17
* fix data file installs for py3Tim Harder2015-02-181-1/+1
* use symlinks for EAPI 1 and 3 bash libs since they're just dupesTim Harder2015-02-182-10/+2
* make sure tests know where the bash files moved toTim Harder2015-02-181-0/+2
* install bash files in /usr/lib/pkgcore instead of the python moduleTim Harder2015-02-1872-36/+16
* setup: return a generator instead of a list for _get_files()Tim Harder2015-02-181-4/+2
* tests: check empty iuse cases for ebuildsTim Harder2015-02-151-1/+9
* tests: add initial test for profile-based iuse_effective attrTim Harder2015-02-151-3/+68
* profiles: simplify ebuild atom import namespaceTim Harder2015-02-151-4/+5
* profiles: don't cache rarely used values retrieved directly from make.defaultsTim Harder2015-02-151-6/+6
* tests: add test for the iuse_stripped methodTim Harder2015-02-151-2/+8
* simplify iuse_effective's return value for pkg objectsTim Harder2015-02-153-7/+7
* pinspect: add iuse_effective support for profile modeTim Harder2015-02-141-0/+11
* sync/rsync: update default rsync opts to match portageTim Harder2015-02-141-11/+14
* profiles: clarify profile fallback for IUSE EFFECTIVE supportTim Harder2015-02-141-1/+1
* commandline: fix --version output for pcheck (and other optparse tools)Tim Harder2015-02-141-1/+1
* domain: pull the generate filter function out of the domainTim Harder2015-02-141-19/+16
* profiles: provide access to profile-related iuse_effectiveTim Harder2015-02-142-17/+27
* ebuild: provide access to stripped iuseTim Harder2015-02-147-23/+23
* ebuild/repository: drop unnecessary sorting of iuse_effectiveTim Harder2015-02-141-2/+1
* vdb: sort all sortable attrs when writing to diskTim Harder2015-02-141-1/+1
* pmerge: simplify --with-bdeps help descriptionTim Harder2015-02-141-2/+2
* more functools.partial import updatesTim Harder2015-02-139-43/+56
* use partial() from functools instead of snakeoil.curryingTim Harder2015-02-1336-37/+57
* use DepSets instead of AndRestrictions for nodeps wrapped reposTim Harder2015-02-132-3/+4
* drop unnecessary variable aliasesTim Harder2015-02-131-6/+3
* lint: whitespace and module namespace consistencyTim Harder2015-02-131-4/+5
* binpkg: drop duplicate cache keysTim Harder2015-02-131-2/+1
* setup: use relative path for data files to respect sys.prefixTim Harder2015-02-122-2/+4
* pkgcore: add -q/--quiet options to help outputAustin English2015-02-111-0/+3
* config: remove unnecessary or unused settings from make.globalsTim Harder2015-02-121-5/+0
* fix running pmerge and other scripts from a repo or unpacked tarballTim Harder2015-02-122-4/+8
* setup.py: various lint whitespace and variable clean upTim Harder2015-02-111-46/+57
* config: install our own make.globals and repos.conf filesTim Harder2015-02-114-5/+63
* config: remove old make.conf and make.globals filesTim Harder2015-02-112-476/+0
* pmerge: coordinate binpkg-related command descriptionsTim Harder2015-02-111-3/+3