summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* emerge.1: --depclean-lib-check not time-consumingZac Medico2012-09-221-3/+2
| | | | | Since commit f393413c3f823ef4a60acfcc41c3920933510fc1, it's optimized so that it shouldn't take much time.
* Include usex in the list of helpers banned in global scope inArfrever Frehtes Taifersar Arahesis2012-09-221-0/+1
| | | | documentation of EAPI="5-progress".
* NEWS: fix --depclean-lib-check sentencev2.2.0_alpha131Zac Medico2012-09-211-1/+1
|
* doebuild.py: remove unused f = NoneZac Medico2012-09-211-1/+0
|
* Deprecate EAPI 5_pre2.Zac Medico2012-09-211-2/+2
|
* NEWS/RELEASE-NOTES: adjust info for package setsZac Medico2012-09-212-13/+6
|
* portage.5: document nested package setsZac Medico2012-09-211-2/+4
|
* Add preserve-libs for stable branch (not default)Zac Medico2012-09-218-52/+28
| | | | | | | | | EAPI 5 supports automatic rebuilds via the slot-operator and sub-slots, which makes preserve-libs much more user-friendly, since it makes @preserved-rebuild unnecessary (also see bug #364425 for explanation of @preserved-rebuild shortcomings). Therefore, enable preserve-libs for the stable branch, but not by default. After EAPI 5 is widely adopted, we can consider enabling preserve-libs by default.
* Support EAPI="5-progress".Arfrever Frehtes Taifersar Arahesis2012-09-218-11/+146
|
* Add _DEPCLEAN_LIB_CHECK_DEFAULT constant.Zac Medico2012-09-212-2/+3
| | | | | This will allow for the option to be available in the stable branch without changing the default --depclean behavior.
* primaryuri: prefer thirdpartymirrors in SRC_URIZac Medico2012-09-211-11/+10
| | | | This will fix bug #435720.
* Improve allowing of directories on profile level and repository level in ↵Arfrever Frehtes Taifersar Arahesis2012-09-214-10/+21
| | | | EAPI="4-python".
* Read profile EAPI earlier.Arfrever Frehtes Taifersar Arahesis2012-09-211-18/+20
|
* Move EAPI check for stable USE forcing and masking to portage.eapi module.Arfrever Frehtes Taifersar Arahesis2012-09-212-15/+12
|
* NEWS: EAPI 5 in 2.1.11.19Zac Medico2012-09-201-0/+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
|