summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rest of eblank.Zac Medico2008-06-171-3/+0
| | | | svn path=/main/branches/2.1.2/; revision=10702
* Revert eblank since a formatting function is out of place among the currentZac Medico2008-06-171-4/+0
| | | | | | function which represent log levels. svn path=/main/branches/2.1.2/; revision=10701
* * Document eblank and eqawarn in the ebuild.5 man page.Zac Medico2008-06-171-0/+7
| | | | | | | | | * Create "Ebuild Helper Functions" section docbook format, including all the functions documented in the ebuild.5 man page. (trunk r10687) svn path=/main/branches/2.1.2/; revision=10688
* Fix BLANK order and color. (trunk r10679)Zac Medico2008-06-171-3/+3
| | | | svn path=/main/branches/2.1.2/; revision=10680
* * Rename NEUTRAL color to BLANK for eblank.Zac Medico2008-06-171-0/+3
| | | | | | | | * Document the new BLANK code in color.map.5. * Implement python version of eblank for mod_echo. (trunk r10677) svn path=/main/branches/2.1.2/; revision=10678
* Document the new ACCEPT_CHOSTS variable. (trunk r10671)Zac Medico2008-06-162-4/+9
| | | | svn path=/main/branches/2.1.2/; revision=10672
* Bug #224271 - New check 'IUSE.undefined', renamed from genericZac Medico2008-06-091-0/+3
| | | | | | "ebuild.minorsyn'. (trunk r10593) svn path=/main/branches/2.1.2/; revision=10615
* As suggested by Flameeyes, add a new 'inherit.autotools' check which warnsZac Medico2008-06-091-0/+3
| | | | | | | | when autotools has been inherited but none of the eautomake, eautoconf or eautoreconf functions are called like they are supposed to be. (trunk r10592) svn path=/main/branches/2.1.2/; revision=10614
* Mention PORTAGE_RO_DISTDIRS in the DISTDIR docs. (trunk r10580)Zac Medico2008-06-041-1/+6
| | | | svn path=/main/branches/2.1.2/; revision=10581
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-042-9/+20
| | | | | | between them. (trunk r10563) svn path=/main/branches/2.1.2/; revision=10573
* Add support for a PORTAGE_RO_DISTDIRS variable. When a given file does notZac Medico2008-06-041-0/+6
| | | | | | | | | exist in DISTDIR, search for the file in this list of directories. Search order is from left to right. Note that the current implementation works by creating a symlink inside DISTDIR, but that may change in the future. (trunk r10547, r10550:10552, and r10564) svn path=/main/branches/2.1.2/; revision=10565
* Bug #222623 - Use "regardless" instead of "irregardless" since the latterZac Medico2008-05-181-1/+1
| | | | | | is considered to be incorrect. (trunk r10357) svn path=/main/branches/2.1.2/; revision=10358
* Bug #221537 - Add a new "RDEPEND.suspect" check for packages in RDEPEND thatZac Medico2008-05-141-0/+3
| | | | | | usually only belong in DEPEND. (trunk r10333) svn path=/main/branches/2.1.2/; revision=10334
* fix man markup for PORTAGE_FETCH_RESUME_MIN_SIZE (trunk r10320)Zac Medico2008-05-131-7/+7
| | | | svn path=/main/branches/2.1.2/; revision=10321
* Bug #220533 - Document FEATURES="skiprocheck". (trunk r10314)Zac Medico2008-05-131-0/+9
| | | | svn path=/main/branches/2.1.2/; revision=10315
* Merge from trunk:Zac Medico2008-05-112-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | ------------------------------------------------------------------------ r10291 | zmedico | 2008-05-11 12:37:31 -0700 (Sun, 11 May 2008) | 2 lines Add back the warning for DISTDIR about storing stuff inside PORTDIR. ------------------------------------------------------------------------ r10290 | zmedico | 2008-05-11 12:35:26 -0700 (Sun, 11 May 2008) | 2 lines Sync make.conf.example with make.conf.5 for bug #220111. ------------------------------------------------------------------------ r10289 | zmedico | 2008-05-11 12:21:28 -0700 (Sun, 11 May 2008) | 3 lines Bug #220111 - Update the DISTDIR docs to clarify that it's safe to remove any and all files from this location after packages are built. ------------------------------------------------------------------------ r10288 | zmedico | 2008-05-11 11:25:35 -0700 (Sun, 11 May 2008) | 2 lines Make the summary more accurate. ------------------------------------------------------------------------ svn path=/main/branches/2.1.2/; revision=10292
* Fix spelling of "SATISFIED". Thanks to Arfrever. (trunk r10222)Zac Medico2008-05-071-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=10223
* Make satisfied blockers "darkblue" by default. (trunk r10218)Zac Medico2008-05-061-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=10219
* 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). (trunk r10214) svn path=/main/branches/2.1.2/; revision=10215
* Bug #172812 - Automatically uninstall packages to avoid blocker conflicts.Zac Medico2008-04-241-0/+4
| | | | | | (trunk r9944:9956) svn path=/main/branches/2.1.2/; revision=9957
* Document FEATURES="metadata-transfer" changes some more. (trunk r9934)Zac Medico2008-04-212-1/+5
| | | | svn path=/main/branches/2.1.2/; revision=9935
* Fix portage version, should be >=2.1.5. (trunk r9932)Zac Medico2008-04-211-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=9933
* * 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. (trunk r9930) svn path=/main/branches/2.1.2/; revision=9931
* Add some notes for the parallel-fetch feature and the new --complete-graphZac Medico2008-04-111-1/+3
| | | | | | option for emerge. (trunk r9848) svn path=/main/branches/2.1.2/; revision=9849
* Rename the undocumented --conistent option to --complete-graph and addZac Medico2008-04-111-0/+11
| | | | | | some docs. (trunk r9846) svn path=/main/branches/2.1.2/; revision=9847
* Clarify --with-bdeps behavior with example. Thanks to Griffon26 forZac Medico2008-04-081-3/+5
| | | | | | this patch. (trunk r9725) svn path=/main/branches/2.1.2/; revision=9746
* Merge FEATURES=webrsync-gpg docs from trunk.Zac Medico2008-04-041-0/+3
| | | | svn path=/main/branches/2.1.2/; revision=9704
* 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. (trunk r9687) svn path=/main/branches/2.1.2/; revision=9688
* Do not allow commit mode together with the --without-mask options.Zac Medico2008-03-301-1/+1
| | | | | | (trunk r9619) svn path=/main/branches/2.1.2/; revision=9620
* 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. (trunk r9587) svn path=/main/branches/2.1.2/; revision=9599
* Add a new "java.eclassesnotused" check for cases where DEPEND containsZac Medico2008-03-291-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. (trunk r9585) svn path=/main/branches/2.1.2/; revision=9597
* Add a note about PKG_INSTALL_MASK. (trunk r9591)Zac Medico2008-03-291-1/+4
| | | | svn path=/main/branches/2.1.2/; revision=9594
* 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. (trunk r9528) svn path=/main/branches/2.1.2/; revision=9580
* 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. (trunk r9524) svn path=/main/branches/2.1.2/; revision=9576
* Bug #209418 - Add a new KEYWORDS.dropped check that compares keywordsZac Medico2008-03-281-0/+3
| | | | | | against the keywords of earlier ebuild versions within a slot. (trunk r9522) svn path=/main/branches/2.1.2/; revision=9575
* Bug #212509 - Implement a new --without-mask option that causes repoman toZac Medico2008-03-281-1/+7
| | | | | | behave as if there are no package.mask entries. (trunk r9520) svn path=/main/branches/2.1.2/; revision=9573
* Bug #214879 - Fix FEATURES=-strict behavior so that distfiles digests areZac Medico2008-03-281-1/+1
| | | | | | always checked. (trunk r9519) svn path=/main/branches/2.1.2/; revision=9572
* Bug #174634 - Fix ebuild 'digest' and 'manifest' behave 100% identically andZac Medico2008-03-281-11/+11
| | | | | | update the docs to reflect this. (trunk r9475) svn path=/main/branches/2.1.2/; revision=9557
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-281-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. (trunk r9462:9466) svn path=/main/branches/2.1.2/; revision=9554
* 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. (trunk r9313) svn path=/main/branches/2.1.2/; revision=9314
* Bug #208743 - Clarify dosed docs to indicate that sed is performedZac Medico2008-02-081-1/+1
| | | | | | in place of a file in ${D}. (trunk r9287) svn path=/main/branches/2.1.2/; revision=9288
* Add a note that PORTDIR is a repository of software and that usersZac Medico2008-01-311-1/+3
| | | | | | should not add random directories in it. (trunk r9209) svn path=/main/branches/2.1.2/; revision=9243
* Bug #203887 - Implement RESTRICT=installsources for binaries that areZac Medico2008-01-111-0/+4
| | | | | | not compatible with debugedit. (trunk r9167) svn path=/main/branches/2.1.2/; revision=9175
* Document that docinto works for dohtml. (trunk r9109)Zac Medico2007-12-291-1/+2
| | | | svn path=/main/branches/2.1.2/; revision=9110
* 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). (trunk r8913) svn path=/main/branches/2.1.2/; revision=8914
* Document dohtml -p. Thanks to robbat2 for reporting. (trunk r8599)Zac Medico2007-11-221-1/+1
| | | | svn path=/main/branches/2.1.2/; revision=8600
* Make 'full' the default mode, since 'scan' can be annoying when itZac Medico2007-11-201-1/+1
| | | | | | omits relevant info. (trunk r8499) svn path=/main/branches/2.1.2/; revision=8558
* Update the FEATURES=mirror docs to more accurately reflect behavior.Zac Medico2007-11-021-2/+6
| | | | | | | | (trunk r8348) Bug #197594 - Document FEATURES="lmirror". (trunk r8373) svn path=/main/branches/2.1.2/; revision=8374
* protect variables specified in PROFILE_ONLY_VARIABLES fromZac Medico2007-11-021-1/+5
| | | | | | being set by the user (trunk r8251:8253, r8255, and r8259) svn path=/main/branches/2.1.2/; revision=8361
* Bug #196435 - Add some more references to quickpkg(1) sinceZac Medico2007-10-222-3/+7
| | | | | | sometimes people don't realize that it exists. (trunk r8185) svn path=/main/branches/2.1.2/; revision=8230