summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make the argument hash in config.setcpv() a little stronger. (trunk r13232)v2.1.6.11Zac Medico2009-03-271-5/+7
* Fix typo in comment. (trunk r13230)Zac Medico2009-03-271-1/+1
* In config.setcpv(), make sure the current args are really identical to theZac Medico2009-03-271-2/+7
* Inside config.setcpv(), don't clear out self.configdict['pkg'] entirelyZac Medico2009-03-271-4/+11
* In portdbapi.findname2(), move some of the path joining out of the loop.Zac Medico2009-03-271-3/+6
* In dyn_unpack(), don't force a new unpack when the ebuild mtime is newerZac Medico2009-03-271-4/+1
* When copying symlink targets to temp files, use a private temp dir insideZac Medico2009-03-271-2/+7
* For consistency in output with other helpers, check for file existenceZac Medico2009-03-271-1/+3
* Move checks for /usr/lib/distcc/bin and /usr/lib/ccache/bin to the pythonZac Medico2009-03-272-20/+27
* In config.regenerate(), always synchronize self.features with self['FEATURES'].Zac Medico2009-03-271-4/+6
* In config.setcpv(), clear out self.configdict["pkg"] to make sure that noZac Medico2009-03-271-0/+1
* Bug #227265 - Make pkgsplit() allow multiple consecutive hyphens in packageZac Medico2009-03-272-9/+5
* Add test case for consecutive hyphens. (trunk r13186)Zac Medico2009-03-271-0/+3
* Bug #227265 - Make pkgsplit() allow "versiony looking parts" in package names,Zac Medico2009-03-272-6/+4
* Source bashrc after PATH tweaks inside ebuild_main(). (trunk r13184)Zac Medico2009-03-271-1/+2
* Move distcc and ccache PATH setup later, after EAPI is guaranteed to be known,Zac Medico2009-03-271-58/+35
* Fix domo and doexe to return non-zero if there are any errors. Thanks toZac Medico2009-03-272-1/+14
* Remove unused tar_opts variable inside unpack(). Thanks to zong_sharo forZac Medico2009-03-271-5/+4
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-271-0/+6
* Note that --noreplace takes precedence over options such as --newuse.Zac Medico2009-03-271-1/+4
* Update code for removing noauto from FEATURES since config.features is aZac Medico2009-03-271-3/+2
* Remove redundant EAPI assingment inside doebuild_environment(). (trunk r13176)Zac Medico2009-03-271-1/+1
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-276-22/+117
* If a package is masked by EAPI then don't show any other masking reasons.Zac Medico2009-03-271-3/+9
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-275-13/+87
* When calling doebuild() to spawn the 'depend' phase, just call config.setcpv()v2.1.6.10Zac Medico2009-03-233-5/+5
* Fix misc typos in comments. (trunk r13168)Zac Medico2009-03-232-2/+2
* Only check for ebuild/eclass modification when a relevant phase is called.Zac Medico2009-03-231-7/+8
* Use a separate if/then to group boolean or'd expressions together, ratherZac Medico2009-03-231-6/+6
* Make ebuild(1) detect ebuild/eclass changes and automatically source theZac Medico2009-03-232-3/+16
* Add "prepare" to the list of phases that trigger a warning about staleZac Medico2009-03-231-1/+1
* When triggering a fresh unpack inside dyn_unpack(), remove theZac Medico2009-03-231-1/+1
* Replace xrange() usage with normal iteration and enumerate() whereZac Medico2009-03-231-14/+15
* Inside spawn(), avoid redundant os.access() and stat() calls on commonlyZac Medico2009-03-231-1/+2
* Inside config.environ(), skip stat call on $T/environment for phases suchZac Medico2009-03-231-5/+6
* Remove pointless usage of xrange(). Thanks to Douglass AndersonZac Medico2009-03-231-2/+2
* Add a temporary workaround for bug #263081 (partially reverts r12757).Zac Medico2009-03-231-0/+12
* Fix argument validation to allow file paths. Thanks to Arfrever for reporting.Zac Medico2009-03-231-0/+7
* Normalize try/except indentation for compatibility with 2to3. (trunkZac Medico2009-03-235-25/+50
* Make sure mysettings.setcpv() always gets called when necessary insideZac Medico2009-03-231-7/+9
* Add docstrings for the fd_pipes and returnpid parameters of doebuild().Zac Medico2009-03-231-0/+7
* Make config.features a set instead of a list. (trunk r13134)Zac Medico2009-03-232-8/+6
* Update copyright headers. (trunk r13131)Zac Medico2009-03-232-3/+3
* In order to avoid possible duplicate elog messages when using ebuild(1) toZac Medico2009-03-231-0/+7
* Validate argument atoms earlier for build actions. (trunk r13126)v2.1.6.9Zac Medico2009-03-171-0/+12
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-174-16/+1
* Punt fix-db.py since it's not really needed. It's been broken since 2.1.6Zac Medico2009-03-171-181/+0
* Bug #262485 - Handle InvalidAtom from dep_expand(). (trunk r13116)Zac Medico2009-03-171-6/+7
* Do not create hardlinks when merging CONFIG_PROTECTed files since configZac Medico2009-03-171-7/+15
* add m68k diff from kolla (trunk r13114)Zac Medico2009-03-171-0/+34