summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* test_digraph: fix get_cycles for PYTHONHASHSEEDZac Medico2012-05-122-7/+15
* test_digraph: fix bfs for PYTHONHASHSEED=randomZac Medico2012-05-121-4/+39
* test_stackLists: fix for PYTHONHASHSEED="random"Zac Medico2012-05-121-2/+2
* Add workaround for http://bugs.python.org/issue14007.Arfrever Frehtes Taifersar Arahesis2012-05-121-0/+4
* Add a _pkg_str class to cache catpkgsplit resultsZac Medico2012-05-126-13/+68
* catpkgsplit: don't cache resultsZac Medico2012-05-121-7/+1
* prepstrip/ecompressdir: parallelize operationsMike Frysinger2012-05-123-8/+104
* Add portage.eapi.eapi_allows_dots_in_use_flags().Arfrever Frehtes Taifersar Arahesis2012-05-122-11/+14
* Allow dots in package names in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-126-51/+113
* Fix handling of empty PORTDIR{,_OVERLAY} setting.Zac Medico2012-05-111-2/+2
* Cleanup profile-formats code.v2.2.0_alpha104Zac Medico2012-05-112-3/+9
* RepoConfig: sort __slots__Zac Medico2012-05-111-3/+3
* Avoid redundant layout.conf parsing.Zac Medico2012-05-113-7/+17
* config: load repositories before profileZac Medico2012-05-111-5/+19
* config: propagate SYNC to self.repositoriesZac Medico2012-05-112-9/+6
* config: use shlex to split known_reposZac Medico2012-05-111-3/+3
* PollScheduler: use local EventLoop (thread safe)Zac Medico2012-05-106-27/+51
* Don't write or trust cache for unsupported EAPIs.Zac Medico2012-05-107-82/+51
* Make REPOSITORY variable again available in global scope of ebuilds,Arfrever Frehtes Taifersar Arahesis2012-05-101-6/+3
* porttree.py: remove unused importsv2.2.0_alpha103Zac Medico2012-05-091-2/+0
* Refer to bug #402167 where appropriate.Zac Medico2012-05-092-2/+2
* doebuild_environment: clean up EAPI related codeZac Medico2012-05-091-31/+29
* EbuildMetadataPhase: handle empty EAPI from bashZac Medico2012-05-091-1/+2
* Split out eapi_invalid function.Zac Medico2012-05-092-39/+55
* ebuild.sh: remove redundant EAPI=0 defaultZac Medico2012-05-091-2/+0
* Show unsatisfied REQUIRED_USE for bug #415125.Zac Medico2012-05-091-4/+9
* doebuild_environment: remove unused eapi parsingZac Medico2012-05-091-18/+2
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-0912-98/+132
* die: fix ${T}/build.log{,.gz} messageZac Medico2012-05-081-2/+2
* make.conf.5: COLLISION_IGNORE s/shell/fnmatch/v2.2.0_alpha102Zac Medico2012-05-081-3/+3
* Strip EPREFIX in RESTRICT=binchecks QA Notice.Zac Medico2012-05-081-2/+2
* NEEDED.ELF.2: include sonames from $ORIGINZac Medico2012-05-081-23/+2
* COLLISION_IGNORE: support fnmatch patternsZac Medico2012-05-074-29/+15
* COLLISION_IGNORE: handle prefixZac Medico2012-05-051-3/+4
* COLLISION_IGNORE_UNOWNED: tweak default *.py[co]Zac Medico2012-05-051-1/+1
* Enable globstar shell option by default in EAPI="4-python".Arfrever Frehtes Taifersar Arahesis2012-05-052-0/+10
* QA Notice for RESTRICT=binchecks + ELF filesZac Medico2012-05-051-0/+6
* Create NEEDED.ELF.2 despite RESTRICT=binchecks.Zac Medico2012-05-051-37/+43
* Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"Krzysztof Pawlik2012-05-044-2/+23
* composite_db._visible: fix AttributeErrorZac Medico2012-05-021-1/+1
* dispatch-conf: use shlex to parse diff commandZac Medico2012-05-021-3/+7
* validate_desktop_entry: handle Python 3.1Zac Medico2012-05-011-1/+6
* Bug #413983: Add portage.util.urlopen(), which transparentlyArfrever Frehtes Taifersar Arahesis2012-05-014-19/+28
* Quote atoms in die message for bug #414201.Zac Medico2012-05-011-2/+2
* repoman: ignore false Service desktop entry errorZac Medico2012-04-302-4/+74
* repoman: check LIVEVCS.stable for gentoo onlyZac Medico2012-04-301-1/+1
* ebuild.sh: source /etc/portage/env scripts after /etc/portage/bashrcJames Le Cuirot2012-04-281-10/+12
* LocationsManager: empty profiles_complex on errorZac Medico2012-04-251-0/+1
* repoman: fix portage.internal false positivesZac Medico2012-04-231-2/+6
* EapiDefinition: handle impossible "%d" % Nonev2.2.0_alpha101Zac Medico2012-04-221-3/+3