summaryrefslogtreecommitdiffstats
path: root/man/portage.5
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Include a note about RESTRICT="fetch" in docs for local mirrors (see bug ↵Zac Medico2006-09-081-1/+1
| | | | | | #37455). Thanks to Carlo for reporting. svn path=/main/trunk/; revision=4429
* document the ability to make package. files directories in /etc/portage ↵Mike Frysinger2006-08-191-0/+10
| | | | | | #144381 by Caleb Cushing svn path=/main/trunk/; revision=4311
* eat some extraneous newlinesMike Frysinger2006-08-191-2/+0
| | | | svn path=/main/trunk/; revision=4310
* Add some docs for use.force and package.use.force.Zac Medico2006-08-111-0/+39
| | | | svn path=/main/trunk/; revision=4215
* Add some package.use.mask docs.Zac Medico2006-08-061-0/+23
| | | | svn path=/main/trunk/; revision=4180
* Add some documentation for /etc/make.profile/profile.bashrc.Zac Medico2006-06-081-0/+6
| | | | svn path=/main/trunk/; revision=3472
* s/DEPEND atoms/package atoms/ for better wordingZac Medico2006-05-121-1/+1
| | | | svn path=/main/trunk/; revision=3345
* Add some documentation for /etc/portage/modules and metadata_overlay.Zac Medico2006-05-121-0/+23
| | | | svn path=/main/trunk/; revision=3342
* mention mirror, not nomirrorMike Frysinger2006-02-051-1/+1
| | | | svn path=/main/trunk/; revision=2665
* Change the usage of a "class" of packages into a "set" of packages.Alec Warner2006-01-311-4/+4
| | | | | | | | world and system are now "sets" instead of "classes". svn path=/main/trunk/; revision=2610
* add another common example for package.providedMike Frysinger2006-01-081-0/+3
| | | | svn path=/main/trunk/; revision=2549
* update date/version to stop people from pointless whiningMike Frysinger2005-12-221-1/+1
| | | | svn path=/main/trunk/; revision=2434
* finish syncing manpages between trunk/saviorMike Frysinger2005-12-221-1/+2
| | | | svn path=/main/trunk/; revision=2433
* clean up the last few sections so that they are consistentMike Frysinger2005-11-051-2/+2
| | | | svn path=/main/branches/2.0/; revision=2260
* document the -* KEYWORD #97165Mike Frysinger2005-09-161-2/+12
| | | | svn path=/main/branches/2.0/; revision=1996