summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2008-04-06 14:52:55 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2008-04-06 14:52:55 +0000
commit95b45181ca85213877c2c74a2ef6938244fc1054 (patch)
tree2ce507fe0940c61b0b17ca1e5dba72372b4d78b8 /ebuild-writing
parentSlight wording fix. (diff)
downloaddevmanual-95b45181ca85213877c2c74a2ef6938244fc1054.tar.gz
devmanual-95b45181ca85213877c2c74a2ef6938244fc1054.tar.bz2
devmanual-95b45181ca85213877c2c74a2ef6938244fc1054.zip
Digest files are gone from the tree. Fixes bug #215886. Patch reviewed by genone.
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/devmanual/trunk@121 176d3534-300d-0410-8db8-84e73ed771c3
Diffstat (limited to 'ebuild-writing')
-rw-r--r--ebuild-writing/variables/text.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/ebuild-writing/variables/text.xml b/ebuild-writing/variables/text.xml
index 369c7af..0828117 100644
--- a/ebuild-writing/variables/text.xml
+++ b/ebuild-writing/variables/text.xml
@@ -294,12 +294,6 @@ SRC_URI="http://example.com/files/${P}-core.tar.bz2
</codesample>
<p>
-When creating digests it may be necessary to have <e>all</e> SRC_URI components
-downloaded. If you have <c>FEATURES="cvs"</c> set, portage should get this right,
-although you may end up downloading more than necessary.
-</p>
-
-<p>
If a <c>USE_EXPAND</c> variable is used to control whether certain optional
components are installed, the correct thing to do if the variable is unset is
generally to install <e>all</e> available components.