summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Add help for --rebuilt-binaries-timestamp.Zac Medico2010-05-271-1/+1
|
* Add --rebuilt-binaries-timestamp optionSebastian Luther2010-05-271-0/+7
| | | | | | | This option makes emerge ignore binaries that would have been used for --rebuilt-binaries, if they are older than the given timestamp. Binaries are only reinstalled if they have a newer BUILD_TIME than the installed package (not only unequal) with this option.
* Make --deselect work for sets (bug 268798)Sebastian Luther2010-05-271-1/+1
|
* New mode: manifest-check - Checks Manifests for missing or incorrect digestsZac Medico2010-05-161-0/+6
|
* Make --exclude use whitespace to separate atoms since atoms are typicallyZac Medico2010-05-041-1/+1
| | | | separated by whitespace.
* Bug #317921 - Fix spelling of "variable".Zac Medico2010-04-301-1/+1
|
* Support per-package bashrc files.Michał Górny2010-04-291-0/+21
| | | | | | | Support loading per-package bashrc files from the /etc/portage/env directory. The invidual files should reside in a directory matching ${CATEGORY}, with names matching ${PN}, ${PN}:${SLOT}, ${P} and/or ${PF} (which are applied in that order).
* Add --exclude optionSebastian Luther2010-04-291-0/+5
|
* Bug #317133 - s/execinto/exeinto/. Thanks to Denilson Sá ↵Zac Medico2010-04-251-1/+1
| | | | <denilsonsa@gmail.com>.
* For clarity, make egencache --help and man page refer to --config-rootZac Medico2010-04-021-1/+1
| | | | parameter as PORTAGE_CONFIGROOT. Thanks to Brian Harring.
* Add support for package sets to quickpkgSebastian Luther2010-03-281-6/+10
| | | | | | | | Split quickpkg_atom out of quickpkg_main to handle single atoms. Create quickpkg_set to handle sets that calls quickpkg_atom. Use a dict called 'infos' to return information about skipped config files, etc. Move imports to global scope. Update --help message and man page.
* Fix typo.Zac Medico2010-03-191-1/+1
| | | | svn path=/main/trunk/; revision=15835
* Note that use.local.desc is automatically generated, and refer to GLEP 56.Zac Medico2010-03-191-2/+5
| | | | svn path=/main/trunk/; revision=15834
* Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>Zac Medico2010-03-161-4/+4
| | | | | | for wording suggestions. svn path=/main/trunk/; revision=15831
* * Remove outdated profiles.desc sentence about "1 profile allowed perZac Medico2010-03-091-7/+6
| | | | | | | | stable/dev/KEYWORD". Thanks to Torsten Veller <tove@g.o> for reporting. * Add 'exp' to valid profiles.desc status values, and update the example. svn path=/main/trunk/; revision=15795
* Move --update from the actions to the options section.Zac Medico2010-03-081-7/+7
| | | | svn path=/main/trunk/; revision=15777
* Clean up/sync docs for emerge --sync, and add a note about PORTAGE_SYNC_STALE.Zac Medico2010-03-081-5/+20
| | | | svn path=/main/trunk/; revision=15776
* Escape hyphens.Zac Medico2010-03-081-1/+1
| | | | svn path=/main/trunk/; revision=15775
* Note that PORTAGE_SYNC_STALE=0 will disable warnings.Zac Medico2010-03-081-1/+1
| | | | svn path=/main/trunk/; revision=15757
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-081-0/+6
| | | | | | | 30 days old, and make it adjustable via the PORTAGE_SYNC_STALE variable. Thanks to Ned Ludd <solar@g.o> for the most of this code. svn path=/main/trunk/; revision=15756
* Add new colors for binary packages in the merge list. Thanks to SebastianZac Medico2010-03-031-0/+9
| | | | | | Luther (few) for this patch. svn path=/main/trunk/; revision=15739
* Add a --quiet-unmerge-warn option to disable the warning message that's shownZac Medico2010-02-281-0/+6
| | | | | | | prior to --unmerge actions. Thanks to Thomas Sachau <tommy@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=15486
* Enable --rebuilt-binaries automatically only when in --usepkgonly orZac Medico2010-02-221-1/+1
| | | | | | | | --getbinpkgonly mode, since --usepkgonly behaves better in cases when the portage tree is not exactly the same revision that was used to build the packages. svn path=/main/trunk/; revision=15427
* Bug #299095 - Add a deprecation warning for check_license calls with EAPI >= 3Zac Medico2010-02-221-0/+3
| | | | | | since it is superceded by LICENSE masking. svn path=/main/trunk/; revision=15418
* Only enable --rebuilt-binaries automatically if --update and --deep are alsoZac Medico2010-02-181-2/+3
| | | | | | enabled. svn path=/main/trunk/; revision=15372
* Add a --rebuilt-binaries[=n] option, causing automatic replacement ofZac Medico2010-02-181-0/+7
| | | | | | | | | | | | | installed packages with binary packages that have been rebuilt. Rebuilds are detected by comparison of BUILD_TIME package metadata. This option is enabled automatically when using binary packages, so rebuilt binaries are installed with a user's typical update command. This isn't possible with the existing @rebuild-binaries package set since that only works with --selective=n and therefore can't be used with a typical world update. The package set framework should support this type of behavior sometime in the future. svn path=/main/trunk/; revision=15364
* Fix type in CLEAN_DELAY docs.Zac Medico2010-02-161-1/+2
| | | | svn path=/main/trunk/; revision=15361
* Bug #304793 - Update --newuse docs to indicate that this option also impliesZac Medico2010-02-131-2/+4
| | | | | | --selective. svn path=/main/trunk/; revision=15346
* Fix blocker example output to appear as emerge actually displays it.Zac Medico2010-01-081-1/+1
| | | | svn path=/main/trunk/; revision=15180
* Bug #269225 - Warn about virtuals with non-empty HOMEPAGE or LICENSE. ThanksZac Medico2010-01-071-0/+6
| | | | | | to Ulrich Müller <ulm@g.o> for this patch. svn path=/main/trunk/; revision=15174
* Document doins -r option.Zac Medico2010-01-041-1/+2
| | | | svn path=/main/trunk/; revision=15157
* * Fix type in econf --host argument.Zac Medico2009-12-121-4/+6
| | | | | | | * Add missing econf --build and --target arguments. * Use tabs instead of spaces for indentation. svn path=/main/trunk/; revision=15048
* Fix typo.Arfrever Frehtes Taifersar Arahesis2009-12-121-1/+1
| | | | svn path=/main/trunk/; revision=15045
* Add more EAPI 3 conditionals for prefix variables.Zac Medico2009-12-111-2/+9
| | | | svn path=/main/trunk/; revision=15042
* Add EAPI 3 conditionals for prefix variables.Zac Medico2009-12-111-5/+8
| | | | svn path=/main/trunk/; revision=15041
* fix definition regarding slashes for EPREFIX, D, ED and EROOTFabian Groffen2009-12-101-9/+14
| | | | svn path=/main/trunk/; revision=15026
* Implement forward compatible Prefix support. This makes EPREFIX, ED andFabian Groffen2009-12-101-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. svn path=/main/trunk/; revision=15024
* 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). svn path=/main/trunk/; revision=14936
* Remove SLOT.missing since SLOT.invalid handles that case now.Zac Medico2009-11-161-4/+1
| | | | svn path=/main/trunk/; revision=14824
* Bug #292820 - Make the Package constructor handle invalid SLOT values.Zac Medico2009-11-121-0/+2
| | | | svn path=/main/trunk/; revision=14819
* Make split-elog bold.Zac Medico2009-11-071-1/+1
| | | | svn path=/main/trunk/; revision=14803
* Bug #291200 - Add a --quiet-build option to redirect all build output to logsZac Medico2009-11-061-0/+4
| | | | | | alone, and do not display it on stdout. svn path=/main/trunk/; revision=14783
* 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. svn path=/main/trunk/; revision=14763
* Bug #259697 - Update IUSE.invalid docs for GLEP 56.Zac Medico2009-10-311-1/+1
| | | | svn path=/main/trunk/; revision=14751
* Take the -c option and make it mean --depclean instead of --clean, sinceZac Medico2009-10-261-2/+2
| | | | | | --clean is pretty useless anyway. svn path=/main/trunk/; revision=14731
* Add -R as a shortcut for --depclean. Thanks to Jonathan Callen <abcd@g.o> forZac Medico2009-10-261-1/+1
| | | | | | the suggestion. svn path=/main/trunk/; revision=14730
* 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. svn path=/main/trunk/; revision=14710
* Add --help output for --unordered-display, and move man page docs from theZac Medico2009-10-231-6/+7
| | | | | | actions to the options section. svn path=/main/trunk/; revision=14708
* Add a --unordered-display option for use with --tree. This allows the displayZac Medico2009-10-231-0/+6
| | | | | | | to be optimized differently since the merge order is not preserved. Thanks to Sebastian Mingramm (few) for the initial patch. svn path=/main/trunk/; revision=14703
* Add a --use-ebuild-visibility option, for using unbuilt ebuild metadataZac Medico2009-10-181-0/+4
| | | | | | | in visibility checks for built ebuilds. Thanks to Sebastian Mingramm (few) for reporting the problem and testing the patch. svn path=/main/trunk/; revision=14665