summaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Add support for FEATURES=parse-eapi-glep-55. This feature is only intended forZac Medico2009-03-241-0/+5
| | | | | | experimental purposes and should not be enabled under normal circumstances. svn path=/main/trunk/; revision=13175
* Add support for FEATURES=parse-eapi-ebuild-head, which is similar to GLEP 55Zac Medico2009-03-231-0/+5
| | | | | | | | except that the EAPI is parsed from the head of the ebuild (first 30 lines). This feature is only intended for experimental purposes and should not be enabled under normal circumstances. svn path=/main/trunk/; revision=13173
* Remove portage.internal docs (goes with previous commit).Zac Medico2009-03-171-3/+0
| | | | svn path=/main/trunk/; revision=13119
* Add new xpak.5 man page by Lars Hartmann <lars<at>chaotika<dot>org>.Zac Medico2009-03-111-0/+190
| | | | svn path=/main/trunk/; revision=13056
* Make manifest mode with --force option cause existing digests to be replacedZac Medico2009-03-091-1/+10
| | | | | | | | | | | | for any files that exist in ${DISTDIR}. This provides an alternative to ebuild --force manifest for updating existing distfiles digests. Digests are assumed to be corect for files that do not exist in ${DISTDIR} since the user could simply remove the whole Manifest if they wanted to regenerate digests for all files (and it's safer to regenerate as few as possible because it's less probably that a valid digest will get replaced by an invalid one). svn path=/main/trunk/; revision=12802
* ACCEPT_CHOSTS applies to unbuilt ebuild now (not just binary packages).Zac Medico2009-03-032-2/+2
| | | | svn path=/main/trunk/; revision=12743
* Add a cross reference from FEATURES=lmirror docs to the "local" mirror docsZac Medico2009-02-201-0/+3
| | | | | | in portage(5). svn path=/main/trunk/; revision=12664
* Add a new "portage.internal" warning for prepalldocs usage since the councilZac Medico2009-02-121-0/+3
| | | | | | | ruled that it shouldn't be used in ebuilds. Thanks to Petteri Räty <betelgeuse@g.o> for the initial patch. svn path=/main/trunk/; revision=12603
* Fix die() usage in ebuild phase examples. Thanks to Jeremy OlexaZac Medico2009-01-251-4/+3
| | | | | | <darkside@g.o> for this patch. svn path=/main/trunk/; revision=12556
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.2_rc23Zac Medico2009-01-181-0/+4
| | | | | | | is set and RDEPEND is unset in the ebuild, since this triggers implicit RDEPEND=$DEPEND assignment. svn path=/main/trunk/; revision=12529
* Use a new 'usersync' feature to control dropping of privileges for --sync,Zac Medico2009-01-131-0/+4
| | | | | | | since it's fairly common for people to have inconsistent permissions between $PORTDIR and contained files/directories. svn path=/main/trunk/; revision=12496
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-101-0/+3
| | | | | | | descriptions that are not used in any ebuilds. Thanks to Markus Meier <maekke@g.o> for the initial patch. svn path=/main/trunk/; revision=12413
* Bug #55321 - Add support for package.keywords in profiles. In profiles,Zac Medico2009-01-101-0/+21
| | | | | | | | package.keywords modifies effective KEYWORDS values for a given ebuild. This behavior is notably different from /etc/portage/package.keywords, which instead modifies effective ACCEPT_KEYWORDS. svn path=/main/trunk/; revision=12410
* * Enable the recursive option in profile package.use parsing.Zac Medico2009-01-101-0/+1
| | | | | | * Enable package.umask in all the same locations as package.mask. svn path=/main/trunk/; revision=12409
* Specify that metadata variable values should only contain ASCII as per GLEP 31.Zac Medico2008-12-291-0/+3
| | | | svn path=/main/trunk/; revision=12367
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2008-12-291-0/+4
| | | | | | contain characters that are not part of the ASCII character set. svn path=/main/trunk/; revision=12365
* Document QA_STRICT_PRESTRIPPED.Zac Medico2008-12-241-0/+4
| | | | svn path=/main/trunk/; revision=12299
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings ↵Zac Medico2008-12-241-0/+5
| | | | | | | | about pre-stripped files. svn path=/main/trunk/; revision=12296
* Add a new FEATURES=test-fail-continue value which causes ebuild executionZac Medico2008-12-121-0/+6
| | | | | | | to continue after the test phase has failed. Thanks to Diego Pettenò <flameeyes@g.o> for the suggestion. svn path=/main/trunk/; revision=12214
* Fix --getbinpkgonly behavior so that binaries from the remote server areZac Medico2008-12-121-4/+2
| | | | | | | preferred over local packages if they are not identical. Thanks to Lance Albertson <ramereth@g.o> for reporting. svn path=/main/trunk/; revision=12207
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-081-0/+4
| | | | | | | the EMakeParallelDisabled check. Thanks to Mike Auty <ikelos@g.o> for this patch. svn path=/main/trunk/; revision=12179
* Add docs for PORTAGE_GPG_DIR and PORTAGE_GPG_KEY that are used by repoman forZac Medico2008-12-061-0/+10
| | | | | | FEATURES=sign support. Thanks to Petteri Räty <betelgeuse@g.o> for reporting. svn path=/main/trunk/; revision=12168
* Sync with 2.1.6 branch.Zac Medico2008-12-041-2/+2
| | | | svn path=/main/trunk/; revision=12154
* Add 'automatically resolved' blockers to the --pretend docs.Zac Medico2008-11-291-1/+2
| | | | svn path=/main/trunk/; revision=12120
* Note that file names in /etc/portage/package.* directories are sorted ascendingZac Medico2008-11-261-2/+3
| | | | | | alphabetical order before being summed together. svn path=/main/trunk/; revision=12090
* Remove world and system targets for emerge --help since it no longer works ↵Zac Medico2008-11-251-1/+1
| | | | | | | | now that they are sets rather than actions. svn path=/main/trunk/; revision=12086
* Document the 'eapi' profile file.Zac Medico2008-11-241-0/+6
| | | | svn path=/main/trunk/; revision=12070
* Use a table to organize the key of USE flag symbols for the --verbose option.Zac Medico2008-11-231-9/+11
| | | | svn path=/main/trunk/; revision=12063
* Use a table to organize the key of merge list display codes for the --pretendZac Medico2008-11-231-20/+13
| | | | | | option. svn path=/main/trunk/; revision=12061
* Document "I" which represents PROPERTIES=interactive in the merge listZac Medico2008-11-231-0/+2
| | | | | | display. svn path=/main/trunk/; revision=12059
* Add a note about negative IUSE default settings being ineffective givenZac Medico2008-11-231-1/+3
| | | | | | | the default USE_ORDER setting which causes profile and user configuration settings to override them. svn path=/main/trunk/; revision=12057
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-6/+0
| | | | | | Thanks to Alec Warner <antarus@g.o>. svn path=/main/trunk/; revision=12049
* Add docs for all of the supported commands.Zac Medico2008-11-231-3/+25
| | | | svn path=/main/trunk/; revision=12047
* Add some people to the AUTHORS section.Zac Medico2008-11-221-0/+3
| | | | svn path=/main/trunk/; revision=12033
* Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it isZac Medico2008-11-191-5/+3
| | | | | | unset by default. svn path=/main/trunk/; revision=12003
* Bug #245779 - Document the new category subdirectory behavior for PKGDIR.Zac Medico2008-11-193-6/+10
| | | | svn path=/main/trunk/; revision=11997
* Add a short -d option for the new --include-dev option. Thanks to JoshuaZac Medico2008-11-161-1/+1
| | | | | | Kinard <kumba@g.o> for the suggestion. svn path=/main/trunk/; revision=11964
* In order to reduce time consumed for dependency checks, skip 'dev' profilesZac Medico2008-11-161-0/+3
| | | | | | | | | by default and add an --include-dev option which causes them to be checked. Given the current profiles.desc content, this approximately halves the number of profiles checked by default and also halves the time consumed by repoman. Thanks to Donnie Berkholz <dberkholz@g.o> for the suggestion. svn path=/main/trunk/; revision=11962
* Use a table to condense the docs for the default_* phase functions.Zac Medico2008-11-141-23/+22
| | | | svn path=/main/trunk/; revision=11902
* Bug #244485 - Document the !!atom blocker syntax.Zac Medico2008-11-141-0/+6
| | | | svn path=/main/trunk/; revision=11901
* Add newlines so that first lines of tables display properly with man2html.Zac Medico2008-11-141-0/+2
| | | | svn path=/main/trunk/; revision=11900
* Bug #244485 - Document USE dependencies.Zac Medico2008-11-141-0/+33
| | | | svn path=/main/trunk/; revision=11898
* Bug #244485 - Document SRC_URI arrows for output file customization.Zac Medico2008-11-131-0/+4
| | | | svn path=/main/trunk/; revision=11894
* Rename the "FUNCTIONS" section to "PHASE FUNCTIONS".Zac Medico2008-11-131-1/+1
| | | | svn path=/main/trunk/; revision=11893
* Bug #244485 - Document the default phase function helpers.Zac Medico2008-11-131-0/+29
| | | | svn path=/main/trunk/; revision=11892
* Bug #244485 - Document src_prepare() and src_configure() phase functions.Zac Medico2008-11-131-1/+15
| | | | svn path=/main/trunk/; revision=11891
* Bug #244485 - Document the doman enhancement from bug #222439.Zac Medico2008-11-131-0/+6
| | | | svn path=/main/trunk/; revision=11890
* Fix grammar.Zac Medico2008-10-221-1/+1
| | | | svn path=/main/trunk/; revision=11718
* Add a PROPERTIES.syntax check.Zac Medico2008-10-221-0/+6
| | | | svn path=/main/trunk/; revision=11717
* Document PROPERTIES=interactive.Zac Medico2008-10-221-0/+10
| | | | svn path=/main/trunk/; revision=11716