summaryrefslogtreecommitdiff
path: root/cnf
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2006-02-26 12:58:08 +0000
committerZac Medico <zmedico@gentoo.org>2006-02-26 12:58:08 +0000
commitaa977dab57512ba535e71066de5bf206fbbafae9 (patch)
tree53e253a0b1214efa26a8149820b05a242ab5edd0 /cnf
parentFix 'Bad file descriptor' error with hardlink locking for bug 124140. (diff)
downloadportage-idfetch-aa977dab57512ba535e71066de5bf206fbbafae9.tar.gz
portage-idfetch-aa977dab57512ba535e71066de5bf206fbbafae9.tar.bz2
portage-idfetch-aa977dab57512ba535e71066de5bf206fbbafae9.zip
Add some docs for metadata-transfer in make.conf.example and make.conf.5.
svn path=/main/trunk/; revision=2791
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf3
-rw-r--r--cnf/make.conf.alpha3
-rw-r--r--cnf/make.conf.amd643
-rw-r--r--cnf/make.conf.arm3
-rw-r--r--cnf/make.conf.hppa3
-rw-r--r--cnf/make.conf.ia643
-rw-r--r--cnf/make.conf.mips3
-rw-r--r--cnf/make.conf.ppc3
-rw-r--r--cnf/make.conf.ppc643
-rw-r--r--cnf/make.conf.s3903
-rw-r--r--cnf/make.conf.sparc3
-rw-r--r--cnf/make.conf.x863
-rw-r--r--cnf/make.conf.x86-fbsd3
13 files changed, 39 insertions, 0 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 0e9388fe..67af62b1 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -290,6 +290,9 @@ CHOST="i686-pc-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.alpha b/cnf/make.conf.alpha
index ece79983..9f1d9f16 100644
--- a/cnf/make.conf.alpha
+++ b/cnf/make.conf.alpha
@@ -276,6 +276,9 @@ CFLAGS="-mcpu=ev5 -O3 -pipe "
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.amd64 b/cnf/make.conf.amd64
index f5ee4b04..0d084cc5 100644
--- a/cnf/make.conf.amd64
+++ b/cnf/make.conf.amd64
@@ -287,6 +287,9 @@ CHOST="x86_64-pc-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.arm b/cnf/make.conf.arm
index 1c1c6c20..b725b8d2 100644
--- a/cnf/make.conf.arm
+++ b/cnf/make.conf.arm
@@ -284,6 +284,9 @@ CHOST="armv4l-unknown-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.hppa b/cnf/make.conf.hppa
index eb526e65..3dc0a2c0 100644
--- a/cnf/make.conf.hppa
+++ b/cnf/make.conf.hppa
@@ -293,6 +293,9 @@ CHOST="hppa-unknown-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.ia64 b/cnf/make.conf.ia64
index 3f6808b8..9aa4e5a8 100644
--- a/cnf/make.conf.ia64
+++ b/cnf/make.conf.ia64
@@ -255,6 +255,9 @@ CHOST="ia64-unknown-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.mips b/cnf/make.conf.mips
index dc71e330..b96e3c8d 100644
--- a/cnf/make.conf.mips
+++ b/cnf/make.conf.mips
@@ -273,6 +273,9 @@ CHOST="mips-unknown-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.ppc b/cnf/make.conf.ppc
index 6c38b102..34508814 100644
--- a/cnf/make.conf.ppc
+++ b/cnf/make.conf.ppc
@@ -313,6 +313,9 @@ CHOST="powerpc-unknown-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.ppc64 b/cnf/make.conf.ppc64
index a636928a..64f4f763 100644
--- a/cnf/make.conf.ppc64
+++ b/cnf/make.conf.ppc64
@@ -291,6 +291,9 @@ CHOST="powerpc64-unknown-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.s390 b/cnf/make.conf.s390
index fe2f8bcc..cb570c79 100644
--- a/cnf/make.conf.s390
+++ b/cnf/make.conf.s390
@@ -255,6 +255,9 @@ CHOST="s390-ibm-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.sparc b/cnf/make.conf.sparc
index f58ba4bb..0784f809 100644
--- a/cnf/make.conf.sparc
+++ b/cnf/make.conf.sparc
@@ -291,6 +291,9 @@
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.x86 b/cnf/make.conf.x86
index 98ba6a95..37813afa 100644
--- a/cnf/make.conf.x86
+++ b/cnf/make.conf.x86
@@ -290,6 +290,9 @@ CHOST="i686-pc-linux-gnu"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.
diff --git a/cnf/make.conf.x86-fbsd b/cnf/make.conf.x86-fbsd
index 1149e416..64be779a 100644
--- a/cnf/make.conf.x86-fbsd
+++ b/cnf/make.conf.x86-fbsd
@@ -278,6 +278,9 @@ CHOST="i686-unknown-freebsd5.3"
# 'keepwork' prevents the clean phase from deleting the WORKDIR.
# 'test' causes ebuilds to perform testing phases if they are capable
# of it. Some packages support this automaticaly via makefiles.
+# 'metadata-transfer'
+# automatically perform a metadata transfer when `emerge --sync`
+# is run.
# 'noauto' causes ebuild to perform only the action requested and
# not any other required actions like clean or unpack -- for
# debugging purposes only.