summaryrefslogtreecommitdiffstats
path: root/pym/portage
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in a comment.Zac Medico2011-07-011-1/+1
* varexpand: remove escaped newline charactersZac Medico2011-07-012-5/+10
* preserve-libs: only preserve soname symlinksv2.2.0_alpha42Zac Medico2011-06-301-13/+13
* LinkageMapElf.findConsumers(): fix $ROOT handlingZac Medico2011-06-301-1/+2
* LinkageMapElf: clarify findConsumers soname codeZac Medico2011-06-301-4/+4
* LinkageMapElf.isMasterLink(): handle libprocZac Medico2011-06-301-1/+10
* Fix a typo in a comment.Zac Medico2011-06-301-1/+1
* Fix a typo in a docstring.Zac Medico2011-06-301-1/+1
* LinkageMapELF.isMasterLink(): literally compareZac Medico2011-06-301-3/+5
* config: filter repo-level make.defaults earlierZac Medico2011-06-301-4/+5
* ebuild(1): use bintree.inject for "package" phaseZac Medico2011-06-291-2/+11
* Only create soname symlinks in global libdirs.Zac Medico2011-06-293-4/+44
* config.setcpv(): simplify repo_env codeZac Medico2011-06-291-4/+2
* env_update: document ldconfig -X for bug #373341Zac Medico2011-06-291-1/+8
* preserve-libs: don't preserve "master" symlinkZac Medico2011-06-291-1/+4
* Don't ever recreate root .so links on env-update.Michał Górny2011-06-291-4/+1
* Detect/create missing soname symlinks for libs.Zac Medico2011-06-291-1/+80
* read_corresponding_eapi_file(): Strip final \n from EAPI value.Arfrever Frehtes Taifersar Arahesis2011-06-281-1/+1
* Remove unimplemented "severe" FEATURES value.Zac Medico2011-06-281-1/+1
* varexpand: handle backslashes like more like bashZac Medico2011-06-282-27/+45
* Fix CONFIG_PROTECT breakage from previous commit.Zac Medico2011-06-261-1/+1
* config: disallow per-package/repo CONFIG_PROTECTZac Medico2011-06-262-0/+10
* prepare_features_dirs: fix ccache/distcc libdirZac Medico2011-06-241-2/+10
* Improve indentation for readability.Arfrever Frehtes Taifersar Arahesis2011-06-231-2/+2
* config: fix repo KeyErrorsZac Medico2011-06-202-4/+24
* UseManager: avoid possible repo KeyErrorsZac Medico2011-06-201-4/+4
* config: repo-level make.defaults/package.useZac Medico2011-06-202-1/+45
* config: fix repositories attribute for cloneZac Medico2011-06-201-0/+1
* Bug #370693: Handle package.use.force and package.use.mask files from masterArfrever Frehtes Taifersar Arahesis2011-06-192-18/+20
* Bug #370693: Support use.force, package.use.force, use.mask andArfrever Frehtes Taifersar Arahesis2011-06-192-58/+100
* repoman: handle PermissionDenied from digestgenZac Medico2011-06-171-2/+13
* treewalk: set REPLACING_VERSIONS laterZac Medico2011-06-171-4/+3
* doebuild: don't set REPLACING_VERSIONS for removeZac Medico2011-06-171-2/+6
* doebuild: export REPLACING_VERSIONS moreZac Medico2011-06-171-1/+1
* prepare_build_dirs: skip FEATURES dirs moreZac Medico2011-06-161-1/+1
* bintree: don't provide default VERSION headerv2.2.0_alpha41Zac Medico2011-06-131-1/+0
* digestgen: spawn_nofetch (fix previous commit)Zac Medico2011-06-131-0/+2
* digestgen: always allow fetch from mirror://Zac Medico2011-06-131-8/+16
* test_merge_order: test smallest runtime cycleZac Medico2011-06-121-0/+33
* bintree: verify that default REPO is legitZac Medico2011-06-101-1/+1
* test_fakedbapi: define PORTDIR, test missing IUSEZac Medico2011-06-101-2/+11
* test_fakedbapi: use tempdir for config pathsZac Medico2011-06-101-6/+13
* Add tests for fakedbapi.Zac Medico2011-06-103-0/+44
* Fix a typo.Arfrever Frehtes Taifersar Arahesis2011-06-111-1/+1
* fakedbapi: add myrepo args for portdbapi compatZac Medico2011-06-101-3/+3
* bintree: handle pkgindex CHOST header like REPOZac Medico2011-06-101-1/+2
* bintree: always populate pkgindex REPO headerZac Medico2011-06-101-10/+16
* Fix some typoes in docs and comments.v2.2.0_alpha39Zac Medico2011-06-091-1/+1
* useflag/dep_re: less strict if eapi NoneZac Medico2011-06-092-5/+16
* lockfile: use hasattr() instead of dir()Zac Medico2011-06-091-1/+1