summaryrefslogtreecommitdiff
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
* Bug #266454 - Make @world an all-inclusive set once again, like it was priorZac Medico2009-10-161-1/+7
| | | | | | | | 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
* Bug #274497 - Misc spelling, grammar, and terminology fixes, includingZac Medico2009-10-094-4/+4
| | | | | | URL -> URI and FOO's -> FOOs. svn path=/main/trunk/; revision=14531
* Enable FEATURES=news by default and document it.Zac Medico2009-10-051-1/+1
| | | | svn path=/main/trunk/; revision=14498
* * Add default ACCEPT_LICENSE and ACCEPT_PROPERTIES values in make.globals.Zac Medico2009-10-051-0/+3
| | | | | | | | | * Set default values if missing from make.globals. * Only warn once if a given license group is missing. * Prune off any parts of an ACCEPT_LICENSE and ACCEPT_PROPERTIES that are made irrelevant by the latest occuring * or -* wildcard. svn path=/main/trunk/; revision=14496
* FEATURES=unmerge-logsZac Medico2009-07-201-1/+1
| | | | | | | | | Keep logs from successful unmerge phases. This is relevant only when PORT_LOGDIR is set. Thanks to Diego Pettenò <flameeyes@gentoo.org> for the suggestion. svn path=/main/trunk/; revision=13844
* Enable FEATURES=assume-digests by default.Zac Medico2009-05-101-2/+2
| | | | svn path=/main/trunk/; revision=13622
* Add an example for PORTAGE_IONICE_COMMAND. Thanks to Vlastimil BabkaZac Medico2009-04-031-0/+5
| | | | | | <caster@g.o> for the suggestion. svn path=/main/trunk/; revision=13289
* add m68k diff from kollaMike Frysinger2009-03-151-0/+34
| | | | svn path=/main/trunk/; revision=13114
* Add make.conf for amd64-fbsd submitted by Timothy Redaelli <drizzt@g.o>.Zac Medico2009-03-141-0/+61
| | | | svn path=/main/trunk/; revision=13113
* Bug #259882 - Disable the ignore-previously-merged option by default sinceZac Medico2009-02-241-1/+3
| | | | | | | emerge's confmem already provides similar functionality which is a little safer. svn path=/main/trunk/; revision=12705
* Bug #253745 - Remove collision-protect from the sample FEATURES list sinceZac Medico2009-01-081-1/+1
| | | | | | protect-owned is enabled by default now. svn path=/main/trunk/; revision=12399
* Bug #253800 - Fix FETCHCOMMAND examples for SRC_URI arrow compatibility.Zac Medico2009-01-081-7/+8
| | | | svn path=/main/trunk/; revision=12398
* Enable FEATURES=fixpackages by default since the performance is prettyZac Medico2008-12-041-1/+1
| | | | | | reasonable now. Thanks to Jeremy Olexa <darkside@g.o> for the suggestion. svn path=/main/trunk/; revision=12153
* Add back accidentally removed @downgrade set. Thanks to Arfrever.Zac Medico2008-11-221-0/+6
| | | | svn path=/main/trunk/; revision=12044
* Add new @unavailable package set which contains all installedZac Medico2008-11-221-4/+4
| | | | | | | packages for which there are no visible ebuilds corresponding to the same $CATEGORY/$PN:$SLOT. svn path=/main/trunk/; revision=12043
* Remove PORTAGE_IONICE_COMMAND setting since it's commented out.Zac Medico2008-11-191-4/+0
| | | | svn path=/main/trunk/; revision=12004
* Add "bzr" to the lists of live eclasses.Zac Medico2008-10-231-1/+1
| | | | svn path=/main/trunk/; revision=11721
* Bug #238550 - Set world-candidate = False for the @system since the portageZac Medico2008-09-251-0/+1
| | | | | | | | ebuild will now automatically add @system to world_sets on upgrade and therefore it should no longer be necessary to add it world_sets via the command line. svn path=/main/trunk/; revision=11538
* Add support for FEATURES="protect-owned" which is identical to theZac Medico2008-08-301-1/+7
| | | | | | | | | | | | | | | | | | 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
* Bug #172496 - Add a PORTAGE_COMPRESS_EXCLUDE_SUFFIXES config variable whichZac Medico2008-08-151-0/+3
| | | | | | | | | is used to filter ecompress arguments. This allows the user to control compression of files installed dodoc, excluding files with specific suffix patterns. The current default value includes all of the suffixes that are recognized by dohtml, as well as pdf. svn path=/main/trunk/; revision=11419
* Add a more generic VariableSet to replace the InheritSet and RestrictSetZac Medico2008-08-031-2/+3
| | | | | | | classes. Thanks to Arfrever Frehtes Taifersar Arahesis for this patch from bug #233589 (with some minor adjustments from me). svn path=/main/trunk/; revision=11320
* Document the fact that use of @installed/EverythingSet makes it impossibleZac Medico2008-08-021-1/+4
| | | | | | for emerge to solve blockers by automatic uninstallation of blocked packages. svn path=/main/trunk/; revision=11318
* Fix new rejects in cnf/make.conf.*.diff.Zac Medico2008-08-012-20/+0
| | | | svn path=/main/trunk/; revision=11306
* Remove the list of FEATURES descriptions from make.conf.example and replaceZac Medico2008-08-011-55/+5
| | | | | | it with a reference to the make.conf(5) man page. svn path=/main/trunk/; revision=11305
* Bug #233253 - Implement a @downgrade set which selects packages for whichZac Medico2008-07-311-0/+6
| | | | | | | | | | the highest visible ebuild version is lower than the currently installed version. This is useful if you have installed packages from an overlay and you want to downgrade to the highest visible after removing the overlay, even though the packages that will be dowgraded are not necessarily masked in any way. svn path=/main/trunk/; revision=11299
* * Rename @live-ebuilds to @live-rebuild, for consistency with the otherZac Medico2008-07-311-1/+1
| | | | | | | *-rebuild sets. * Document the new sets. svn path=/main/trunk/; revision=11295
* Remove quotes since the seem to cause incorrect results.Zac Medico2008-07-311-1/+1
| | | | svn path=/main/trunk/; revision=11294
* Add a new @module-rebuild set which emulates the behavior of theZac Medico2008-07-311-0/+6
| | | | | | | | module-rebuild tool. The /lib/modules path is set in sets.conf via a "files" attribute of an OwnerSet instance. This can be easily used to define similar sets based on paths on installed files. svn path=/main/trunk/; revision=11293
* Implement a new @live-ebuilds which is generated from installed packagesZac Medico2008-07-311-0/+6
| | | | | | | | | | that inherit from know live eclasses such as cvs, darcs, git, mercurial, and subversion. The list of eclasses is controlled by an "inherits" attribute that is configure in sets.conf for and instance of InheritSet. This set serves a purpose similar to the -scm ebuild suffix that has been proposed in GLEP 54. svn path=/main/trunk/; revision=11292
* disable default IONICE command as it breaks for non-root, and ionice might ↵Marius Mauch2008-07-311-1/+2
| | | | | | not always be available svn path=/main/trunk/; revision=11291
* Reduce the default PORTAGE_IONICE_COMMAND priority to "idle" priority sinceZac Medico2008-07-261-1/+1
| | | | | | | | it's probably suitable for most people. This way, even when the IO load is very high, the impact on system responsiveness should be practically unnoticeable. svn path=/main/trunk/; revision=11193
* Bug #206773 - Add a new PORTAGE_IONICE_COMMAND variable that emerge usesZac Medico2008-07-241-0/+3
| | | | | | | | | to adjust ionice priority, similar to PORTAGE_NICENESS but used more like FETCHCOMMAND since so that portage doesn't have to know anything about ionice options. The command should include a \${PID} place-holder to be substituted with an integer pid. svn path=/main/trunk/; revision=11182
* For brevity, and consistency with pkgcore, rename "all-installed" to justZac Medico2008-06-261-1/+1
| | | | | | "installed". Thanks to ferringb for the suggestion. svn path=/main/trunk/; revision=10808
* change default name of EverythingSet to @all-installed (bug #229467)Marius Mauch2008-06-261-1/+1
| | | | svn path=/main/trunk/; revision=10801
* revert accidential commitMarius Mauch2008-06-201-1/+1
| | | | svn path=/main/trunk/; revision=10734
* update release notes/newsMarius Mauch2008-06-201-1/+1
| | | | svn path=/main/trunk/; revision=10733
* More eblank.Zac Medico2008-06-171-2/+2
| | | | svn path=/main/trunk/; revision=10704
* Remove eblank nonsenseMarius Mauch2008-06-171-1/+1
| | | | svn path=/main/trunk/; revision=10695
* Add "blank" to the default PORTAGE_ELOG_CLASSES setting.Zac Medico2008-06-172-3/+3
| | | | svn path=/main/trunk/; revision=10681
* Add back the warning for DISTDIR about storing stuff inside PORTDIR.Zac Medico2008-05-111-1/+3
| | | | svn path=/main/trunk/; revision=10291
* Sync make.conf.example with make.conf.5 for bug #220111.Zac Medico2008-05-111-6/+5
| | | | svn path=/main/trunk/; revision=10290
* v2 of FEATURES=preserved-libs, using LinkageMap instead of the now removed ↵Marius Mauch2008-05-021-1/+1
| | | | | | LibraryPackageMap class svn path=/main/trunk/; revision=10081
* add config option for package sets to not be recorded in 'world'Marius Mauch2008-05-021-1/+5
| | | | svn path=/main/trunk/; revision=10077
* * Make portdbapi.aux_get() automatically pull pre-generated metadataZac Medico2008-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | 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
* Implement a PORTAGE_FETCH_RESUME_MIN_SIZE variable that is useful forZac Medico2008-04-031-0/+3
| | | | | | | helping to ensure that small garbage files such as html 404 pages are properly discarded. svn path=/main/trunk/; revision=9687
* Move the default empty compiler flag settings fromZac Medico2008-03-261-0/+5
| | | | | | ebuild.sh to make.globals (bug #214499). svn path=/main/trunk/; revision=9511
* Fix grammar.Zac Medico2008-03-141-1/+1
| | | | svn path=/main/trunk/; revision=9466
* Bug #42456 - When a checksum failure occurs during fetch, use a newZac Medico2008-03-141-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. svn path=/main/trunk/; revision=9463
* * Optimize parallel-fetch to avoid redundant checksum verification.Zac Medico2008-03-141-1/+1
| | | | | | * Add parallel-fetch to the default FEATURES since it is more efficient now. svn path=/main/trunk/; revision=9462
* Quote the file path and uri inside FETCHCOMMAND and RESUMECOMMAND. ThanksZac Medico2008-03-031-2/+2
| | | | | | to igli for suggesting. svn path=/main/trunk/; revision=9418