summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* * Fix type in econf --host argument.Zac Medico2009-12-131-4/+6
| | | | | | | * Add missing econf --build and --target arguments. * Use tabs instead of spaces for indentation. (trunk r15048) svn path=/main/branches/2.1.7/; revision=15082
* Fix typo. (trunk r15045)Zac Medico2009-12-131-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=15079
* Add more EAPI 3 conditionals for prefix variables. (trunk r15042)Zac Medico2009-12-131-2/+9
| | | | svn path=/main/branches/2.1.7/; revision=15076
* Add EAPI 3 conditionals for prefix variables. (trunk r15041)Zac Medico2009-12-131-5/+8
| | | | svn path=/main/branches/2.1.7/; revision=15075
* fix definition regarding slashes for EPREFIX, D, ED and EROOT (trunk r15026)Zac Medico2009-12-131-9/+14
| | | | svn path=/main/branches/2.1.7/; revision=15061
* Implement forward compatible Prefix support. This makes EPREFIX, ED andZac Medico2009-12-131-28/+45
| | | | | | | | | | EROOT available to the ebuild environment, and updates the manpage accordingly. EPREFIX is hardwired to the empty string, and not configurable. For that, the prefix branch should be used for now. This should satisfy the requirements for EAPI=3. (trunk r15024) svn path=/main/branches/2.1.7/; revision=15060
* Bug #295715 - Implement a register_success_hook function to complementZac Medico2009-12-061-0/+11
| | | | | | | | register_die_hook, and also add code to ensure the die hooks are called even when the failure is on the python side (like for file collisions). (trunk r14936) svn path=/main/branches/2.1.7/; revision=14950
* Remove SLOT.missing since SLOT.invalid handles that case now. (trunk r14824)v2.1.7.5Zac Medico2009-11-161-4/+1
| | | | svn path=/main/branches/2.1.7/; revision=14841
* Bug #292820 - Make the Package constructor handle invalid SLOT values.Zac Medico2009-11-161-0/+2
| | | | | | (trunk r14819) svn path=/main/branches/2.1.7/; revision=14837
* Make split-elog bold. (trunk r14803)Zac Medico2009-11-161-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=14826
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-071-0/+4
| | | | | | alone, and do not display it on stdout. (trunk r14783) svn path=/main/branches/2.1.7/; revision=14796
* Add a --backtrack=COUNT option to control how many times backtracking isZac Medico2009-10-311-0/+5
| | | | | | allowed, and reduce the default from 30 to 5. (trunk r14763) svn path=/main/branches/2.1.7/; revision=14766
* Bug #259697 - Update IUSE.invalid docs for GLEP 56. (trunk r14751)Zac Medico2009-10-311-1/+1
| | | | svn path=/main/branches/2.1.7/; revision=14756
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-271-2/+2
| | | | | | --clean is pretty useless anyway. (trunk r14731) svn path=/main/branches/2.1.7/; revision=14739
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-271-1/+1
| | | | | | the suggestion. (trunk r14730) svn path=/main/branches/2.1.7/; revision=14738
* Bug #134466 - Add a --ask-enter-invalid option. When used together with theZac Medico2009-10-241-1/+11
| | | | | | | --ask option, interpret a single "Enter" key press as invalid input. This helps prevent accidental acceptance of the first choice. (trunk r14710) svn path=/main/branches/2.1.7/; revision=14719
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-241-6/+7
| | | | | | actions to the options section. (trunk r14708) svn path=/main/branches/2.1.7/; revision=14717
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-241-0/+6
| | | | | | | to be optimized differently since the merge order is not preserved. Thanks to Sebastian Mingramm (few) for the initial patch. (trunk r14703) svn path=/main/branches/2.1.7/; revision=14712
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-191-0/+4
| | | | | | | in visibility checks for built ebuilds. Thanks to Sebastian Mingramm (few) for reporting the problem and testing the patch. (trunk r14665) svn path=/main/branches/2.1.7/; revision=14685
* Bug #227225 - Add *DEPEND.badtilde warning for ~ operator used with non-zeroZac Medico2009-10-181-0/+9
| | | | | | | revision. Thanks to David Leverton <levertond@googlemail.com> for this patch. (trunk r14629) svn path=/main/branches/2.1.7/; revision=14657
* Bug #287869 - Add a --selective[=n] option (inverse of --oneshot). This isZac Medico2009-10-181-0/+6
| | | | | | | useful if you want to use EMERGE_DEFAULT_OPTS to make --oneshot behavior default. (trunk r14615) svn path=/main/branches/2.1.7/; revision=14643
* Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever forZac Medico2009-10-181-0/+3
| | | | | | reporting. (trunk r14609) svn path=/main/branches/2.1.7/; revision=14638
* Add some examples for ACCEPT_LICENSE and ACCEPT_PROPERTIES. (trunk r14601)Zac Medico2009-10-181-0/+18
| | | | svn path=/main/branches/2.1.7/; revision=14635
* Update ACCEPT_LICENSE and ACCEPT_PROPERTIES docs. (trunk r14591)Zac Medico2009-10-121-2/+9
| | | | svn path=/main/branches/2.1.7/; revision=14592
* Add a reference to GLEP 23. (trunk r14589)Zac Medico2009-10-121-2/+4
| | | | svn path=/main/branches/2.1.7/; revision=14590
* Document license_groups. (trunk r14587)Zac Medico2009-10-121-2/+19
| | | | svn path=/main/branches/2.1.7/; revision=14588
* Document 'backtracking' in the MASKED PACKAGES section. (trunk r14557)Zac Medico2009-10-101-0/+7
| | | | svn path=/main/branches/2.1.7/; revision=14558
* Revert the rest of the package sets related code and docs, to behave like theZac Medico2009-10-101-16/+6
| | | | | | 2.1.6 branch. svn path=/main/branches/2.1.7/; revision=14549
* Update portage version in headers.Zac Medico2009-10-1014-14/+14
| | | | svn path=/main/branches/2.1.7/; revision=14546
* Remove preserve-libs docs.Zac Medico2009-10-101-4/+0
| | | | svn path=/main/branches/2.1.7/; revision=14545
* Remove world_sets support.Zac Medico2009-10-101-10/+0
| | | | svn path=/main/branches/2.1.7/; revision=14544
* Revert preserve-libs support since it won't be supported in this branch.Zac Medico2009-10-101-1/+4
| | | | svn path=/main/branches/2.1.7/; revision=14538
* Add --changed-use as an alias for --reinstall=changed-use. Thanks toZac Medico2009-10-091-0/+3
| | | | | | Jeremy Olexa <darkside@g.o> for the suggestion. svn path=/main/trunk/; revision=14533
* Bug #273099 - Add split-log and split-elog FEATURES for splitting build logsZac Medico2009-10-091-0/+9
| | | | | | | and elog mod_save logs into category subdirectories. Thanks to Sebastian Mingramm (few) for this patch. svn path=/main/trunk/; revision=14532
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-093-7/+7
| | | | | | URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
* Add a --color < y | n > option so that color output can be forced. This isZac Medico2009-10-091-0/+5
| | | | | | going to be used by emerge to force color fetch output when appropriate. svn path=/main/trunk/; revision=14529
* Fix typo in FEATURES=news docs. Thanks to Jonathan Callen <en.ABCD@gmail.com>Zac Medico2009-10-081-1/+1
| | | | | | for this patch. svn path=/main/trunk/; revision=14519
* Bug #287950 - Add a --fail-clean[=n] option, for enabling or disablingZac Medico2009-10-081-0/+7
| | | | | | FEATURES=fail-clean from the command line. svn path=/main/trunk/; revision=14518
* Bug #287950 - Add support for FEATURES=fail-clean which is useful for cleaningZac Medico2009-10-071-0/+7
| | | | | | up temp files on tmpfs after build failures with --keep-going. svn path=/main/trunk/; revision=14517
* Bug #265267 - Add hint about --accept-properties=-interactive in theZac Medico2009-10-061-1/+4
| | | | | | --jobs docs. svn path=/main/trunk/; revision=14508
* Bug #287870 - Add -r option as short version of --resume.Zac Medico2009-10-061-1/+1
| | | | svn path=/main/trunk/; revision=14504
* Add a new --accept-properties option so that users can temporarily overrideZac Medico2009-10-062-2/+19
| | | | | | | | | | | ACCEPT_PROPERTIES on the commandline, without relying on emerge's legacy behavior of allowing variables to leak in from the calling environment. A typical usage example for this option would be to use --accept-properties=-interactive to temporarily mask interactive packages. With default configuration, this would result in an effective ACCEPT_PROPERTIES value of "* -interactive". svn path=/main/trunk/; revision=14501
* Add a 'digest.missing' check, for cases like mythtv where the eclass hasZac Medico2009-10-061-0/+6
| | | | | | | modified the SRC_URI and now the Manifest has missing digests. Thanks to Brian Harring for the suggestion. svn path=/main/trunk/; revision=14500
* Enable FEATURES=news by default and document it.Zac Medico2009-10-051-0/+4
| | | | svn path=/main/trunk/; revision=14498
* Bug #285191 - Remove the RDEPEND.implicit check because it is invalid.Zac Medico2009-10-011-4/+0
| | | | svn path=/main/trunk/; revision=14471
* Add --tolerant option (already in use on master rsync mirror), requested byZac Medico2009-09-301-0/+5
| | | | | | robbat2. svn path=/main/trunk/; revision=14469
* Update documentation of inherit. Reported by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-09-151-4/+5
| | | | svn path=/main/trunk/; revision=14274
* Document ACCEPT_PROPERTIES and package.properties.Zac Medico2009-09-063-0/+24
| | | | svn path=/main/trunk/; revision=14206
* Document ACCEPT_LICENSE and package.license.Zac Medico2009-09-063-0/+23
| | | | svn path=/main/trunk/; revision=14205
* Fix documentation of some QA_* variables.Arfrever Frehtes Taifersar Arahesis2009-09-041-3/+3
| | | | svn path=/main/trunk/; revision=14184