aboutsummaryrefslogtreecommitdiffstats
path: root/pym/portage/package (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portage into public_apipublic_apiBrian Dolbec2014-03-2622-600/+1954
* Skip whirlpool digest check when unaccelerated.Zac Medico2012-07-121-6/+7
* whitelist PORTAGE_DOHTML_WARN_ON_SKIPPED_FILESZac Medico2012-06-251-0/+3
* Add UNINSTALL_IGNORE variable for bug #421659.Zac Medico2012-06-221-1/+1
* Add experimental EAPI 4-slot-abi support.Zac Medico2012-06-221-1/+23
* config: pass tolerant param to getconfig moreZac Medico2012-06-111-5/+8
* Move post_src_install metadata code to one func.Zac Medico2012-06-111-40/+37
* QueryCommand: add get_db() classmethodZac Medico2012-06-111-3/+7
* config: whitelist PORTAGE_COMPRESS, don't save itZac Medico2012-06-011-1/+2
* config: lazy VirtualsManager instantiationZac Medico2012-06-011-3/+10
* config: lazy MaskManager instantiationZac Medico2012-06-011-6/+14
* config: lazy KeywordsManager instantiationZac Medico2012-06-011-5/+18
* Profile parent repo: references for bug #414961.Zac Medico2012-05-201-3/+43
* RepoConfig: cleanup portage1_profiles codev2.2.0_alpha106Zac Medico2012-05-161-5/+3
* _eapi_invalid: elog permission issue, bug #416231Zac Medico2012-05-161-4/+12
* config: fix /etc/portage/make.profile error msgZac Medico2012-05-151-5/+20
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-131-2/+5
* _pkg_str: add slot and repo attributesZac Medico2012-05-126-29/+41
* Allow dots in package names in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-121-1/+1
* Fix handling of empty PORTDIR{,_OVERLAY} setting.Zac Medico2012-05-111-2/+2
* Cleanup profile-formats code.v2.2.0_alpha104Zac Medico2012-05-111-1/+4
* Avoid redundant layout.conf parsing.Zac Medico2012-05-112-6/+15
* config: load repositories before profileZac Medico2012-05-111-5/+19
* config: propagate SYNC to self.repositoriesZac Medico2012-05-111-2/+6
* config: use shlex to split known_reposZac Medico2012-05-111-3/+3
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-101-2/+0
* Make REPOSITORY variable again available in global scope of ebuilds,Arfrever Frehtes Taifersar Arahesis2012-05-101-6/+3
* Refer to bug #402167 where appropriate.Zac Medico2012-05-091-1/+1
* doebuild_environment: clean up EAPI related codeZac Medico2012-05-091-31/+29
* Split out eapi_invalid function.Zac Medico2012-05-091-0/+46
* doebuild_environment: remove unused eapi parsingZac Medico2012-05-091-18/+2
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-092-5/+4
* COLLISION_IGNORE: support fnmatch patternsZac Medico2012-05-071-1/+1
* Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"Krzysztof Pawlik2012-05-041-2/+3
* LocationsManager: empty profiles_complex on errorZac Medico2012-04-251-0/+1
* doebuild: cleanup tempfile if package phase failsZac Medico2012-04-221-0/+7
* Add ${T}/build.log symlink to PORT_LOGDIR.Zac Medico2012-04-221-2/+20
* config: populate expand map with profile.envZac Medico2012-04-051-4/+4
* _check_temp_dir: explicitly close temp fileZac Medico2012-04-031-2/+1
* Don't use varexpand for profile.env, bug #410625.v2.2.0_alpha99Zac Medico2012-04-021-1/+1
* Replace @returns with @return.Zac Medico2012-03-274-5/+5
* getmaskingreason: use remember_source_fileZac Medico2012-03-211-1/+7
* doebuild_environment: comment on bug #408817v2.2.0_alpha93Zac Medico2012-03-191-0/+8
* spawn_nofetch: clone locked config, bug #408817Zac Medico2012-03-192-3/+6
* doebuild_environment: sanity check for bug 408817Zac Medico2012-03-191-8/+12
* Omit EPREFIX from paths in unicode QA Notice.Zac Medico2012-03-171-2/+3
* Use eqawarn for install of non UTF-8 file names.Zac Medico2012-03-171-15/+3
* portageq: add "colormap" helperMike Frysinger2012-03-111-6/+2
* portage.package.ebuild.fetch.fetch(): Fix ResourceWarning with Python 3.2.Arfrever Frehtes Taifersar Arahesis2012-02-171-9/+10
* Handle missing os.setgroups for PyPy.Zac Medico2012-02-133-2/+21