summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Bug #222623 - Use "regardless" instead of "irregardless" since the latterZac Medico2008-05-181-1/+1
| | | | | | is considered to be incorrect. svn path=/main/trunk/; revision=10357
* Bug #221537 - Add a new "RDEPEND.suspect" check for packages in RDEPEND thatZac Medico2008-05-141-0/+3
| | | | | | usually only belong in DEPEND. svn path=/main/trunk/; revision=10333
* fix man markup for PORTAGE_FETCH_RESUME_MIN_SIZEMike Frysinger2008-05-131-7/+7
| | | | svn path=/main/trunk/; revision=10320
* Bug #220533 - Document FEATURES="skiprocheck".Zac Medico2008-05-131-0/+9
| | | | svn path=/main/trunk/; revision=10314
* Bug #220111 - Update the DISTDIR docs to clarify that it's safe to removeZac Medico2008-05-111-1/+5
| | | | | | any and all files from this location after packages are built. svn path=/main/trunk/; revision=10289
* Make the summary more accurate.Zac Medico2008-05-111-1/+1
| | | | svn path=/main/trunk/; revision=10288
* Fix spelling of "SATISFIED". Thanks to Arfrever.Zac Medico2008-05-071-1/+1
| | | | svn path=/main/trunk/; revision=10222
* Make satisfied blockers "darkblue" by default.Zac Medico2008-05-061-1/+1
| | | | svn path=/main/trunk/; revision=10218
* Display satisfied blockers in green and show a small "b" instead of aZac Medico2008-05-061-0/+6
| | | | | | big "B" (similar to "f" for satisfied fetch restrictions). svn path=/main/trunk/; revision=10214
* s/unmerge/uninstall/ for consistency.Zac Medico2008-04-231-1/+1
| | | | svn path=/main/trunk/; revision=9947
* Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.Zac Medico2008-04-231-0/+4
| | | | | | | | | | | | | | | | | | | The intention is to only uninstall packages that would be removed by --depclean (after the updates) anyway. To prevent automatic uninstallation of packages that the user probably wants to keep, the following types of packages will not be automatically unmerged: * Installed packages that have been pulled into the current dependency graph. Note that this check is not necessarily complete unless the --complete-graph option is enabled, making other sanity checks necessary. * Installed packages matched by atoms from the system set. For safety, these are unmerged after being replaced by another version. * Installed packages matched by atoms from the world set, if there is no matching replacement in the current dependency graph. svn path=/main/trunk/; revision=9946
* Document FEATURES="metadata-transfer" changes some more.Zac Medico2008-04-212-1/+5
| | | | svn path=/main/trunk/; revision=9934
* Fix portage version, should be >=2.1.5.Zac Medico2008-04-211-1/+1
| | | | svn path=/main/trunk/; revision=9932
* * Make portdbapi.aux_get() automatically pull pre-generated metadataZac Medico2008-04-212-12/+19
| | | | | | | | | | | | | | | | | | | | | | directly from the metadata/cache/ directory when metadata-transfer is not enabled in FEATURES. This makes all cache modules behave similar to existing metadata_overlay module, except when FEATURES="metadata-transfer" has been explicitly enabled. * Remove metadata-transfer from FEATURES in make.globals so that it's no longer enabled by default. Users will be happy about this since the "Updating Portage cache" part of emerge --sync can be more time consuming than the rsync run itself. It's also nicer when when using PORTDIR over nfs or bind mounted in a chroot since there's no need to run emerge --metadata. * Update FEATURES="metadata-transfer" docs to warn users of the rsync tree to modify eclases in PORTDIR_OVERLAY if necessary instead of doing it directly in the rsync tree. * Relevant updates to /etc/portage/modules docs. svn path=/main/trunk/; revision=9930
* Add some notes for the parallel-fetch feature and the new --complete-graphZac Medico2008-04-111-1/+3
| | | | | | option for emerge. svn path=/main/trunk/; revision=9848
* Rename the undocumented --conistent option to --complete-graph and addZac Medico2008-04-111-0/+11
| | | | | | some docs. svn path=/main/trunk/; revision=9846
* Clarify --with-bdeps behavior with example. Thanks to Griffon26 forZac Medico2008-04-051-3/+5
| | | | | | this patch. svn path=/main/trunk/; revision=9725
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-031-0/+8
| | | | | | | helping to ensure that small garbage files such as html 404 pages are properly discarded. svn path=/main/trunk/; revision=9687
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-301-1/+1
| | | | svn path=/main/trunk/; revision=9619
* Add a note about PKG_INSTALL_MASK.Zac Medico2008-03-291-1/+4
| | | | svn path=/main/trunk/; revision=9591
* Add a new "ebuild.patches" check for the PATCHES variable that's used byZac Medico2008-03-291-0/+3
| | | | | | | | base_src_unpack() from base.eclass. This generates a warning if the variable is not defined as an array, since this is required for white space safety. Thanks to Betelgeuse for the initial patch. svn path=/main/trunk/; revision=9587
* Add a new "java.eclassesnotused" check for cases where DEPEND containsZac Medico2008-03-281-0/+4
| | | | | | | | virtual/jdk and and the appropriate java eclass has not been inherited (a violation of the java team's policy). Thanks to Betelgeuse for the initial patch. svn path=/main/trunk/; revision=9585
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-0/+4
| | | | | | | allows the user to specify tar command options for binary package creation. svn path=/main/trunk/; revision=9528
* Bug #213629 - Create an EAPI.incompatible category and use it in casesZac Medico2008-03-281-0/+3
| | | | | | where EAPI=0 and a slot atom is encountered. svn path=/main/trunk/; revision=9524
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-271-0/+3
| | | | | | against the keywords of earlier ebuild versions within a slot. svn path=/main/trunk/; revision=9522
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-271-1/+7
| | | | | | behave as if there are no package.mask entries. svn path=/main/trunk/; revision=9520
* Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests areZac Medico2008-03-271-1/+1
| | | | | | always checked. svn path=/main/trunk/; revision=9519
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-181-11/+11
| | | | | | update the docs to reflect this. svn path=/main/trunk/; revision=9475
* Fix grammar.Zac Medico2008-03-141-1/+1
| | | | svn path=/main/trunk/; revision=9466
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-141-0/+3
| | | | | | | | | PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS config variable to control how many mirrors should be tried before aborting the download. This type of behavior used to be enabled only in --fetchonly mode but now it's enabled for all fetch() calls. svn path=/main/trunk/; revision=9463
* remove code for manifest1 supportMarius Mauch2008-02-281-18/+0
| | | | svn path=/main/trunk/; revision=9398
* Bug #208743 - Update dosed docs to indicate that "s:${D}::g" is usedZac Medico2008-02-091-1/+2
| | | | | | as the default expression if none other is given. svn path=/main/trunk/; revision=9313
* more minor doc updates regarding package setsMarius Mauch2008-02-091-7/+9
| | | | svn path=/main/trunk/; revision=9310
* Bug #208743 - Clarify dosed docs to indicate that sed is performedZac Medico2008-02-081-1/+1
| | | | | | in place of a file in ${D}. svn path=/main/trunk/; revision=9287
* Add a note that PORTDIR is a repository of software and that users should ↵Alec Warner2008-01-191-1/+3
| | | | | | not add random directories in it. svn path=/main/trunk/; revision=9209
* Bug #203887 - Implement RESTRICT=installsources for binaries that areZac Medico2008-01-111-0/+4
| | | | | | not compatible with debugedit. svn path=/main/trunk/; revision=9167
* Document that docinto works for dohtml.Zac Medico2007-12-291-1/+2
| | | | svn path=/main/trunk/; revision=9109
* Bug #202126 - Replace an obsolete reference to `emerge --help config`Zac Medico2007-12-131-2/+4
| | | | | | with a reference to the CONFIGURATION FILES section of emerge(1). svn path=/main/trunk/; revision=8913
* Document dohtml -p. Thanks to robbat2 for reporting.Zac Medico2007-11-221-1/+1
| | | | svn path=/main/trunk/; revision=8599
* * Remove bogus "ci" mode.Zac Medico2007-11-201-1/+1
| | | | | | * Sync "scan" mode description with 2.1.2 branch. svn path=/main/trunk/; revision=8559
* Make 'full' the default mode, since 'scan' can be annoying since itZac Medico2007-11-131-1/+1
| | | | | | ommits relevant info. svn path=/main/trunk/; revision=8499
* Bug #197594 - Document FEATURES="lmirror".Zac Medico2007-11-021-0/+4
| | | | svn path=/main/trunk/; revision=8373
* Update the FEATURES=mirror docs to more accurately reflect behavior.Zac Medico2007-10-311-2/+2
| | | | svn path=/main/trunk/; revision=8348
* document PROFILE_ONLY_VARIABLESMarius Mauch2007-10-231-1/+5
| | | | svn path=/main/trunk/; revision=8259
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-192-3/+7
| | | | | | sometimes people don't realize that it exists. svn path=/main/trunk/; revision=8185
* Document the "manifest" mode.Zac Medico2007-10-151-0/+3
| | | | svn path=/main/trunk/; revision=8126
* Remove ambiguous "you should edit this file" warning.Zac Medico2007-10-101-2/+1
| | | | | | Thanks to Cardoe. svn path=/main/trunk/; revision=8040
* Shorten the reference to IUSE defaults sinceZac Medico2007-10-051-1/+1
| | | | | | it's now documented in ebuild(5). svn path=/main/trunk/; revision=7967
* Document IUSE defaults.Zac Medico2007-10-051-1/+5
| | | | svn path=/main/trunk/; revision=7966
* Document SLOT dependencies.Zac Medico2007-10-051-0/+12
| | | | svn path=/main/trunk/; revision=7962