summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-1/+1
* Put ebuild helpers at the absolute front of the PATH.Zac Medico2009-04-281-4/+7
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-281-1/+1
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-261-0/+1
* Revert r13390 (dosed and dohard functions) since a stack trace isn't reallyZac Medico2009-04-242-10/+1
* Add dummy dosed and dohard functions for EAPI 3, so that a trace can beZac Medico2009-04-242-1/+10
* Add dohard and doset helper which die for EAPI 3. TODO: Make the dieZac Medico2009-04-245-2/+23
* Set executable.Zac Medico2009-04-241-0/+0
* Fix breakage in PREROOTPATH logic from the EAPI 3 code.Zac Medico2009-04-231-0/+1
* Remove ccache and distcc remove_path_entry code since PATH is alwaysZac Medico2009-04-231-3/+0
* Use declare -F to check existence of function definitions, instead ofZac Medico2009-04-221-10/+10
* Use ret|=1 instead of ++ret, to avoid possible overflow.Zac Medico2009-04-211-1/+1
* Add new dodoc implementation for EAPI 3. Thanks to to Tiziano MüllerZac Medico2009-04-211-0/+50
* In ebuild_main(), unset ebuild_helpers_path when finished with it, sinceZac Medico2009-04-211-0/+1
* Add ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory to PATH for EAPI 3. ThanksZac Medico2009-04-211-0/+13
* Exit unsuccessfully when in commit mode and nothing is found to commit. ThanksZac Medico2009-04-211-1/+1
* Handle IOError from codecs.open().Zac Medico2009-04-181-1/+1
* Support profiles.desc from overlays.Zac Medico2009-04-181-47/+66
* Support use.desc from overlays.Zac Medico2009-04-181-25/+36
* Use a new ProfileDesc class to handle the data for each profile listed inZac Medico2009-04-181-40/+39
* Call realpath(repodir) so it's conistent with the value that pordbapi uses.Zac Medico2009-04-161-0/+1
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-133-7/+5
* Create the myreporoot variable from portdir_overlay before doingZac Medico2009-04-121-3/+3
* Ensure that the correct PORTDIR setting is passed into the profile-specificZac Medico2009-04-121-0/+1
* Pass the correct PORTDIR_OVERLAY value into the profile-specific configZac Medico2009-04-121-2/+8
* Set local_config=False in config constructor calls, since egencache is similarZac Medico2009-04-111-2/+2
* Avoid leaking some variables from ebuild_main() into the environment (localZac Medico2009-04-111-3/+3
* Show an error message when deletion of stale cache fails.Zac Medico2009-04-111-1/+4
* Initialize self._trg_cache.ec inside the GenCache constructor.Zac Medico2009-04-091-0/+5
* Call _ebuild_phase_funcs() from ebuild_main() since it needs to be called forZac Medico2009-04-081-5/+5
* - Move DEFINED_PHASES code into _source_ebuild() and add it to the list ofZac Medico2009-04-081-35/+34
* Move the ebuild sourcing code into a new _source_ebuild() function.Zac Medico2009-04-082-6/+10
* Add support to repoman for using layout.conf to control which repositoriesZac Medico2009-04-071-26/+33
* Add a --repo option, allowing cache to be generated for overlays.Zac Medico2009-04-061-3/+15
* Always generate an error if the target cache contains an apparently invalidZac Medico2009-04-031-5/+13
* If there are not ebuilds matching a argument, only generate an error if thereZac Medico2009-04-031-10/+19
* Generate an error if there are no ebuilds found for a package that'sZac Medico2009-04-031-0/+10
* Bug #264245 - Revert i|=1 from r13242 since that breaks the array indexing co...Zac Medico2009-04-021-1/+1
* Bug #264494 - In case the ebuild has enabled set -e during an ebuild phase,Zac Medico2009-04-012-0/+3
* Add support for a EGENCACHE_DEFAULT_OPTS variable in make.conf.Zac Medico2009-04-011-8/+28
* Automatically enable FEATURES=metadata-transfer if it's not enabled,Zac Medico2009-03-311-4/+8
* Fix typo in comment.Zac Medico2009-03-311-1/+1
* Add parsing code for --jobs and --load-average.Zac Medico2009-03-311-0/+31
* Add a new egencache --rsync option which enables a stat collision workaroundZac Medico2009-03-311-10/+41
* Bug #261377 - Add a new 'egencache' tool to generate metadata cache forZac Medico2009-03-311-0/+205
* reword the qa execstack notice since it can be triggered by pt_load sections ...Mike Frysinger2009-03-311-5/+5
* In order to eliminate the possibility of integer overflay, replace things likeZac Medico2009-03-2912-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