summaryrefslogtreecommitdiffstats
path: root/pym/portage/__init__.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix new* and do* ebuild helpers to generate consistent error messages forZac Medico2008-11-151-0/+12
* Remove preserve-libs support, it's API, and code that depends on it.Zac Medico2008-11-131-3/+0
* ACCEPT_LICENSE support depends on definition of license groupsZac Medico2008-11-131-13/+3
* Make post_emerge() exit early if it detects that the vdb state hasn't changed.v2.2_rc14Zac Medico2008-11-111-0/+1
* Bug #245932 - Pass use_mask and use_force parameters into recursiveZac Medico2008-11-071-1/+2
* Fix broken reference to self inside unmerge().Zac Medico2008-11-041-1/+2
* Free some memory by clearing the LinkageMap cache when it's not needed.Zac Medico2008-11-041-0/+1
* Bug #245356 - Filter POSIXLY_CORRECT from the ebuild environment since itZac Medico2008-11-031-0/+5
* In config.setcpv(), ensure that A and AA aren't in the env dict.Zac Medico2008-11-011-1/+1
* In _validate_deps(), show the ebuild version to clarify which ebuild theZac Medico2008-11-011-9/+13
* * In fetch(), ensure that pkg_nofetch is never called more than once.Zac Medico2008-11-011-6/+13
* Also call PreservedLibsRegistry.pruneNonExisting() after obtaining a lockZac Medico2008-11-011-0/+1
* Explicitly load the preserved libs registry after obtaining a lock for mergeZac Medico2008-11-011-0/+1
* Bug #244792 - Remove confcache support.Zac Medico2008-11-011-4/+0
* Bug #244947 - Add repoman support for checking masked and forced flags onZac Medico2008-11-011-4/+11
* Bug #244947 - Add basic repoman support for checking masked and forced flagsZac Medico2008-10-311-36/+50
* Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"],Zac Medico2008-10-291-51/+59
* Fix graph.get() so that it works as intended, returning the node correspondingZac Medico2008-10-281-4/+7
* Return early from fetch() if no uris are given.Zac Medico2008-10-271-0/+3
* In fetch(), avoid the "Adjusting permissions recursively" message in casesZac Medico2008-10-271-1/+10
* When creating the temporary $DISTDIR, do not try to set the uid since itZac Medico2008-10-251-1/+1
* When populating the fake $DISTDIR inside doebuild(), reuse existing symlinksZac Medico2008-10-241-16/+23
* Split dep validation out of doebuild() and skip it when called by emerge sinceZac Medico2008-10-211-40/+51
* Validate PROPERTIES inside doebuild().Zac Medico2008-10-211-1/+1
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-211-1/+2
* Add PORTAGE_QUIET to the environment whitelist and filter it from the saved e...Zac Medico2008-10-211-1/+2
* Remove redundant duplicate uri elimination code. It's already handled inZac Medico2008-10-201-3/+1
* Prefer thirdpartymirrors over normal mirrors in cases when the file does notZac Medico2008-10-201-3/+10
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-171-11/+0
* In fetch(), make sure all references to digests for zero-byte distfile areZac Medico2008-10-171-0/+1
* In fetch(), don't spawn pkg_nofetch unless PORTAGE_BUILDDIR exists since itZac Medico2008-10-161-1/+3
* Bug #242304 - When a zero-byte distfile is detected inside fetch(), discardZac Medico2008-10-161-3/+9
* Make sure the pkg_nofetch phase is only called once when in fetchonly mode.Zac Medico2008-10-131-1/+1
* Make fetch() fetch as many files as possible, even if some fail, when inZac Medico2008-10-131-0/+6
* Don't return from fetch() due to fetch restriction when in "listonly" mode.Zac Medico2008-10-131-0/+2
* Bug #241118 - Re-enable pkg_nofetch for emerge --pretend --fetch, but directZac Medico2008-10-121-10/+23
* Inside fetch(), don't call pkg_nofetch when in parallel-fetch mode sinceZac Medico2008-10-121-10/+15
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-101-1/+4
* Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to theZac Medico2008-10-091-2/+5
* Bug #234301 - Add support to EbuildFetcher to collect elog messages thatZac Medico2008-10-071-10/+0
* In fetch(), never call the pkg_nofetch phase when in "listonly" mode.Zac Medico2008-10-061-3/+1
* In doebuild(), don't create build dirs when "listonly" fetch mode.Zac Medico2008-10-061-1/+2
* * When ensuring sane $PWD in ebuild.sh, die if the `cd "$PORTAGE_BUILDDIR"`Zac Medico2008-10-051-2/+1
* Mask packages with deprecated EAPIs in order to prevent them from beingZac Medico2008-09-271-1/+8
* Bug #238766 - Revert the fetch() mirror:// behavior change from r11537 sincev2.2_rc11Zac Medico2008-09-261-7/+1
* Add PROPERTIES to portage.auxdbkeys since it's been approved by the council.Zac Medico2008-09-251-2/+2
* Fix fetch() mirror:// handling in to comply with section 9.2.8 of PMS.Zac Medico2008-09-241-2/+11
* Import cPickle as pickle instead of vice versa. Eases 2to3's job becauseZac Medico2008-09-231-6/+6
* Bug #230975 - Rename the portage.selinux module to portage._selinux in orderZac Medico2008-09-221-1/+1
* Implement SRC_URI arrows for EAPI 2. The portdbapi.getfetchlist() methodZac Medico2008-09-201-34/+21