| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "arguments" spelling.v2.2_rc33 | Zac Medico | 2009-05-03 | 1 | -1/+1 |
* | Bug #268398 - Document econf's automatic die behavior. | Zac Medico | 2009-05-03 | 1 | -2/+3 |
* | Simplify DepPriority.__int__() and make it consistent with __str__(). | Zac Medico | 2009-05-03 | 1 | -25/+13 |
* | Make useq() die if called during the "depend" phase in newer EAPIs. | Zac Medico | 2009-05-02 | 1 | -5/+9 |
* | Skip useq() IUSE QA Notices during the "depend" phase because lots of | Zac Medico | 2009-05-02 | 1 | -1/+5 |
* | Fix inverted logic in superuser logic for bug #267104. | Zac Medico | 2009-05-02 | 1 | -2/+2 |
* | Fix DepPriority.__int__() to return distinguishable values, for use when | Zac Medico | 2009-05-02 | 1 | -0/+37 |
* | Bug #267175 - Instead of "poor code kills airplanes", say "install abortedv2.2_rc32 | Zac Medico | 2009-05-01 | 1 | -2/+4 |
* | Make elog functions use read -r when splitting lines, so that backslashes | Zac Medico | 2009-05-01 | 1 | -11/+11 |
* | Only generate KV when setting up the environment for a real ebuild phase. This | Zac Medico | 2009-05-01 | 1 | -1/+4 |
* | Fix logic error which prevents repos.conf [DEFAULT] section from applying | Zac Medico | 2009-05-01 | 1 | -1/+1 |
* | Remove unnecessary doebuild_environment() call from EbuildFetchonly.execute() | Zac Medico | 2009-04-30 | 1 | -3/+0 |
* | In config.setcpv() reuse split USE from built packages instead of splitting | Zac Medico | 2009-04-30 | 1 | -3/+2 |
* | Enable use() qa checks via PORTAGE_IUSE for all ebuild phases and for binary | Zac Medico | 2009-04-30 | 1 | -6/+1 |
* | Move PORTAGE_RESTRICT calculation to config.setcpv() (lazy evaluation) and | Zac Medico | 2009-04-30 | 1 | -19/+38 |
* | Bug #267104 - When appropriate, advise the user that they may set FEATURES= | Zac Medico | 2009-04-30 | 1 | -4/+17 |
* | Fix _lazy_accept_license to discard || from the set of licenses. | Zac Medico | 2009-04-30 | 1 | -0/+1 |
* | Fix typo in version from previous commit. | Zac Medico | 2009-04-30 | 1 | -1/+1 |
* | Add note about repos.conf eclass overrides. | Zac Medico | 2009-04-30 | 1 | -0/+6 |
* | Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USE | Zac Medico | 2009-04-30 | 2 | -6/+13 |
* | Fix error in calculations from bug #267104. | Zac Medico | 2009-04-30 | 1 | -2/+2 |
* | In config.setcpv(), move the code that makes sure "pkg" values override "env" | Zac Medico | 2009-04-30 | 1 | -4/+8 |
* | Generate a pruned version of ACCEPT_LICENSE, by intersection with | Zac Medico | 2009-04-30 | 1 | -0/+28 |
* | In config.regenerate(), explicitly include self.backupenv when processing | Zac Medico | 2009-04-30 | 1 | -0/+1 |
* | Exclude 'backupenv' from config.configlist and lookuplist since it doesn't | Zac Medico | 2009-04-30 | 1 | -13/+12 |
* | Clarify RESTRICT=bindist docs by referring to 'built' packages. Thanks to | Zac Medico | 2009-04-29 | 1 | -1/+1 |
* | Warn about sed and epatch calls which should be moved from src_unpack to | Zac Medico | 2009-04-29 | 1 | -1/+33 |
* | Move the here-document code from the EbuildWhitespace check to the | Zac Medico | 2009-04-29 | 1 | -26/+26 |
* | Make EbuildWhitespace ignore here-documents. Thanks to Diego Pettenò | Zac Medico | 2009-04-29 | 1 | -4/+19 |
* | Make xtermTitle() use a global variable to cache the result of the TERM check. | Zac Medico | 2009-04-29 | 1 | -13/+17 |
* | Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles. | Zac Medico | 2009-04-29 | 1 | -3/+6 |
* | Fix the code from bug #267104 to account non-root users. | Zac Medico | 2009-04-29 | 1 | -1/+3 |
* | Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since these | Zac Medico | 2009-04-29 | 1 | -23/+3 |
* | Bug #267104 - If the statvfs f_bavail field shows insufficient free space and | Zac Medico | 2009-04-29 | 1 | -2/+9 |
* | Put ebuild helpers at the absolute front of the PATH. | Zac Medico | 2009-04-28 | 1 | -4/+7 |
* | Bug #71646 - Don't allow the HISTFILE variable into the ebuild environment | Zac Medico | 2009-04-28 | 2 | -2/+2 |
* | fix e-mail munging and add see also section | Mike Frysinger | 2009-04-27 | 1 | -1/+5 |
* | Add a new EAPI.definition check for cases in which EAPI is defined after an | Zac Medico | 2009-04-26 | 4 | -1/+23 |
* | Revert r13390 (dosed and dohard functions) since a stack trace isn't really | Zac Medico | 2009-04-24 | 2 | -10/+1 |
* | Add dummy dosed and dohard functions for EAPI 3, so that a trace can be | Zac Medico | 2009-04-24 | 2 | -1/+10 |
* | Add dohard and doset helper which die for EAPI 3. TODO: Make the die | Zac Medico | 2009-04-24 | 5 | -2/+23 |
* | Set executable. | Zac Medico | 2009-04-24 | 1 | -0/+0 |
* | Automatically define errno.ESTALE if it doesn't exist (like on interix). | Zac Medico | 2009-04-23 | 1 | -0/+3 |
* | Fix breakage in PREROOTPATH logic from the EAPI 3 code. | Zac Medico | 2009-04-23 | 1 | -0/+1 |
* | Remove ccache and distcc remove_path_entry code since PATH is always | Zac Medico | 2009-04-23 | 1 | -3/+0 |
* | Use declare -F to check existence of function definitions, instead of | Zac Medico | 2009-04-22 | 1 | -10/+10 |
* | Use ret|=1 instead of ++ret, to avoid possible overflow. | Zac Medico | 2009-04-21 | 1 | -1/+1 |
* | Add new dodoc implementation for EAPI 3. Thanks to to Tiziano Müller | Zac Medico | 2009-04-21 | 1 | -0/+50 |
* | In ebuild_main(), unset ebuild_helpers_path when finished with it, since | Zac Medico | 2009-04-21 | 1 | -0/+1 |
* | Add ${PORTAGE_BIN_PATH}/ebuild-helpers/3 directory to PATH for EAPI 3. Thanks | Zac Medico | 2009-04-21 | 1 | -0/+13 |