summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove extended package set configuration docs.v2.1.10.63Zac Medico2012-05-242-19/+3
| | | | Extended package sets configuration is disabled in the stable branch.
* Remove FEATURES=preserve-libs config/docs.Zac Medico2012-05-242-19/+5
| | | | Support for FEATURES=preserve-libs is disabled in the stable branch.
* FEATURES=config-protect-if-modified by default.Zac Medico2012-05-161-2/+3
| | | | | | | The plan is to send out a GLEP 42 news item for this before it goes to stable, as discussed here: http://archives.gentoo.org/gentoo-dev/msg_7fe557809defad4faca2ee5c6e52d134.xml
* Refer to bug #402167 where appropriate.Zac Medico2012-05-091-1/+1
|
* Parse EAPI with pattern from PMS section 7.3.1.Zac Medico2012-05-092-4/+4
| | | | | | | | This implements the specification that was approved in Gentoo's council meeting on May 8, 2012 (see bug #402167). The parse-eapi-ebuild-head FEATURES setting is now enabled by default, and causes non-conformant ebuilds to be treated as invalid. This behavior will soon become enabled unconditionally.
* make.conf.5: COLLISION_IGNORE s/shell/fnmatch/v2.2.0_alpha102Zac Medico2012-05-081-3/+3
|
* COLLISION_IGNORE: support fnmatch patternsZac Medico2012-05-071-10/+5
| | | | | | This allows it to be combined with the COLLISION_IGNORE_UNOWNED variable from commit 33545ea18e8816addb3c54bb26a0cc788b8512e6, so only one variable is needed.
* Support COLLISION_IGNORE_UNOWNED="*.pyc *.pyo"Krzysztof Pawlik2012-05-041-0/+7
| | | | This will fix bug #410691.
* repoman: update EAPI.definition check for PMSZac Medico2012-04-151-1/+2
| | | | | | The plan is to update PMS section 8.3.1 as discussed here: http://archives.gentoo.org/gentoo-pms/msg_ef7635aa655913f2386e64e385f5a6ae.xml
* ebuild.5: use example.com for bug #411835Zac Medico2012-04-131-2/+2
|
* portage.5: note more bashrc caveats, bug #409627Zac Medico2012-03-291-1/+4
|
* repoman: add --digest=<y|n> option, bug #406875Zac Medico2012-03-171-1/+16
|
* etc-update: add a --preen flagMike Frysinger2012-03-101-1/+4
| | | | | | | | Add a flag to merge just trivial updates and then quit. URL: http://bugs.gentoo.org/159080 Reported-by: Iván Pérez Domínguez <iperez@babel.ls.fi.upm.es> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* etc-update: support scan paths on the command lineMike Frysinger2012-03-101-2/+3
| | | | | | URL: http://bugs.gentoo.org/59235 Reported-by: Cory Visi <merlin@gentoo.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* etc-update(1): flesh out a bit moreMike Frysinger2012-03-081-6/+20
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* repoman: make virtual.oldstyle an errorZac Medico2012-02-171-2/+3
| | | | | Also, add "allow-provide-virtuals = true" setting for metadata/layout.conf which reduces it to a warning.
* portage.5: layout.conf manifest-hashes exampleZac Medico2012-02-171-0/+2
|
* repoman: support git commit --gpg-signZac Medico2012-02-042-1/+6
| | | | | | | In order to sign commits with git, you will need Git >=1.7.9 and your key will have to be configured by `git config user.signingkey key_id`. Also, the repository will need to have "sign-commits = true" in metadata/layout.conf. This will fix bug #333687.
* Don't print ::${repository} for main repository in output ofArfrever Frehtes Taifersar Arahesis2012-01-281-0/+3
| | | | | `emerge -pv ${package}` by default. Add --verbose-main-repo-display option, which enables printing ::${repository} for main repository.
* document --quiet-repo-displayZac Medico2012-01-201-0/+4
|
* man/emerge.1: reference --exclude from --newuseZac Medico2012-01-191-1/+2
|
* add support for compressing debug sections to save spaceMike Frysinger2012-01-141-1/+9
| | | | | | | | | | | Since binutils/gdb can compress the .debug* sections with zlib into .zdebug*, we should be able to save quite a bit of space -- on my system, I saw /usr/lib/debug/ go from ~20GB to ~7.5GB. This requires binutils/gdb to be built with USE=zlib which is why this defaults to off. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* ebuild.5: fix REQUIRED_USE sample for bug #397415Gavin Pryke2012-01-021-1/+1
|
* repoman: remove ebuild.allmasked checkZac Medico2012-01-011-6/+0
| | | | | | | This check it pretty useless, since there packages don't necessarily need to have any stable keywords, and nobody relies on this check to decide when to keyword something. Also, remove references to the ebuild.nostable which doesn't seem to exist anymore.
* Update date headers in man pages.Zac Medico2011-12-242-2/+2
|
* Add FEATURES=config-protect-if-modified support.Zac Medico2011-12-241-0/+4
| | | | | This causes the CONFIG_PROTECT behavior to be skipped for files that have not been modified since they were installed.
* Fix description of QA_FLAGS_IGNORED.Arfrever Frehtes Taifersar Arahesis2011-12-231-2/+2
|
* Share variables for CFLAGS and LDFLAGS checks.Zac Medico2011-12-222-8/+10
| | | | | | | The rationale is that any exceptions to either of these checks will probably apply to both checks. So, QA_CFLAGS_IGNORED and QA_DT_HASH are merged into QA_FLAGS_IGNORED, and QA_STRICT_CFLAGS_IGNORED and QA_STRICT_DT_HASH are merged into QA_STRICT_FLAGS_IGNORED.
* Use *FLAGS for CFLAGS ignorance checks.Zac Medico2011-12-211-1/+1
| | | | | | | Current *FLAGS variables include CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS. Not that this check is only enabled if every one of these variables contains -frecord-gcc-switches, since otherwise the check could result in false positive results.
* s/QA_STRICT_DT_SWITCHES/QA_STRICT_CFLAGS_IGNORED/Zac Medico2011-12-211-1/+1
|
* s/QA_DT_SWITCHES/QA_CFLAGS_IGNORED/Zac Medico2011-12-212-2/+2
|
* --ask is fine for --depclean as well.Michał Górny2011-12-211-2/+2
|
* Support checking for ignored CFLAGS using -frecord-gcc-switches.Michał Górny2011-12-212-0/+13
|
* emerge.1: --changed-use/--selective interactionZac Medico2011-12-161-8/+9
| | | | Also, swap all instances of --reinstall=changed-use with --changed-use.
* emerge.1: enumerate more --selective=n overridesZac Medico2011-12-151-1/+2
|
* make.conf.5: it's -> itsZac Medico2011-12-151-1/+1
|
* emerge: disable --quiet-build by defaultZac Medico2011-12-131-3/+1
| | | | | | | | | This reverts the behavior change from commit 0cc174b6fc28feb26ea151d76f794e0ff2c2fa39, since Gentoo's council has voted to revert it in their 20111213 meeting, as requested on the gentoo-project mailing list: http://archives.gentoo.org/gentoo-project/msg_4e282bb4e6ac2611de2a39171a803c48.xml
* Support FEATURES=xattr.Zac Medico2011-12-091-0/+4
|
* Support FEATURES=force-prefix.Zac Medico2011-12-081-0/+6
| | | | | | | This adjusts the logic from commit ff52f9dc31004becb8022e6437088d01917f413c to use FEATURES=force-prefix instead of USE=prefix. This has the advantage that we don't have to make any assumptions about the USE=prefix.
* man: document fixpackages for bug #393517Zac Medico2011-12-072-5/+31
|
* make.conf(5): clarify "repo" and "defaults" sources for USE_ORDERMike Frysinger2011-11-301-2/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* man/emerge.1: note that --jobs redirects outputZac Medico2011-11-211-0/+5
|
* Enable emerge --quiet-build by default.v2.2.0_alpha74Zac Medico2011-11-111-2/+9
| | | | | | See discussion on the gentoo-dev mailing list: http://archives.gentoo.org/gentoo-dev/msg_4f0401066abe2dc04458a952ac2a17bd.xml
* man/portage.5: profile-formats exampleZac Medico2011-10-291-0/+4
|
* man/portage.5: cache-formats exampleZac Medico2011-10-291-0/+3
|
* RepoConfigLoader: support incremental aliasesZac Medico2011-10-271-2/+3
| | | | | This allows a user to discard unwanted aliases that are specified in a repo's layout.conf.
* man/make.conf.5: mention LINGUAS in USE_ORDER docZac Medico2011-10-261-1/+2
| | | | | The reason for env.d being in USE_ORDER is not really obvious, so mention LINGUAS as an example (from bug #187016).
* Add emerge --check-news for bug #388233.Zac Medico2011-10-261-0/+4
|
* man/make.conf.5: elaborate on prelink-checksumsMartin von Gagern2011-10-261-0/+6
|
* man/repoman.1: reference changelog/layout.confZac Medico2011-10-231-1/+4
|