summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-1/+1
| | | | | | | | to portage-2.2_rc* releases. In addition to @system, @world now includes a @selected set which represents user-selected "world" packages and sets that saved in /var/lib/portage/world{,sets}. svn path=/main/trunk/; revision=14614
* Add back info_vars docs accidentally removed in r14587. Thanks to Arfrever forZac Medico2009-10-151-0/+3
| | | | | | reporting. svn path=/main/trunk/; revision=14609
* Add a reference to GLEP 23.Zac Medico2009-10-121-2/+4
| | | | svn path=/main/trunk/; revision=14589
* Document license_groups.Zac Medico2009-10-121-2/+19
| | | | svn path=/main/trunk/; revision=14587
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-091-2/+2
| | | | | | URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
* Document ACCEPT_PROPERTIES and package.properties.Zac Medico2009-09-061-0/+10
| | | | svn path=/main/trunk/; revision=14206
* Document ACCEPT_LICENSE and package.license.Zac Medico2009-09-061-0/+10
| | | | svn path=/main/trunk/; revision=14205
* Remove reference to GRP_STAGE23_USE (bug #283358).Arfrever Frehtes Taifersar Arahesis2009-09-011-3/+0
| | | | svn path=/main/trunk/; revision=14176
* Note that package.* and use.* as directories is only supported sinceZac Medico2009-08-211-1/+2
| | | | | | portage-2.1.6.7, and it is not included in PMS at this time. svn path=/main/trunk/; revision=14118
* Improve an example. Patch by Jeremy Olexa.Arfrever Frehtes Taifersar Arahesis2009-08-211-2/+2
| | | | svn path=/main/trunk/; revision=14116
* Fix portage.5 man page to document the fact that some files in profiles ↵Arfrever Frehtes Taifersar Arahesis2009-08-201-0/+12
| | | | | | directory can be directories. svn path=/main/trunk/; revision=14104
* correct pointer, as pointed out by darkside in IRCFabian Groffen2009-08-051-1/+1
| | | | svn path=/main/trunk/; revision=13920
* Bug #276264 - Advise manual removal of the metadata/cache/ direcory when usingZac Medico2009-07-301-2/+3
| | | | | | eclass-overrides. svn path=/main/trunk/; revision=13864
* Bug #276264 - Note that eclass-overrides may make it necessary to setZac Medico2009-07-051-1/+6
| | | | | | PORTAGE_RSYNC_EXTRA_OPTS="--exclude=/metadata/cache" in make.conf. svn path=/main/trunk/; revision=13788
* Clarify language in repos.conf reference to repoman and egencache.Zac Medico2009-04-201-1/+2
| | | | svn path=/main/trunk/; revision=13378
* Emphasize precedence of repos.conf over layout.conf.Zac Medico2009-04-191-2/+6
| | | | svn path=/main/trunk/; revision=13371
* Add notes about eclass precedence for metadata/layout.conf.Zac Medico2009-04-191-1/+5
| | | | svn path=/main/trunk/; revision=13370
* Add support for repos.conf 'aliases' attribute which allows aliasZac Medico2009-04-161-3/+6
| | | | | | substitution in metadata/layout.conf repository references. svn path=/main/trunk/; revision=13352
* Fix typo from previous commit.Zac Medico2009-04-161-1/+1
| | | | svn path=/main/trunk/; revision=13351
* Add support in repos.conf to override the "masters" setting from layout.conf.Zac Medico2009-04-161-3/+10
| | | | svn path=/main/trunk/; revision=13350
* Bug #265747 - Add a new /etc/portage/repos.conf config file which can be usedZac Medico2009-04-111-0/+22
| | | | | | | | | | | | | | | | | | | | | | | to configure site-specific eclass override behavior. Note that configuration settings which are specified here do not apply to tools such as repoman(1) and egencache(1) since their operations are inherently not site-specific. Beware that use of eclass-overrides is generally not recommended and that it may trigger performance issues under some circumstances (see bug #124041). Example: # make all repositories inherit eclasses from the java-overlay and # java-experimental repositories, with eclasses from java-experimental # taking precedence over those from java-overlay [DEFAULT] eclass-overrides = java-overlay java-experimental # disable all eclass overrides for the gentoo repository [gentoo] eclass-overrides = svn path=/main/trunk/; revision=13325
* Move the /etc/portage categories and mirrors docs into alphabetical order.Zac Medico2009-04-111-44/+44
| | | | svn path=/main/trunk/; revision=13324
* Add portdbapi support for a metadata/layout.conf file whichZac Medico2009-04-061-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | specifies information about the repository layout. Currently, only a single "masters" attribute is supported, which is used to specify names of repositories which satisfy dependencies on eclasses and/or ebuilds. Each repository name should correspond the value of a repo_name entry from one of the repositories that is configured via the PORTDIR or PORTDIR_OVERLAY variables. Since layout.conf is now used to control eclass inheritance, it is now safer to use overlays which contain forked eclasses have names identical to those from the main tree. Such eclasses will only apply to their containing repository and any other repositories which reference their containing repository via layout.conf. This solves bug #124041 by containing eclass overrides so that they don't necessarily apply to all ebuilds. Thanks to Alistair Bush <ali_bush@g.o> for his initial patch for layout.conf support in repoman (will be merged later). See the "QA Overlay Layout support" thread on the gentoo-dev mailing list for more information: http://archives.gentoo.org/gentoo-dev/msg_33c61550b4ed2b7b25dd5a4110e1ec81.xml svn path=/main/trunk/; revision=13291
* 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
* 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
* Document the 'eapi' profile file.Zac Medico2008-11-241-0/+6
| | | | svn path=/main/trunk/; revision=12070
* Document /var/lib/portage/world_sets.Zac Medico2008-08-171-0/+10
| | | | svn path=/main/trunk/; revision=11423
* Bug #234100 - Update date and portage version in man page headers.Zac Medico2008-08-091-1/+1
| | | | svn path=/main/trunk/; revision=11374
* Add "(no inline comments)" to qualify "comments begin with #" statements.Zac Medico2008-06-301-14/+14
| | | | svn path=/main/trunk/; revision=10857
* Update --depclean and package.provided docs to indicate interactionZac Medico2008-06-031-4/+9
| | | | | | between them. svn path=/main/trunk/; revision=10563
* Document FEATURES="metadata-transfer" changes some more.Zac Medico2008-04-211-1/+3
| | | | svn path=/main/trunk/; revision=9934
* * Make portdbapi.aux_get() automatically pull pre-generated metadataZac Medico2008-04-211-12/+9
| | | | | | | | | | | | | | | | | | | | | | 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
* document PROFILE_ONLY_VARIABLESMarius Mauch2007-10-231-1/+5
| | | | svn path=/main/trunk/; revision=8259
* For bug #186639, note that /etc/portage/profile/ supports all of the same ↵Zac Medico2007-07-271-2/+3
| | | | | | file types that /etc/make.profile/ does, except parent. svn path=/main/trunk/; revision=7413
* For bug #186639, add more clarification about the relationship between ↵Zac Medico2007-07-271-3/+5
| | | | | | /etc/make.profile/ and /etc/portage/profile/. svn path=/main/trunk/; revision=7411
* For bug #185504, document profiles/repo_name.Zac Medico2007-07-201-0/+6
| | | | svn path=/main/trunk/; revision=7319
* Add docs for /etc/portage/color.map and a few misc man page fixes. Thanks ↵Zac Medico2007-06-301-2/+7
| | | | | | to Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA@GMail.Com> in bug #183758. svn path=/main/trunk/; revision=7100
* document /var/cache/edb/, /var/db/pkg/, and /var/lib/portage/configMike Frysinger2007-04-071-0/+46
| | | | svn path=/main/trunk/; revision=6349
* Remove profile masking of system packages from the docs.Zac Medico2007-03-091-9/+6
| | | | svn path=/main/trunk/; revision=6198
* Update modules doc for the new portage namespace.Zac Medico2007-02-061-1/+1
| | | | svn path=/main/trunk/; revision=5906
* Update package.keywords section in portage(5) with info about new ** tokenMarius Mauch2007-01-231-9/+17
| | | | svn path=/main/trunk/; revision=5760
* For bug #161003, disallow virtuals in package.provided and document it. ↵Zac Medico2007-01-091-0/+5
| | | | | | Thanks to Robin Johnson <robbat2@gentoo.org> for the initial patch. svn path=/main/trunk/; revision=5502
* Remove ACCEPT_LICENSE docs until they're really implemented.Zac Medico2006-10-251-20/+0
| | | | svn path=/main/trunk/; revision=4813
* Add package.license to the list of files.Zac Medico2006-10-221-0/+1
| | | | svn path=/main/trunk/; revision=4803
* Add some package.license docs.Zac Medico2006-10-221-0/+19
| | | | svn path=/main/trunk/; revision=4799
* Put the package.keywords docs in alphabetical order with the others.Zac Medico2006-10-221-27/+27
| | | | svn path=/main/trunk/; revision=4798
* Add package.use to the list of files supported in profiles.Zac Medico2006-10-211-0/+1
| | | | svn path=/main/trunk/; revision=4780
* Remove one more reference to use.defaults.Zac Medico2006-10-081-1/+0
| | | | svn path=/main/trunk/; revision=4627
* Remove use.default documentation since we don't use it anymore. Thanks to ↵Zac Medico2006-10-081-26/+0
| | | | | | Arfrever Frehtes Taifersar Arahesis for this patch from bug #149608. svn path=/main/trunk/; revision=4626