summaryrefslogtreecommitdiff
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Simplify DepPriority.__int__() and make it consistent with __str__().Zac Medico2009-05-031-25/+13
* Fix inverted logic in superuser logic for bug #267104.Zac Medico2009-05-021-2/+2
* Fix DepPriority.__int__() to return distinguishable values, for use whenZac Medico2009-05-021-0/+37
* 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
* 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
* 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.Zac Medico2009-04-301-0/+1
* Fix ACCEPT_LICENSE handling for binary packages, so that the build-time USEZac Medico2009-04-301-5/+12
* 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
* 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
* 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-262-1/+19
* Automatically define errno.ESTALE if it doesn't exist (like on interix).Zac Medico2009-04-231-0/+3
* 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
* 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-193-9/+111
* 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
* Add support to emerge --metadata for transfering cache from overlays thatZac Medico2009-04-181-56/+235
* Fix lockfile() docstring to correctly document the wantnewlockfile behavior.Zac Medico2009-04-181-2/+4
* Simplify pkgcmp(). Thanks to Douglas Anderson <dja@gendja.com> for this patchZac Medico2009-04-181-9/+1
* Bug #266493 - Never return a long from vercmp() since that can trigger anZac Medico2009-04-171-9/+19
* Add support for repos.conf 'aliases' attribute which allows aliasZac Medico2009-04-162-1/+22
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-162-11/+30
* Bug #265909 - Make emerge display a warning message if any overlays areZac Medico2009-04-153-2/+40
* Bug #266211 - Handle ESTALE like ENOENT in fetch and locking code. Thanks toZac Medico2009-04-152-10/+11
* Add support in action_uninstall() for file -> package lookup.Zac Medico2009-04-151-19/+67
* Split out an action_uninstall() function to handle argument validation forZac Medico2009-04-151-53/+61
* Convert portage.bsd_chflags into a class with chflags() and lchflags() classZac Medico2009-04-131-40/+42
* Make portage.bsd_chflags correspond to FEATURES=chflags so that it can beZac Medico2009-04-131-0/+3