summaryrefslogtreecommitdiffstats
path: root/pym/portage/package/ebuild/fetch.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pkg_nofetch code from the fetch() function since it's currently broken...Zac Medico2010-09-101-49/+0
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-051-2/+7
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* Unify ebuild spawing some more. All proper ebuild phases which executeZac Medico2010-08-171-9/+3
* Dispose of lock object after calling unlockfile(), in order to ensureZac Medico2010-08-151-0/+1
* Remove code related to $DISTDIR/.locks since that directory isZac Medico2010-08-031-10/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix imports doebuild_environment and prepare_build_dirs imports to import fromZac Medico2010-03-041-5/+12
* Bug #307707 - Fix fetch() to use the correct spawn function when callingZac Medico2010-03-041-1/+2
* Move imports to top.Zac Medico2010-03-021-4/+4
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2/+7
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-221-0/+1123