summaryrefslogtreecommitdiffstats
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
* make.conf.5: fix "direcory" spellingZac Medico2011-03-181-1/+1
| | | | Thanks to Francesco Turco in bug #359273.
* Recognize git-2.eclass as a live eclass.Zac Medico2011-02-141-1/+1
|
* dispatch-conf: restrict default archive-dir permsv2.1.9.34Zac Medico2011-01-191-0/+8
| | | | | Also, add warnings about rcs and ci behavior in dispatch-conf.conf and dispatch-conf.1. This will fix bug #315603.
* make.globals: initialize FFLAGS and FCFLAGSZac Medico2011-01-191-0/+2
| | | | This completes the fixes for bug #349070.
* make.conf.example: document FFLAGS and FCFLAGSSébastien Fabbro2011-01-192-10/+19
|
* Add note about colordiff and less -R.Zac Medico2010-12-032-0/+4
|
* complete binhost ssh/sftp port supportZac Medico2010-11-231-2/+2
|
* FETCHCOMMAND: Update comments for wget 3 tries.Zac Medico2010-10-112-6/+6
|
* FETCHCOMMAND: Reduce wget retries from 5 to 3.Zac Medico2010-10-111-2/+2
| | | | | | | If 3 tries are needed then the server is likely to be very flaky. If the user has a flaky connection then they can manually adjust FETCHCOMMAND to compensate. Thanks to Christian Ruppert <idl0r@g.o> for the suggestion.
* Bug #339642 - Make --sync try all addresses.Zac Medico2010-10-062-2/+4
|
* Comment out the FEATURES=preserve-libs setting in make.globals since it's ↵Zac Medico2010-09-271-1/+1
| | | | not supported in the stable branch.
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-251-0/+2
|
* Add default values for FETCHCOMMAND_SSH and RESUMECOMMAND_SSHZac Medico2010-09-251-0/+3
| | | | that call rsync.
* Add support for FEATURES=binpkg-logs which is similar to unmerge-logs,Zac Medico2010-09-221-1/+2
| | | | but applies to all binary package merges.
* Adjust OwnersSet configurations to omit $EROOT since, and add aZac Medico2010-09-081-3/+3
| | | | note about OwnersSet.mapPathsToAtoms() behavior in the docstring.
* Add support for a exclude-files option to OwnerSet, and use it toZac Medico2010-09-071-0/+7
| | | | implement a new @x11-module-rebuild set.
* Add a new package set called @unavailable-binaries which matchesZac Medico2010-09-071-0/+5
| | | | | packages that are installed for which corresponding binary packages are not available.
* Bug #335340 - Add support for PORTAGE_BZIP2_COMMAND andZac Medico2010-08-301-0/+2
| | | | | | PORTAGE_BUNZIP2_COMMAND settings in make.conf. This only adds support for binary packages, since that's where pbzip2 can provide the most benefit in common cases.
* Add a comment to make.globals noting that the preserve-libs FEATURESZac Medico2010-08-301-1/+2
| | | | setting will be commented out in versions that don't support it.
* Add EROOT support to the @module-rebuild package set.Zac Medico2010-08-251-1/+1
|
* Make the world-candidate package set attribute default to False, sinceZac Medico2010-07-271-11/+1
| | | | [usersets] is the only one for which it is True in the default config.
* Use a directory for the default set configuration.Michał Górny2010-07-271-0/+0
| | | | | | | Expect /usr/share/portage/config/sets to be a directory containing any number of set configuration files. The default Portage sets.conf should be now installed as sets/portage.conf, and other ebuilds are free to install their own set configuration files there.
* FEATURES: Rename lafilefixing -> fixlafilesSebastian Luther2010-07-251-1/+1
|
* Bug #328935 - Document ${ACTION} substitution in PORTAGE_ELOG_MAILSUBJECT.Zac Medico2010-07-201-0/+1
|
* Let emerge fix .la filesSebastian Luther2010-07-121-1/+1
| | | | | Triggered by FEATURES="lafilefixing" (enabled by default) Includes a QA warning for invalid .la files.
* Add FEATURES=unknown-features-warn, so the the warning about unknown FEATURESZac Medico2010-07-111-1/+2
| | | | values can be disabled.
* Add defaults for FETCHCOMMAND_RSYNC and RESUMECOMMAND_RSYNC. Thanks toZac Medico2010-05-081-0/+3
| | | | Robin H. Johnson <robbat2@gentoo.org>.
* Remove all svn $Id keywords.Zac Medico2010-03-243-3/+0
|
* Produce a warning message if the timestamp of the portage tree is more thanZac Medico2010-03-081-0/+4
| | | | | | | 30 days old, and make it adjustable via the PORTAGE_SYNC_STALE variable. Thanks to Ned Ludd <solar@g.o> for the most of this code. svn path=/main/trunk/; revision=15756
* Add @rebuilt-binaries set which uses BUILD_TIME to pull in binary packagesZac Medico2010-02-171-0/+6
| | | | | | | that have a different build time from a currently installed package of the exact same version. svn path=/main/trunk/; revision=15363
* Fix @module-rebuild to support $ROOT.Zac Medico2010-01-311-1/+1
| | | | svn path=/main/trunk/; revision=15308
* Bug #298141 - Make /etc/portage/sets relative to PORTAGE_CONFIGROOT. ThanksZac Medico2010-01-311-1/+1
| | | | | | to Martin Gysel (bearsh) <m.gysel@gmx.ch> for this patch. svn path=/main/trunk/; revision=15307
* Remove ibiblio.org from the default GENTOO_MIRRORS value. Thanks toZac Medico2010-01-181-2/+3
| | | | | | Jeremy Olexa <darkside@g.o> for this patch. svn path=/main/trunk/; revision=15201
* Add 'tla' to the lists of live eclasses.Zac Medico2009-12-061-1/+1
| | | | svn path=/main/trunk/; revision=14935
* 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