summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Fix get_operator() and best_match_to_list() so that slot deps mesh properly w...Zac Medico2007-05-291-1/+2
* Fix dep_getcpv() so that it always properly removes the slot regardless of wh...Zac Medico2007-05-291-3/+2
* Don't pass slotted packages into pkgsplit since it doesn't handle them. (trun...Zac Medico2007-05-291-4/+11
* For bug #179870, add support for cpv:slot in match_from_list() and use it to ...Zac Medico2007-05-292-14/+14
* Fix logic for USE_EXPAND variables that are incremental (there are none curre...Zac Medico2007-05-261-9/+17
* Store flags as a set inside the USE incremental loop. (trunk r6627)Zac Medico2007-05-251-10/+8
* For bug #179766, expand USE_EXPAND variables inside the USE incremental loop ...Zac Medico2007-05-251-24/+25
* Punt the portdbapi.getsize() function since it's unused and broken (mysum ref...Zac Medico2007-05-231-13/+0
* hardlink basic suid protection (trunk r6580)Zac Medico2007-05-231-0/+6
* For forward compatibility, make binarytree.populate() work even when $PKGDIR/...Zac Medico2007-05-221-2/+0
* Use bash to spawn FETCHCOMMAND under selinux since most other binaries are fo...Zac Medico2007-05-221-0/+2
* In fetch(), don't try to parse digests unless the "O" variable is defined. (t...Zac Medico2007-05-221-2/+7
* For bug #179206, improve efficiency by using a containment test instead of st...Zac Medico2007-05-221-2/+2
* Don't protect USE_EXPAND variables from -* anymore because the really critica...Zac Medico2007-05-221-1/+1
* For bug #178293, don't write digest-* files unnecessarily when SRC_URI is emp...Zac Medico2007-05-131-2/+5
* For bug #177591, increase shell compatibility by preserving quotes in varexpa...Zac Medico2007-05-091-2/+4
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-091-0/+2
* Use shlex for better splitting of FETCHCOMMAND. (trunk r6489:6490)Zac Medico2007-05-061-4/+4
* Use varexpand to expand FETCHCOMMAND and RESUMECOMMAND. (trunk r6486:6487)Zac Medico2007-05-061-6/+7
* For bug #171259, fix vercmp so that implicit _p0 is less than explicit _p0. ...Zac Medico2007-05-051-3/+5
* For bug #175058, comment #15, expand all possible variables in each argument....Zac Medico2007-05-051-3/+3
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-021-0/+3
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with...Zac Medico2007-04-291-6/+9
* Always ensure permissions in DISTCC_DIR in order to try to prevent potential ...v2.1.2.5Zac Medico2007-04-261-1/+1
* For bug #176139, only symlink the distfiles that are required according the c...Zac Medico2007-04-261-1/+1
* For bug #175781, add a higher preference priority for choices where all match...Zac Medico2007-04-241-1/+15
* Also validate RESTRICT inside doebuild(). (trunk r6426:6427)Zac Medico2007-04-201-1/+1
* Also validate SRC_URI inside doebuild(). (trunk r6424:6425)Zac Medico2007-04-201-1/+1
* For bug #175344, validate LICENSE and PROVIDE inside doebuild(). (trunk r6422...Zac Medico2007-04-201-2/+15
* Add CATEGORY to blacklisted variables since it can interfere with CATEGORY gu...Zac Medico2007-04-131-5/+3
* Use catpkgsplit instead of pkgsplit for consistency with usage elsewhere. (tr...Zac Medico2007-04-131-2/+2
* Efficiently recycle partial valid vdb cache when possible. This reduces disk...Zac Medico2007-04-101-4/+7
* Don't load FEATURES in load_infodir() because FEATURES from the build host sh...Zac Medico2007-04-091-0/+4
* Only apply permissions to ccache, confcache, and distcc dirs when they are cr...Zac Medico2007-04-081-7/+6
* For bug #173184, handle the CommandNotFound that is produced during uninstall...Zac Medico2007-04-021-4/+9
* Fix missing import. (trunk r6324:6325)Zac Medico2007-03-311-0/+1
* For bug #170178, remove all hardcoded references to '/usr/lib/portage'. (trun...Zac Medico2007-03-272-3/+4
* Clean up and simplify preference selection logic for bug #171840. (trunk r626...Zac Medico2007-03-231-47/+26
* For bug #171840, consider all choices for slot intersection and promote those...Zac Medico2007-03-231-3/+7
* Ignore non-existent directories for bug #171809. This is required for readon...Zac Medico2007-03-231-1/+9
* Fix a utime call to prevent a timestamp collision for bug #171117. (trunk r62...Zac Medico2007-03-161-2/+2
* For bug #171117, ensure that the new and old config have different timestamps...Zac Medico2007-03-161-1/+7
* Automatically convert ROOT and PORTAGE_CONFIGROOT to absolute paths when nece...Zac Medico2007-03-161-4/+4
* Remove the KVERS environment variable since it's code that creates it is brok...v2.1.2.1Zac Medico2007-03-041-4/+0
* Pass waiting_msg into recursive lockfile() calls. (trunk r6155:6156)Zac Medico2007-03-031-2/+5
* Add missing sys import. (trunk r6145:6146)Zac Medico2007-03-031-1/+1
* For bug #138840, show a more informative message when waiting for a distfiles...Zac Medico2007-03-032-27/+43
* Fix types.InstanceType test which is failing now for some reason. (trunk r613...Zac Medico2007-03-031-1/+1
* Fix the rest of the broken except statement syntax. (trunk r6120:6121)Zac Medico2007-03-011-1/+1
* For bug #168823, fix broken except statement syntax that prevents the ValueEr...Zac Medico2007-03-011-1/+1