summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Call realpath(repodir) so it's conistent with the value that pordbapi uses.Zac Medico2009-04-301-0/+1
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-303-7/+5
* Create the myreporoot variable from portdir_overlay before doingZac Medico2009-04-301-3/+3
* Ensure that the correct PORTDIR setting is passed into the profile-specificZac Medico2009-04-301-0/+1
* Pass the correct PORTDIR_OVERLAY value into the profile-specific configZac Medico2009-04-301-2/+8
* Set local_config=False in config constructor calls, since egencache is similarZac Medico2009-04-301-2/+2
* Avoid leaking some variables from ebuild_main() into the environment (localZac Medico2009-04-301-3/+3
* Show an error message when deletion of stale cache fails. (trunk r13315)Zac Medico2009-04-301-1/+4
* Initialize self._trg_cache.ec inside the GenCache constructor. (trunk r13307)Zac Medico2009-04-301-0/+5
* Call _ebuild_phase_funcs() from ebuild_main() since it needs to be called forZac Medico2009-04-301-5/+5
* - Move DEFINED_PHASES code into _source_ebuild() and add it to the list ofZac Medico2009-04-301-35/+34
* Move the ebuild sourcing code into a new _source_ebuild() function.Zac Medico2009-04-302-6/+10
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-301-26/+33
* Add a --repo option, allowing cache to be generated for overlays. (trunk r13292)Zac Medico2009-04-301-3/+15
* Always generate an error if the target cache contains an apparently invalidZac Medico2009-04-301-5/+13
* If there are not ebuilds matching a argument, only generate an error if thereZac Medico2009-04-301-10/+19
* Generate an error if there are no ebuilds found for a package that'sZac Medico2009-04-301-0/+10
* Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing co...Zac Medico2009-04-301-1/+1
* Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase,Zac Medico2009-04-302-0/+3
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf. (trunk r13266)Zac Medico2009-04-301-8/+28
* Automatically enable FEATURES=metadata-transfer if it's not enabled,Zac Medico2009-04-301-4/+8
* Fix typo in comment. (trunk r13264)Zac Medico2009-04-301-1/+1
* Add parsing code for --jobs and --load-average. (trunk r13263)Zac Medico2009-04-301-0/+31
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-04-301-10/+41
* Bug #261377 - Add a new 'egencache' tool to generate metadata cache forZac Medico2009-04-301-0/+205
* reword the qa execstack notice since it can be triggered by pt_load sections ...Zac Medico2009-04-301-5/+5
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-04-3012-17/+17
* 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-271-15/+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
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-271-5/+9
* 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
* Make config.features a set instead of a list. (trunk r13134)Zac Medico2009-03-231-3/+2
* 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
* Bug #262365 - Punt the prepalldocs check until there is an alternativeZac Medico2009-03-171-2/+0
* 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
* Bug #262365 - Make the "portage.internal" category (prepalldocs check) av2.1.6.8Zac Medico2009-03-131-0/+1
* Add missing brackets to [:upper:] and [:lower:] in _sb_append_var() trZac Medico2009-03-131-1/+2
* Filter _sb_append_var in save_ebuild_env(). (trunk r13091)Zac Medico2009-03-131-1/+1