summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* emerge.1: --depclean-lib-check disabled defaultv2.1.11.50Zac Medico2013-01-241-1/+1
|
* Remove extended package set configuration docs.Zac Medico2013-01-241-5/+1
| | | | Extended package sets configuration is disabled in the stable branch.
* make.conf.5: better examples for ACCEPT_LICENSEUlrich Müller2013-01-211-6/+6
|
* ru/ebuild.1: update obsolete md5 referencesv2.2.0_alpha154Vladimir Romanov2013-01-161-17/+19
|
* portage(5): add more pointers to make.confMike Frysinger2013-01-151-2/+4
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* make.conf.5: document @preserved-rebuildZac Medico2013-01-151-0/+3
|
* ebuild.1: update obsolete md5 referencesZac Medico2013-01-151-6/+6
|
* ebuild.1: add Russian translation, bug #450372Vladimir Romanov2013-01-141-0/+242
|
* make.conf.5: tweak escape format for apostrophyv2.2.0_alpha151Zac Medico2013-01-111-1/+1
|
* make.conf.5: escape apostropy quote, bug #451118Zac Medico2013-01-091-2/+2
|
* Add emirrordist, a tool for mirroring distfiles.Zac Medico2013-01-091-0/+143
| | | | | Special thanks to Brian Harring, author of the mirror-dist program from which emirrordist is derived.
* Add QA_AM_MAINTAINER_MODE for bug #450278.Zac Medico2013-01-041-1/+6
|
* emerge --select: add -w short optionZac Medico2012-12-291-1/+1
|
* man pages: refer to /etc/portage/make.confZac Medico2012-12-288-16/+16
|
* quickpkg.1: document options, bug #243192Zac Medico2012-12-281-2/+16
|
* Add QA_CONFIGURE_OPTIONS variable.v2.2.0_alpha148Zac Medico2012-12-111-1/+6
|
* emerge --verbose: [ y | n ] for bug #446324v2.2.0_alpha145Zac Medico2012-12-081-2/+2
|
* emerge: add --quiet-fail for bug #440982Zac Medico2012-11-281-2/+9
|
* portage.5: rm obsolete eclass-overrides warningZac Medico2012-11-281-7/+1
| | | | | | | | This will fix bug #434942. The warning shouldn't be needed anymore since commit e760c8d2a4ccc56e351ac37904c715f596b58e42 makes egencache generate md5-dict format by default, and use of the older pms format triggers a deprecation warning since commit 02a6bf1ac95861831a303f220c7a41b9bbd398ab.
* egencache: enable md5-dict format by defaultZac Medico2012-11-271-9/+19
| | | | | | | | | | WARNING: Portage versions prior to portage-2.1.11.14 will NOT recognize the 'md5-dict' format unless it is explicitly listed in metadata/layout.conf (refer to portage(5) for example usage). WARNING: For backward compatibility, the obsolete 'pms' cache format will still be generated by default if the metadata/cache/ directory exists in the repository.
* repoman: add check for deprecated licenses, bug 440638Ulrich Müller2012-10-311-1/+4
|
* Add FEATURES=merge-sync, for bug #439584.Zac Medico2012-10-251-0/+5
|
* Remove old binhost protocol for bug #438640.Zac Medico2012-10-171-7/+3
| | | | | The old protocol has been deprecated since portage-2.1.6 (2009), so it should be completely irrelevant now.
* emerge.1: broaden description of "r" merge attrZac Medico2012-10-141-2/+2
| | | | | | This attribute actually applies to anything matched by the internal @__auto_* sets, which can mean a number of different things (see depgraph._gen_reinstall_sets).
* Add QA_MULTILIB_PATHS for bug #437910.Zac Medico2012-10-102-2/+11
|
* Atom: support *_beta* wildcard, bug #437872Zac Medico2012-10-101-1/+3
|
* emerge: handle --load-average with no argZac Medico2012-10-081-1/+2
| | | | | With no argument, removes a previous load limit (same behavior as make).
* repoman: check EXTRA_ECONF/EMAKE, bug #437348Zac Medico2012-10-081-1/+1
|
* egencache: add --update-manifests, bug #436918Zac Medico2012-10-031-0/+21
| | | | | | | | | | Update manifest files, and sign them if signing is enabled. This supports parallelization if enabled via the --jobs option. The --thin-manifests and --sign-manifests options may be used to manually override layout.conf settings. There's also a new --strict-manifests option that may be used to manually override the "strict" FEATURES setting, a --gpg-key option to override PORTAGE_GPG_KEY, and a --gpg-dir option to override PORTAGE_GPG_DIR.
* repoman: rename most *DEPEND.* to dependency.*Zac Medico2012-09-251-18/+18
| | | | This makes it easier to add new types, like HDEPEND.
* repoman.1: unify *DEPEND.bad*, *DEPEND.syntax docsZac Medico2012-09-251-66/+12
|
* Document targetroot useflag in ebuild(5)Dennis Schridde2012-09-251-0/+9
|
* Document default behaviour without --root-deps for EAPI 5- in ebuild(5)Dennis Schridde2012-09-251-0/+2
|
* Put lengthy install-location documentation into an own paragraph for ↵Dennis Schridde2012-09-251-0/+2
| | | | cross-compile docs in ebuild(5)
* make.conf.5: refer to ebuild.5 for cross-compileZac Medico2012-09-241-3/+4
|
* man/emerge.1: italics for emphasisZac Medico2012-09-241-2/+2
|
* Re-word HDEPEND docs wrt "EAPI 5 and earlier"Zac Medico2012-09-242-11/+12
| | | | | | Referring to ranges like this is ambigous when when don't know what EAPI 6 will bring, and we have both EAPI 5-progress and 5-hdepend which add different feature sets to EAPI 5.
* Document behaviour of --root-deps for EAPI 6+ in emerge(1)Dennis Schridde2012-09-241-4/+5
|
* Document HDEPEND in ebuild(5)Dennis Schridde2012-09-241-0/+46
|
* repoman: support HDEPEND for EAPI 5-hdependZac Medico2012-09-241-0/+18
|
* drop support for QA_DT_HASH/QA_STRICT_DT_HASHMike Frysinger2012-09-232-14/+0
| | | | | | | | These variables have been deprecated in favor of the new variables QA_STRICT_FLAGS_IGNORED/QA_FLAGS_IGNORED, and the tree has been converted over to the new ones, so drop the old vars. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Reorder description of --root-deps in emerge(1)Dennis Schridde2012-09-231-8/+10
| | | | 80 char width and max 1 sentence per line.
* Improve wording of *DEPEND variable description in ebuild(5) a bitDennis Schridde2012-09-231-9/+14
|
* Better documentation of PDEPEND in ebuild(5)Dennis Schridde2012-09-231-2/+7
|
* Fix referencens to Dependencies section of ebuild(5)Dennis Schridde2012-09-231-3/+3
|
* Adjust code of first paragraph of ebuild(5) to 80 char widthDennis Schridde2012-09-231-6/+6
|
* Reorder and cleanup of ebuild(5)Dennis Schridde2012-09-231-497/+518
|
* 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.
* portage.5: document nested package setsZac Medico2012-09-211-2/+4
|
* Enable official EAPI 5 support.v2.2.0_alpha130Zac Medico2012-09-202-5/+5
| | | | | | The council has officialy approved EAPI 5 in PMS: http://git.overlays.gentoo.org/gitweb/?p=proj/pms.git;a=commit;h=99c78a51ff4c9737cdd399620072abdc14f8df11