summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update header for 2.1.6 branch.v2.1.6.12Zac Medico2009-05-011-1/+1
* Bug #267175 - Instead of "poor code kills airplanes", say "install abortedZac Medico2009-05-011-2/+4
* Make elog functions use read -r when splitting lines, so that backslashesZac Medico2009-05-011-11/+11
* Only generate KV when setting up the environment for a real ebuild phase. ThisZac Medico2009-05-011-1/+4
* Fix logic error which prevents repos.conf [DEFAULT] section from applyingZac Medico2009-05-011-1/+1
* Disable ACCEPT_LICENSE license group expansion and related code since licenseZac Medico2009-04-301-4/+5
* Remove unnecessary doebuild_environment() call from EbuildFetchonly.execute()Zac Medico2009-04-301-3/+0
* In config.setcpv() reuse split USE from built packages instead of splittingZac Medico2009-04-301-3/+2
* Enable use() qa checks via PORTAGE_IUSE for all ebuild phases and for binaryZac Medico2009-04-301-6/+1
* Move PORTAGE_RESTRICT calculation to config.setcpv() (lazy evaluation) andZac Medico2009-04-301-19/+38
* Bug #267104 - When appropriate, advise the user that they may set FEATURES=Zac Medico2009-04-301-4/+17
* Fix _lazy_accept_license to discard || from the set of licenses. (trunk r13565)Zac Medico2009-04-301-0/+1
* Add note about repos.conf eclass overrides. (trunk r13561:13563)Zac Medico2009-04-301-0/+6
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-302-6/+13
* Fix error in calculations from bug #267104. (trunk r13419)Zac Medico2009-04-301-2/+2
* In config.setcpv(), move the code that makes sure "pkg" values override "env"Zac Medico2009-04-301-4/+8
* Generate a pruned version of ACCEPT_LICENSE, by intersection withZac Medico2009-04-301-0/+28
* In config.regenerate(), explicitly include self.backupenv when processingZac Medico2009-04-301-0/+1
* Exclude 'backupenv' from config.configlist and lookuplist since it doesn'tZac Medico2009-04-301-13/+12
* Clarify RESTRICT=bindist docs by referring to 'built' packages. Thanks toZac Medico2009-04-301-1/+1
* Warn about sed and epatch calls which should be moved from src_unpack toZac Medico2009-04-301-1/+33
* Move the here-document code from the EbuildWhitespace check to theZac Medico2009-04-301-26/+26
* Make EbuildWhitespace ignore here-documents. Thanks to Diego PettenòZac Medico2009-04-301-4/+19
* Make xtermTitle() use a global variable to cache the result of the TERM check.Zac Medico2009-04-301-13/+17
* Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles. (trunk r13409)Zac Medico2009-04-301-3/+6
* Fix the code from bug #267104 to account non-root users. (trunk r13408)Zac Medico2009-04-301-1/+3
* Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since theseZac Medico2009-04-301-23/+3
* Bug #267104 - If the statvfs f_bavail field shows insufficient free space andZac Medico2009-04-301-2/+9
* Put ebuild helpers at the absolute front of the PATH. (trunk r13404)Zac Medico2009-04-301-4/+7
* Bug #71646 - Don't allow the HISTFILE variable into the ebuild environmentZac Medico2009-04-302-2/+2
* fix e-mail munging and add see also section (trunk r13402)Zac Medico2009-04-301-1/+5
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-304-1/+23
* Add dohard and doset helper which die for EAPI 3. TODO: Make the dieZac Medico2009-04-305-2/+23
* Set executable. (trunk r13388)Zac Medico2009-04-301-0/+0
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-301-0/+3
* Fix breakage in PREROOTPATH logic from the EAPI 3 code. (trunk r13386)Zac Medico2009-04-301-0/+1
* Remove ccache and distcc remove_path_entry code since PATH is alwaysZac Medico2009-04-301-3/+0
* Use declare -F to check existence of function definitions, instead ofZac Medico2009-04-301-10/+10
* Use ret|=1 instead of ++ret, to avoid possible overflow. (trunk r13383)Zac Medico2009-04-301-1/+1
* Add new dodoc implementation for EAPI 3. Thanks to to Tiziano MüllerZac Medico2009-04-301-0/+50
* In ebuild_main(), unset ebuild_helpers_path when finished with it, sinceZac Medico2009-04-301-0/+1
* Add ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory to PATH for EAPI 3. ThanksZac Medico2009-04-301-0/+13
* Exit unsuccessfully when in commit mode and nothing is found to commit. ThanksZac Medico2009-04-301-1/+1
* Clarify language in repos.conf reference to repoman and egencache.Zac Medico2009-04-301-1/+2
* When in --nodeps mode, make depgraph._serialize_tasks() preserve the packageZac Medico2009-04-301-0/+7
* Add note about 'use' in the Atom.intersects() docstring. (trunk r13375)Zac Medico2009-04-301-2/+3
* Drop from --ask to --pretend for uninstall all actions. (trunk r13374)Zac Medico2009-04-301-1/+2
* Add missing del when cleansing cache in action_metadata(). (trunk r13373)Zac Medico2009-04-301-1/+1
* Tweak _eclasses_ logic inside action_metadata(). (trunk r13372)Zac Medico2009-04-301-5/+7
* Emphasize precedence of repos.conf over layout.conf. (trunk r13371)Zac Medico2009-04-301-2/+6