summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Generalize the first paragraph of the MASKED PACKAGES sectionZac Medico2007-10-051-4/+9
| | | | | | and document binary package CHOST masking. svn path=/main/trunk/; revision=7958
* Documnet EAPI in the MASKED PACKAGES section.Zac Medico2007-10-051-0/+5
| | | | svn path=/main/trunk/; revision=7951
* Fix spelling of backward.Zac Medico2007-10-051-1/+1
| | | | svn path=/main/trunk/; revision=7950
* Document the EAPI variable.Zac Medico2007-10-051-0/+11
| | | | svn path=/main/trunk/; revision=7949
* Make repoman bail out if it is unable to properlyZac Medico2007-10-041-0/+3
| | | | | | | | access ebuild metadata for some reason. In this case it's impossible to generate a Manifest and therefore the --force option has to be disabled. svn path=/main/trunk/; revision=7914
* Eliminate confusing false positive error messagesZac Medico2007-10-031-0/+1
| | | | | | | | | | | | | | for SRC_URI.syntax and digestentry.unused that are reported when the SRC_URI for one or more ebuilds can't be parsed for some reason. There's no point in producing a false error here since the root cause will produce a valid error elsewhere, such as "SRC_URI.syntax" or "ebuild.sytax". Also, update the docs for the "ebuild.syntax" error to indicate that a digest verification failure can trigger it. svn path=/main/trunk/; revision=7905
* Fix a typo.Zac Medico2007-09-261-1/+1
| | | | svn path=/main/trunk/; revision=7840
* s/note/not/ reported by p-y.Zac Medico2007-09-241-1/+1
| | | | svn path=/main/trunk/; revision=7800
* Bug #191645 - Cross-reference the `ebuild --force digest` docs with theZac Medico2007-09-132-3/+7
| | | | | | FEATURES=assume-digests docs. svn path=/main/trunk/; revision=7778
* Add some additional notes about the behavior of FEATURES=assume-digests underZac Medico2007-09-131-1/+5
| | | | | | various conditions. svn path=/main/trunk/; revision=7777
* Bug #191645 - Document the --force option.Zac Medico2007-09-131-0/+6
| | | | svn path=/main/trunk/; revision=7776
* Bug #110443 - Add a KEYWORDS.stable check for ebuilds that are added directlyZac Medico2007-09-131-0/+3
| | | | | | with stable KEYWORDS. svn path=/main/trunk/; revision=7775
* Bug #191645 - Document the --force option.Zac Medico2007-09-121-0/+6
| | | | svn path=/main/trunk/; revision=7773
* Bug #187795 - remove pointless digest.disjointed and digest.notadded warningsZac Medico2007-09-121-6/+0
| | | | | | since they are always added to cvs automatically anyway. svn path=/main/trunk/; revision=7772
* Bug #189743 - Add .jpeg to the list of extensions supported by dohtml.Zac Medico2007-08-221-1/+1
| | | | svn path=/main/trunk/; revision=7653
* make -f/-F distinction clearerMike Frysinger2007-08-161-3/+2
| | | | svn path=/main/trunk/; revision=7632