summaryrefslogtreecommitdiffstats
path: root/cnf
Commit message (Collapse)AuthorAgeFilesLines
* Add --human-readable to rsync opts for bug 269410Zac Medico2012-01-121-1/+1
|
* make.globals: don't define TMPDIR with EPREFIXZac Medico2011-12-211-1/+1
| | | | Same reason as commit e1c6bba8c26525cca498894237c6421f86c98dfb.
* make.globals: don't define PORTDIR with EPREFIXZac Medico2011-12-211-1/+1
| | | | | We want make.globals defaults to evaluate the same, regardless of the current prefix that we're using it for (bug #395633).
* cnf/make.conf: fix ia64 and s390 diffsZac Medico2011-12-212-38/+8
|
* Use *FLAGS for CFLAGS ignorance checks.Zac Medico2011-12-211-2/+5
| | | | | | | Current *FLAGS variables include CFLAGS, CXXFLAGS, FFLAGS, and FCFLAGS. Not that this check is only enabled if every one of these variables contains -frecord-gcc-switches, since otherwise the check could result in false positive results.
* Support checking for ignored CFLAGS using -frecord-gcc-switches.Michał Górny2011-12-211-0/+3
|
* Auto-generate PORTAGE_INST_GID/UID for prefix.Zac Medico2011-12-091-4/+0
| | | | | | For prefix environments, default to the UID and GID of the top-level EROOT directory. This allows us to avoid using hardcoded defaults. It's still possible to override these variables via make.conf.
* dispatch-conf: substitute ${EPREFIX} archive-dirZac Medico2011-12-081-1/+1
| | | | This allows prefix installs to avoid hardcoding archive-dir.
* make.globals: use ${EPREFIX} for PORTDIR, etc...Zac Medico2011-12-081-5/+5
|
* Use 'wget' instead of /usr/bin/wget everywhere.Zac Medico2011-12-082-6/+6
| | | | This reduces the amount of patching needed for prefix installs.
* make.conf: sync PORTAGE_ELOG_SYSTEM exampleZac Medico2011-11-111-1/+1
| | | | | Synchronize the PORTAGE_ELOG_SYSTEM example with the default make.globals setting.
* Remove FEATURES=fixpackages support.v2.2.0_alpha67Zac Medico2011-10-111-1/+1
| | | | | | | This reduces the probability of users encountering issues related to package moves when they disable --dynamic-deps, and --package-moves=n can be set in EMERGE_DEFAULT_OPTS if package moves need to be temporarily avoided for some reason.
* dispatch-conf: support PAGER var for bug #384663Zac Medico2011-09-281-1/+9
|
* etc-update: support PAGER env var for bug #384663Zac Medico2011-09-281-6/+6
|
* Add FEATURES=clean-logs support.Zac Medico2011-08-311-0/+3
| | | | | | | Enable automatic execution of the command specified by the PORT_LOGDIR_CLEAN variable. The default PORT_LOGDIR_CLEAN setting will remove all files from PORT_LOGDIR that were last modified at least 7 days ago.
* Add a copy of metadata.dtd, for repoman tests.Zac Medico2011-08-251-0/+99
| | | | | Since repoman uses metadata.dtd for metadata.xml checks, our sources need to include a copy in order to test it.
* logrotate.d: su portage portageZac Medico2011-07-071-1/+2
| | | | This is required for logrotate-3.8.0 as reported in bug 374287.
* config: repo-level make.defaults/package.useZac Medico2011-06-201-1/+1
| | | | This completes the implementation of bug #370693.
* etc-update: disable clear_term by defaultZac Medico2011-06-021-1/+2
|
* etc-update: add clear_term config for bug #142508Zac Medico2011-05-311-0/+3
|
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2011-05-151-1/+1
|
* Rename FEATURES=no-ebuild-locks to ebuild-locks.Zac Medico2011-05-071-1/+1
|
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
|
* Support PORTAGE_GPG_SIGNING_COMMAND variable.Arfrever Frehtes Taifersar Arahesis2011-04-031-0/+3
|
* make.conf.5: fix "direcory" spellingZac Medico2011-03-171-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.2.0_alpha18Zac 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-012-0/+4
|
* complete binhost ssh/sftp port supportZac Medico2010-11-041-2/+2
|
* FETCHCOMMAND: Update comments for wget 3 tries.Zac Medico2010-10-102-6/+6
|
* FETCHCOMMAND: Reduce wget retries from 5 to 3.Zac Medico2010-10-101-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-042-2/+4
|
* 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>.