summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip fetching of metadata.dtd when mymode == "manifest". (trunk r6618)v2.1.2.8Zac Medico2007-05-251-2/+4
* Fix the ignore-previously-merged option so that it compares the original file...Zac Medico2007-05-241-1/+2
* Add a 'ignore-previously-merged' config option which gives similar behavior t...Zac Medico2007-05-232-0/+13
* 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
* Use device number and i-node number (like os.path.samefile does) to check if ...Zac Medico2007-05-231-1/+18
* In --tree output, keep track of which graph edges have already been displayed...Zac Medico2007-05-231-0/+9
* For bug #176539, add a manifest target to repoman so that there's a simple wa...Zac Medico2007-05-231-2/+16
* s:${PORTDIR}:/usr/portage: so that it's not implied that those variables are ...Zac Medico2007-05-232-8/+33
* For bug #177601, add a reference the --verbose option documentation in the OU...Zac Medico2007-05-231-1/+2
* 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
* For bug #179008, just use metadata.dtd directly from $DISTDIR. (trunk r6561:6...Zac Medico2007-05-221-14/+13
* 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
* fix from James C. Georgas to not modify EXTRA_EINSTALL #178544 (trunk r6552:6...Zac Medico2007-05-221-3/+4
* 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
* Fix the varexpand quotes tests since quotes are no longer removed by this fun...Zac Medico2007-05-131-2/+2
* For bug #177763, clarify about how FEATURES=keepwork allows ${WORKDDIR} to be...Zac Medico2007-05-101-1/+5
* Make sure FEATURES=test and USE=test are consistently enabled for all request...Zac Medico2007-05-101-8/+9
* Make sure USE=test is properly enabled when the test phase is forced via the ...Zac Medico2007-05-101-1/+6
* 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-092-0/+5
* Prevent blockers that are only partially resolvable by merge order from accid...v2.1.2.7Zac Medico2007-05-071-1/+10
* Use shlex for better splitting of PORTAGE_RSYNC_OPTS and PORTAGE_RSYNC_EXTRA_...Zac Medico2007-05-061-9/+15
* 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
* Use match_from_list in order to potentially avoid more blocks. (trunk r6481:6...Zac Medico2007-05-051-10/+10
* For bug #177211, use chmod -R on the children of the current directory in ord...Zac Medico2007-05-051-1/+2
* For bug #175058, comment #15, expand all possible variables in each argument....Zac Medico2007-05-051-3/+3
* document the behavior of `ebuild` wrt FEATURES=noauto #175444 (trunk r6470:6471)v2.1.2.6Zac Medico2007-05-051-0/+7
* For bug #176765, when a new package is blocked by another one that is being r...Zac Medico2007-05-031-3/+17
* Fix eend so that it works properly on a standard BSD console. Thanks to Uber...Zac Medico2007-05-022-0/+5
* For bug #175058, avoid potential quoting issues by spawning FETCHCOMMAND with...Zac Medico2007-04-292-8/+11
* For bug #176384, adjust config according to options of the command being resu...Zac Medico2007-04-281-0/+9
* For bug #175058, properly quote the variables in FETCHCOMMAND and RESUMECOMMA...Zac Medico2007-04-281-2/+2
* In the installsources docs, note that CFLAGS needs to be set to include debug...Zac Medico2007-04-281-1/+2
* Fix up missing mymergelist variable from the previous commit. (trunk r6445:6446)Zac Medico2007-04-281-5/+6
* For bug #176305, validate the resume merge list before attempting to verify t...Zac Medico2007-04-281-12/+13
* 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
* Use portable sh syntax rather than bash syntax. Thanks to drizzt. (trunk r64...Zac Medico2007-04-211-1/+1
* 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
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8
* For bug #175344, handle a potential InvalidDependString exception when parsin...Zac Medico2007-04-201-2/+8