summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* Bug #255358 - Add new RDEPEND.implicit warning to detect the caes where DEPENDv2.1.6.7Zac Medico2009-01-181-0/+4
| | | | | | | is set and RDEPEND is unset in the ebuild, since this triggers implicit RDEPEND=$DEPEND assignment. (trunk r12529) svn path=/main/branches/2.1.6/; revision=12537
* Use a new 'usersync' feature to control dropping of privileges for --sync,Zac Medico2009-01-141-0/+4
| | | | | | | since it's fairly common for people to have inconsistent permissions between $PORTDIR and contained files/directories. (trunk r12496) svn path=/main/branches/2.1.6/; revision=12506
* Add a new 'metadata.warning' category and a check which detects local USEZac Medico2009-01-121-0/+3
| | | | | | | descriptions that are not used in any ebuilds. Thanks to Markus Meier <maekke@g.o> for the initial patch. (trunk r12413) svn path=/main/branches/2.1.6/; revision=12469
* Bug #55321 - Add support for package.keywords in profiles. In profiles,Zac Medico2009-01-121-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. (trunk r12409:12412) svn path=/main/branches/2.1.6/; revision=12468
* * Enable the recursive option in profile package.use parsing.Zac Medico2009-01-121-0/+1
| | | | | | * Enable package.umask in all the same locations as package.mask. (trunk r12409) svn path=/main/branches/2.1.6/; revision=12467
* Specify that metadata variable values should only contain ASCII as per GLEP 31.Zac Medico2009-01-121-0/+3
| | | | | | (trunk r12367) svn path=/main/branches/2.1.6/; revision=12438
* Bug #253002 - Add a new variable.invalidchar check for metadata variables thatZac Medico2009-01-121-0/+4
| | | | | | contain characters that are not part of the ASCII character set. (trunk r12365) svn path=/main/branches/2.1.6/; revision=12436
* Bug #251976 - Add a QA_PRESTRIPPED variable for ebuilds to disable warnings ↵Zac Medico2008-12-252-0/+9
| | | | | | | | about pre-stripped files. (trunk r12295:12300) svn path=/main/branches/2.1.6/; revision=12323
* 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. (trunk r12214) svn path=/main/branches/2.1.6/; revision=12245
* 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. (trunk r12207) svn path=/main/branches/2.1.6/; revision=12238
* Bug #250212 - Add a new 'upstream.workaround' qa category, and use it forZac Medico2008-12-121-0/+4
| | | | | | | the EMakeParallelDisabled check. Thanks to Mike Auty <ikelos@g.o> for this patch. (trunk r12179) svn path=/main/branches/2.1.6/; revision=12215
* 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. (trunk r12168) svn path=/main/branches/2.1.6/; revision=12169
* Add 'automatically resolved' blockers to the --pretend docs. (trunk r12120)Zac Medico2008-11-291-1/+2
| | | | svn path=/main/branches/2.1.6/; revision=12121
* Note that file names in /etc/portage/package.* directories are sorted ascendingZac Medico2008-11-261-2/+3
| | | | | | alphabetical order before being summed together. (trunk r12090) svn path=/main/branches/2.1.6/; revision=12091
* Bug #248599 - Remove docs for the --list-sets option.Zac Medico2008-11-251-3/+0
| | | | svn path=/main/branches/2.1.6/; revision=12089
* Add note in --depclean docs about link level dependency breakage.Zac Medico2008-11-251-1/+4
| | | | svn path=/main/branches/2.1.6/; revision=12088
* 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. (trunk r12086) svn path=/main/branches/2.1.6/; revision=12087
* Bug #248599 - Remove remaining references to packages sets and preserve-libs.Zac Medico2008-11-243-17/+6
| | | | svn path=/main/branches/2.1.6/; revision=12085
* Document the 'eapi' profile file. (trunk r12070)Zac Medico2008-11-241-0/+6
| | | | svn path=/main/branches/2.1.6/; revision=12071
* Use a table to organize the key of USE flag symbols for the --verbose option.Zac Medico2008-11-231-9/+11
| | | | | | (trunk r12063) svn path=/main/branches/2.1.6/; revision=12064
* Use a table to organize the key of merge list display codes for the --pretendZac Medico2008-11-231-20/+13
| | | | | | option. (trunk r12061) svn path=/main/branches/2.1.6/; revision=12062
* Document "I" which represents PROPERTIES=interactive in the merge listZac Medico2008-11-231-0/+2
| | | | | | display. (trunk r12059) svn path=/main/branches/2.1.6/; revision=12060
* 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. (trunk r12057) svn path=/main/branches/2.1.6/; revision=12058
* Bug #247548 - Remove 'last' and 'lfull' commands since nobody uses them.Zac Medico2008-11-231-6/+0
| | | | | | Thanks to Alec Warner <antarus@g.o>. (trunk r12049) svn path=/main/branches/2.1.6/; revision=12050
* Add docs for all of the supported commands. (trunk r12047)Zac Medico2008-11-231-3/+25
| | | | svn path=/main/branches/2.1.6/; revision=12048
* Add some people to the AUTHORS section. (trunk r12033)Zac Medico2008-11-221-0/+3
| | | | svn path=/main/branches/2.1.6/; revision=12034
* Bug #247625 - Update PORTAGE_IONICE_COMMAND docs to reflect that it isZac Medico2008-11-191-5/+3
| | | | | | unset by default. (trunk r12002:12004) svn path=/main/branches/2.1.6/; revision=12005
* Bug #245779 - Document the new category subdirectory behavior for PKGDIR.Zac Medico2008-11-193-6/+10
| | | | | | (trunk r11997) svn path=/main/branches/2.1.6/; revision=11998
* 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. (trunk r11964) svn path=/main/branches/2.1.6/; revision=11965
* 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. (trunk r11962) svn path=/main/branches/2.1.6/; revision=11963
* Bug #244485 - Merge EAPI 2 docs (trunk r11889:11902).Zac Medico2008-11-141-2/+95
| | | | svn path=/main/branches/2.1.6/; revision=11903
* Make PORTAGE_BINHOST docs refer to 2.1.6 instead of 2.2.Zac Medico2008-11-131-2/+2
| | | | svn path=/main/branches/2.1.6/; revision=11886
* Update docs to not prefix system and world sets with the @ symbol.Zac Medico2008-11-132-12/+2
| | | | svn path=/main/branches/2.1.6/; revision=11885
* Adjust man headers to reference portage-2.1.6 instead of 2.2.Zac Medico2008-11-1312-12/+12
| | | | svn path=/main/branches/2.1.6/; revision=11884
* 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
* Remove support for FEATURES=gpg since it's already disabled and brokenZac Medico2008-10-171-3/+0
| | | | | | anyway. Thanks to DJ Anderson for the suggestion. svn path=/main/trunk/; revision=11698
* Implement a new "changelog.ebuildadded" check which causes repoman to bailZac Medico2008-10-021-0/+3
| | | | | | | | out if an ebuild has been added and the ChangeLog has not been modified. This was requested by Robin H Johnson <robbat2@g.o> since it is a requirement for the packages.gentoo.org ChangeLog code. svn path=/main/trunk/; revision=11610
* In the --depclean docs, there's no need to advise the user to use --oneshotZac Medico2008-09-271-1/+1
| | | | | | | when updating @system @world since @system now has world-candidate set to False by default. svn path=/main/trunk/; revision=11564
* Add a new --list-sets action, as requested by jmbsvicetto.v2.2_rc9Zac Medico2008-09-211-1/+5
| | | | svn path=/main/trunk/; revision=11531
* Document the --ignore-default-opts and --skip-manifest options.Zac Medico2008-09-201-0/+6
| | | | svn path=/main/trunk/; revision=11521
* Bug #238157 - Update http_proxy/ftp_proxy docs to show protocol://, forZac Medico2008-09-201-1/+1
| | | | | | compat with rubygems. svn path=/main/trunk/; revision=11520
* Document the --debug option. Thanks to Jeremy Olexa <darkside@g.o> suggesting.Zac Medico2008-09-191-1/+5
| | | | svn path=/main/trunk/; revision=11518
* Document FEATURES=preserve-libs.Zac Medico2008-09-131-0/+4
| | | | svn path=/main/trunk/; revision=11506
* Update PORTAGE_RSYNC_OPTS docs to reflect that --delete-after is no longerZac Medico2008-09-011-1/+1
| | | | | | used by default. svn path=/main/trunk/; revision=11483
* Add support for FEATURES="protect-owned" which is identical to theZac Medico2008-08-301-4/+20
| | | | | | | | | | | | | | | | | | collision-protect feature except that files may be overwritten if they are not explicitly listed in the contents of a currently installed package. This is particularly useful on systems that have lots of orphan files that have been left behind by older versions of portage that did not support the unmerge-orphans feature. The additional tolerance makes this feature more suitable than collision-protect for being enabled by default. In order to ensure smooth operation of protect-owned in all cases, we also have to set COLLISION_IGNORE="/lib/modules" since files inside this directory are never unmerge. By enabling protect-owned by default, users are protected from problems that may occur due interactions with file collisions and the unmerge-orphans feature which is also enabled by default. svn path=/main/trunk/; revision=11479
* Update ROOT docs wrt make.conf since it can now be set there regardless ofZac Medico2008-08-221-2/+1
| | | | | | PORTAGE_CONFIGROOT setting. svn path=/main/trunk/; revision=11451
* Remove reference to use.default. Thanks to ulm for reporting.Zac Medico2008-08-191-4/+0
| | | | svn path=/main/trunk/; revision=11437
* Document /var/lib/portage/world_sets.Zac Medico2008-08-171-0/+10
| | | | svn path=/main/trunk/; revision=11423