summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Bug #225429 - Inside LinkageMap.rebuild(), update self._defpath since itZac Medico2008-10-301-0/+1
* Bug # 225429 - Try to remove unneeded preserved libs just before returningZac Medico2008-10-301-112/+161
* In dblink.unmerge(), update the CONTENTS entries when preserved libs areZac Medico2008-10-301-1/+21
* Bug #225429 - In dblink.unmerge(), eliminate consumers having providers withZac Medico2008-10-301-12/+54
* Make config.setcpv() store the ebuild metadata inside self.configdict["pkg"],Zac Medico2008-10-291-51/+59
* Fix interaction between LinkageMap.rebuild() and the package replacementZac Medico2008-10-291-8/+13
* Fix $ROOT handling inside LinkageMap.findConsumers().Zac Medico2008-10-281-1/+2
* Bug #238957 - When removing unneeded preserved libs inside dblink.unmerge(),Zac Medico2008-10-281-53/+68
* Fix graph.get() so that it works as intended, returning the node correspondingZac Medico2008-10-281-4/+7
* Fix some incorrect $ROOT handling inside LinkageMap.Zac Medico2008-10-281-4/+6
* Make SetConfig.getSetAtoms() raise a PackageSetNotFound exception whenZac Medico2008-10-281-3/+17
* Fix incorrect $ROOT handling inside dblink._preserve_libs().Zac Medico2008-10-281-8/+26
* Pass $ROOT into the LinkageMap._ObjectKey constructor since it's needed forZac Medico2008-10-281-11/+14
* Pass $ROOT into portage.util.getlibpaths().Zac Medico2008-10-282-5/+6
* 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
* Fix preserve-libs code inside dblink.unmerge() so that it will join pathsZac Medico2008-10-241-3/+8
* 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
* Remove unused imports found by pyflakes.Zac Medico2008-10-211-7/+6
* Remove needlessly complex error handling code from vardbapi.cpv_counter().Zac Medico2008-10-211-47/+4
* Use normal return statements instead of calling sys.exit() insideZac Medico2008-10-211-11/+19
* Bug #186842 - Suppress file merge display, as previously done in --quiet mode...Zac Medico2008-10-212-3/+5
* 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 the unused portage.gpg module and portage_gpg_update.sh script.Zac Medico2008-10-171-157/+0
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-172-70/+1
* 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
* When emerge --keep-going bails due to missing dependencies, show the errorZac Medico2008-10-141-1/+7
* 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
* When warning about package categories that haven't been configured viaZac Medico2008-10-112-3/+6
* Bug #241204 - Fix dbapi.invalidentry() calls inside vardbapi.cpv_all() toZac Medico2008-10-111-2/+2
* Create a new AmbiguousPackageName exception to raise fromZac Medico2008-10-102-1/+11
* Grab make.globals from GLOBAL_CONFIG_PATH if available and fall back to theZac Medico2008-10-091-2/+5
* Fix apparent breakage from r11593 (slot dep support):Zac Medico2008-10-081-6/+22
* Instead of using inheritance, reference the ConfigParser part of SetConfig asZac Medico2008-10-071-24/+30
* 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
* Only update the confmem file when something has changed.Zac Medico2008-10-051-3/+5