summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dodoc: update copyright datev2.1.9.42Zac Medico2011-03-011-1/+1
|
* ebuild(1): fix ebuild modification checkZac Medico2011-03-011-12/+13
| | | | | | This has been broken since the setcpv call (triggering metadata generation) was added before it in commit 0b39d24bb8270e5c89eaddfd1f5a4181cf9e31d3.
* action_deselect: expand cat against world atomsZac Medico2011-03-011-12/+24
|
* unmerge: log pre/postrm FAILED messagesZac Medico2011-03-011-6/+11
|
* owners_cache: fix EPREFIX miscalculationZac Medico2011-03-011-5/+3
| | | | | This reverts commit 43e0b3ea4289aab9b4258d29d06afac40abd6c01 and renames the root_len variable to eroot_len (for clarity).
* owners_cache: add parent dirs deeper than EPREFIXZac Medico2011-03-011-1/+3
|
* unmerge: implicitly unmerge parent directoriesZac Medico2011-03-011-3/+16
| | | | | We can't necessarily assume that they are explicitly listed in CONTENTS.
* owners_cache: implicitly add parent directoriesZac Medico2011-03-011-1/+18
| | | | | We can't necessarily assume that they are explicitly listed in CONTENTS.
* repoman: variable.usedwithhelpers ignore quotedZac Medico2011-03-011-1/+3
|
* ebuild(1): apply package.env earlierZac Medico2011-03-011-6/+22
| | | | This makes it possible to override PORTAGE_TMPDIR.
* depgraph: case insensitive search for unsatisfiedZac Medico2011-03-011-1/+12
| | | | This will fix bug #356555.
* repoman: warn about calls to prepall and preplibZac Medico2011-03-011-1/+1
|
* Run tests with Python 3.3.Arfrever Frehtes Taifersar Arahesis2011-03-011-1/+1
|
* repoman: add back portage.internal checkZac Medico2011-03-013-1/+16
| | | | | | This check got removed for bug #262365, but now that EAPI 4 is released we can add it back. Now it checks for ecompress/ecompressdir too (for bug #218347).
* doins: fix dodoc directory error handlingZac Medico2011-03-011-0/+4
|
* doins: avoid die when called as dodoc with no argZac Medico2011-03-011-11/+11
|
* dodoc: call doins, to reuse recursion codeZac Medico2011-03-012-51/+13
| | | | This will fix broken recursion logic for bug #356461.
* dodoc: quote ${0}Zac Medico2011-03-011-2/+2
|
* dodoc: Honour exit status of install, bug 356389.Ulrich Mueller2011-03-012-3/+7
|
* action_sync: handle IPv6 [ip] in SYNC some moreZac Medico2011-03-011-4/+14
| | | | This will fix bug #356375 some more.
* action_sync: handle IPv6 [ip] in SYNCZac Medico2011-03-011-1/+2
| | | | This will fix bug #356375.
* emerge: mention revdep-rebuild in depclean helpv2.1.9.41Zac Medico2011-02-221-5/+10
|
* show_depclean_suggestion: use ewarn, not einfoZac Medico2011-02-211-1/+1
|
* chk_updated_cfg_files: don't display ._cfg0000_Zac Medico2011-02-211-1/+4
|
* Update date headers in modified files.Zac Medico2011-02-212-2/+2
|
* chk_updated_cfg_files: fix plurality of messageZac Medico2011-02-211-2/+8
| | | | This will fix bug #355803.
* emerge.1: fix arg description more for bug 354137Zac Medico2011-02-211-2/+3
|
* post_emerge: suggest depclean after world updateZac Medico2011-02-211-0/+13
| | | | This is part of bug #354787.
* post_emerge: pass in more infoZac Medico2011-02-211-6/+15
| | | | | This makes it possible to do things like give special suggestions after world updates.
* ebuild.sh: remove unused PWORKDIR variableZac Medico2011-02-212-7/+1
|
* SubProcess: notify exit listeners in _pollZac Medico2011-02-211-0/+1
|
* Scheduler: ensure _prefetchers is clearedZac Medico2011-02-211-0/+1
|
* Update date headers in modified files.Zac Medico2011-02-193-3/+3
|
* repoman: variable.usedwithhelpers tighten regexZac Medico2011-02-191-1/+1
| | | | This will fix bug #355621.
* _eapi4_src_install: handle empty DOCS like PMSZac Medico2011-02-193-3/+3
| | | | This will fix bug #355635.
* check_required_use: improve missing IUSE errorZac Medico2011-02-191-2/+4
| | | | This will fix bug #355629.
* docompress, prepcompress: Add missing quotes.Ulrich Mueller2011-02-192-3/+3
|
* emerge: fix --sync cvs error messageZac Medico2011-02-191-2/+2
|
* emerge: warn to stderr if post_* hooks failZac Medico2011-02-192-6/+9
|
* emerge: support post_emerge hook like post_syncGokdeniz Karadag2011-02-191-0/+8
| | | | This will fix bug #355447.
* egencache: fix cmp_func for python3Zac Medico2011-02-191-0/+8
|
* unmerge: don't show null/ cat in unmatched atomsZac Medico2011-02-191-2/+2
| | | | This will fix bug #269534.
* BinpkgVerifier: disable color in background modeZac Medico2011-02-191-1/+5
|
* mail: handle unicode in subject more for python3Zac Medico2011-02-191-22/+26
|
* mail: handle unicode in subject for python3Zac Medico2011-02-191-3/+13
|
* ResolverDepthTestCase: test --selective moreZac Medico2011-02-191-0/+15
|
* emerge --sync: display message when cvs failsZac Medico2011-02-191-0/+2
|
* Update date headers for modified files.v2.1.9.40Zac Medico2011-02-155-5/+5
|
* depgraph: fix virtual code to handle unsatisfiedZac Medico2011-02-141-2/+2
|
* depgraph: --deep=0 is equivalent to no deep paramZac Medico2011-02-141-2/+3
|