summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix _lazy_accept_license to discard || from the set of licenses.Zac Medico2009-04-301-0/+1
* Fix typo in version from previous commit.Zac Medico2009-04-301-1/+1
* Add note about repos.conf eclass overrides.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.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-291-1/+1
* Warn about sed and epatch calls which should be moved from src_unpack toZac Medico2009-04-291-1/+33
* Move the here-document code from the EbuildWhitespace check to theZac Medico2009-04-291-26/+26
* Make EbuildWhitespace ignore here-documents. Thanks to Diego PettenòZac Medico2009-04-291-4/+19
* Make xtermTitle() use a global variable to cache the result of the TERM check.Zac Medico2009-04-291-13/+17
* Bug #267860 - Make JobStatusDisplay respect FEATURES=notitles.Zac Medico2009-04-291-3/+6
* Fix the code from bug #267104 to account non-root users.Zac Medico2009-04-291-1/+3
* Bug #267810 - Don't sort C/CXX/LDFLAGS in emerge --info output since theseZac Medico2009-04-291-23/+3
* Bug #267104 - If the statvfs f_bavail field shows insufficient free space andZac Medico2009-04-291-2/+9
* 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-282-2/+2
* fix e-mail munging and add see also sectionMike Frysinger2009-04-271-1/+5
* Add a new EAPI.definition check for cases in which EAPI is defined after anZac Medico2009-04-264-1/+23
* 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
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-231-0/+3
* 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
* Clarify language in repos.conf reference to repoman and egencache.Zac Medico2009-04-201-1/+2
* When in --nodeps mode, make depgraph._serialize_tasks() preserve the packageZac Medico2009-04-201-0/+7
* Add note about 'use' in the Atom.intersects() docstring.v2.2_rc31Zac Medico2009-04-191-2/+3
* Drop from --ask to --pretend for uninstall all actions.Zac Medico2009-04-191-1/+2
* Add missing del when cleansing cache in action_metadata().Zac Medico2009-04-191-1/+1
* Tweak _eclasses_ logic inside action_metadata().Zac Medico2009-04-191-5/+7
* Emphasize precedence of repos.conf over layout.conf.Zac Medico2009-04-191-2/+6
* Add notes about eclass precedence for metadata/layout.conf.Zac Medico2009-04-191-1/+5
* In action_deselect(), use the installed packages to expand atoms into slotZac Medico2009-04-191-3/+14
* Add --ask support to action_deselect().Zac Medico2009-04-191-0/+7
* Fix bugs in action_deselect() and add --pretend support.Zac Medico2009-04-191-5/+8
* Add a new --deselect action which removes atoms from the world file. ThisZac Medico2009-04-194-9/+118
* Fix default master code so that it doesn't trigger when PORTDIR is empty.Zac Medico2009-04-191-1/+1
* If a repo doesn't have metadata/layout.conf then use either missing eclassZac Medico2009-04-191-3/+5
* Handle IOError from codecs.open().Zac Medico2009-04-181-1/+1