summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.11.19Zac Medico2012-09-202-6/+2
| | | | Extended package sets configuration is disabled in the stable branch.
* Remove FEATURES=preserve-libs config/docs.Zac Medico2012-09-203-20/+6
| | | | Support for FEATURES=preserve-libs is disabled in the stable branch.
* portage.const: toggle constants for stable branchZac Medico2012-09-201-5/+5
|
* Enable official EAPI 5 support.v2.2.0_alpha130Zac Medico2012-09-206-36/+36
| | | | | | The council has officialy approved EAPI 5 in PMS: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=99c78a51ff4c9737cdd399620072abdc14f8df11
* Add QA_DESKTOP_FILE variable.Zac Medico2012-09-203-2/+32
|
* update.py: cleanup importsZac Medico2012-09-191-5/+2
|
* update_dbentry: fix "move" to translate atom[use]Zac Medico2012-09-192-12/+22
|
* test_update_dbentry: test "move" command moreZac Medico2012-09-191-0/+19
|
* deprecated_profile_check: search more locationsZac Medico2012-09-191-4/+17
| | | | | | This fixes it to search both /etc/make.profile and /etc/portage/make.profile, and also makes it traverse parent profiles when the settings parameter is passed in.
* config: source make.conf only once if samefileZac Medico2012-09-191-16/+18
| | | | | | Since migration from /etc/make.conf to /etc/portage/make.conf, people frequently ask if hardlinking or symlinking them is allowed. So, detect this case and avoid redundant sourcing when appropriate.
* MAKE_CONF_FILE: refer to /etc/portage/make.confZac Medico2012-09-192-5/+5
| | | | | | | | | | This is, or will soon soon be the default location of make.conf in stages: http://sources.gentoo.org/gitweb/?p=proj/gentoo-news.git;a=blob_plain;f=2012/2012-09-09-make.conf-and-make.profile-move/2012-09-09-make.conf-and-make.profile-move.en.txt This update is consistent with the PROFILE_PATH update in commit 96b053ac52fa37fdd61cbb76cb44dfb90fb49f86.
* config: _eapi_cache.clear() beginning constructorZac Medico2012-09-191-0/+3
| | | | This is important when config is reloaded after emerge --sync.
* update_dbentry: improve slotmove supportZac Medico2012-09-192-7/+65
| | | | | This could be especially useful for "built" slot operator deps, in order to avoid having a slotmove trigger unnecessary rebuilds.
* Atom: don't allow :slot* syntaxZac Medico2012-09-184-4/+3
| | | | This syntax is useless, and PMS doesn't discuss it.
* cache/sqlite.py: fix getitem order assumptionZac Medico2012-09-181-11/+5
| | | | | The order assumption was incorrect when new columns were added, since they could be added in any order.
* doebuild: update environment.bz2 for pre/postinstv2.2.0_alpha129Zac Medico2012-09-174-15/+15
| | | | Also, remove unnecessary __dyn_preinst func.
* __strip_duplicate_slashes: quote pathsZac Medico2012-09-162-3/+3
|
* doheader: don't count -r as required argZac Medico2012-09-161-1/+1
|
* Fix "unsatisfied" comment typo.Zac Medico2012-09-161-1/+1
|
* repoman: unsatsified use-default deps, bug 435242Zac Medico2012-09-161-0/+10
|
* repoman: reject "built" slot-operator atomsZac Medico2012-09-161-2/+15
|
* portage.5: Add EAPI 5 profile IUSE injectionZac Medico2012-09-161-0/+35
|
* portage.5: rename STAGE1_USE to BOOTSTRAP_USEZac Medico2012-09-161-1/+1
|
* portage.5: move USE_EXPAND from make.conf.5Zac Medico2012-09-162-10/+10
|
* portage.5: add EAPI 5 stable use mask/forceZac Medico2012-09-161-7/+21
|
* ebuild.5: EAPI 5 best/has_version --host-rootZac Medico2012-09-151-4/+8
|
* ebuild.5: EAPI 5 new* commands can read stdinZac Medico2012-09-151-0/+2
|
* ebuild.5: add EAPI 5 doheader helperZac Medico2012-09-151-0/+6
| | | | | As noted in bug #21310, comment #5, PMS currently does not document the -r option.
* ebuild.5: EAPI 5 econf add --disable-silent-rulesZac Medico2012-09-151-0/+4
|
* ebuild.5: add EAPI 5 usex helperZac Medico2012-09-151-0/+5
|
* ebuild.5: EAPI 5 default_src_test parallelZac Medico2012-09-151-2/+5
|
* ebuild.5: add EAPI 5 EBUILD_PHASE_FUNC variableZac Medico2012-09-151-0/+10
|
* ebuild.5: add EAPI 5 REQUIRED_USE ?? operatorZac Medico2012-09-151-0/+1
|
* ebuild.5: document EAPI 5 slot operator, sub-slotZac Medico2012-09-151-1/+94
|
* egencache: skip auxdb write if not metadata-transZac Medico2012-09-153-6/+13
|
* portage.5: remove {un,}set_unless_changed docsZac Medico2012-09-141-13/+0
| | | | | These functions were removed in commit 25a5296f29bc7153fa29e2dfe8de9d08d40d9944.
* Use __ prefix for _hasg, _hasgq, and _unpack_tar.Zac Medico2012-09-142-12/+12
|
* save-ebuild-env: fix for __dyn* renamesZac Medico2012-09-141-4/+7
|
* emerge-delta-webrsync: fix vecho breakageZac Medico2012-09-141-0/+4
| | | | Broken since commit 9b19ac5696c487dab58d7c10990fe07fd7f1f731.
* Convert funcs of ebuild.sh to __ prefixed namespace.Brian Harring2012-09-145-23/+23
|
* Convert funcs of save-ebuild-env.sh to __ prefixed namespace.Brian Harring2012-09-142-13/+13
|
* Convert funcs of phase*.sh to __ prefixed namespace.Brian Harring2012-09-146-129/+130
|
* Convert funcs of isolated-functions.sh to __ prefixed namespace.Brian Harring2012-09-1331-189/+189
|
* Convert funcs of bashrc-functions.sh to __ prefixed namespace.Brian Harring2012-09-137-30/+30
|
* drop dead functionsBrian Harring2012-09-134-84/+5
| | | | Specifically, esyslog, {un,}set_unless_changed, and remove_path_entry.
* Drop diefunc protection.Brian Harring2012-09-132-7/+1
| | | | | The last usage of it was added 67e88b82726a93eda^, 01/20/08; 4.5 years later, the compatibility measure is no longer needed.
* dep_check: cleanup repoman use.force/mask codeZac Medico2012-09-131-8/+5
|
* Refactor FEATURES=test USE logic.v2.2.0_alpha128Zac Medico2012-09-131-8/+5
|
* Display: simplify _blockersZac Medico2012-09-131-13/+6
| | | | | The fetch_symbol variable was always just a space, and no return value was really needed.
* Deprecate EAPI 5_pre1.Zac Medico2012-09-135-45/+5
|