summaryrefslogtreecommitdiffstats
path: root/pym/portage.py
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #81097, detect and report suspicious hardlinks to suid/sgid files. F...Zac Medico2007-06-101-6/+60
* For bug #181551, support slot deps in package.keywords. (trunk r6790)Zac Medico2007-06-101-3/+5
* Preserve order of flags from IUSE in wildcard expansion. (trunk r6786)Zac Medico2007-06-101-1/+1
* For bug #148702, use the * token to trigger wildcard expansion of IUSE. This...Zac Medico2007-06-091-13/+26
* When an update is discarded due to confmem, record it's mtime in the contents...Zac Medico2007-06-091-1/+1
* For bug #148702, automatically enable flags from IUSE if they correspond to u...Zac Medico2007-06-091-2/+17
* For bug #181387, fix an UnboundLocalError for the mymtime variable that is tr...Zac Medico2007-06-091-3/+8
* For bug #152828, run ${CHOST}-ldconfig when ${CBUILD} != ${CHOST}. (trunk r6770)Zac Medico2007-06-091-10/+20
* Make all the python code respect USE conditionals in RESTRICT. It's already ...Zac Medico2007-06-081-15/+15
* For bug #181021, preserve timestamps from during merge. For replacement ope...Zac Medico2007-06-081-94/+51
* Fix typo, split SPACE_SEPARATED variables on whitespace. (trunk r6738)Zac Medico2007-06-081-1/+1
* When dblink.treewalk() looks for an installed instance in the same slot, make...Zac Medico2007-06-081-0/+8
* Remove duplicate entries from special variables processed by env_update() (bu...Zac Medico2007-06-081-2/+6
* For bug #82378, only set permissions on PORT_LOGDIR if it is created automati...Zac Medico2007-06-061-2/+4
* Instead of calling sys.exit() when aux_get() fails inside getfetchlist(), con...Zac Medico2007-06-011-2/+4
* Don't repeatedly invoke the depend phase for ebuilds that are already known t...Zac Medico2007-06-011-0/+4
* For bug #149397, raise an InvalidDependString exception if a USE has no basen...Zac Medico2007-06-011-0/+2
* Raise a KeyError from bindbapi.aux_get() when appropriate. (trunk r6699)Zac Medico2007-06-011-3/+6
* Make automatic "global updates" always use the config instance that's associa...Zac Medico2007-05-311-3/+2
* Make dep_zapdeps() pull SLOT from the correct dbapi instance when it falls ba...Zac Medico2007-05-311-3/+8
* Show deprecation warnings if the "clone" parameters are used for the binartre...Zac Medico2007-05-301-0/+6
* For bug #61732, support -flag in USE (instead of just +flag). Given the curr...Zac Medico2007-05-301-1/+6
* For bug #179870, correctly handle slot deps in the profile's package.* files....Zac Medico2007-05-291-12/+12
* For bug #179870, add support for cpv:slot in match_from_list() and use it to ...Zac Medico2007-05-291-1/+4
* 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
* Don't protect USE_EXPAND variables from -* anymore because the really critica...Zac Medico2007-05-221-1/+1
* 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 #175058, comment #15, expand all possible variables in each argument....Zac Medico2007-05-051-3/+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
* Fix missing import. (trunk r6324:6325)Zac Medico2007-03-311-0/+1