summaryrefslogtreecommitdiffstats
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
parentfb6d749e4472da7d139ffd5598be0ca4ec6727eb (diff)
downloadportage-aa977dab57512ba535e71066de5bf206fbbafae9.tar.gz
portage-aa977dab57512ba535e71066de5bf206fbbafae9.tar.bz2
portage-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 0e9388fe0..67af62b10 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 ece799831..9f1d9f162 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 f5ee4b048..0d084cc54 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 1c1c6c20f..b725b8d25 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 eb526e65f..3dc0a2c09 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 3f6808b83..9aa4e5a82 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 dc71e3309..b96e3c8d7 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 6c38b1028..345088146 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 a636928a7..64f4f7631 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 fe2f8bcce..cb570c799 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 f58ba4bb6..0784f8091 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 98ba6a957..37813afae 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 1149e4161..64be779a2 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.