aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-04-13 11:27:44 -0700
committerZac Medico <zmedico@gentoo.org>2012-04-13 11:29:01 -0700
commitf82c3cfe4dccc0eea332e8d4f3c64509b0840f56 (patch)
tree5cf7e00355f89eb794f20e360fd7d1fcfe63a754 /man/ebuild.5
parentphases.docbook: add phases for new EAPIs (diff)
downloadportage-f82c3cfe4dccc0eea332e8d4f3c64509b0840f56.tar.gz
portage-f82c3cfe4dccc0eea332e8d4f3c64509b0840f56.tar.bz2
portage-f82c3cfe4dccc0eea332e8d4f3c64509b0840f56.zip
ebuild.5: use example.com for bug #411835
Diffstat (limited to 'man/ebuild.5')
-rw-r--r--man/ebuild.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index 42b72c88d..56f360674 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -202,7 +202,7 @@ who uses the \fBebuild\fR(1) and \fBrepoman\fR(1) commands with this
package will be required to have a version of portage that recognizes
the EAPI to which this package conforms.
.TP
-\fBSRC_URI\fR = \fI"http://happy.com/little/${P}.tar.gz"\fR
+\fBSRC_URI\fR = \fI"http://example.com/path/${P}.tar.gz"\fR
Contains a list of URIs for the required source files. It can contain
multiple URIs for a single source file. The list is processed in order
if the file was not found on any of the \fIGENTOO_MIRRORS\fR.
@@ -211,7 +211,7 @@ customized with a "->" operator on the right hand side, followed by the
desired output file name. All tokens, including the operator and output
file name, should be separated by whitespace.
.TP
-\fBHOMEPAGE\fR = \fI"http://happy.com/"\fR
+\fBHOMEPAGE\fR = \fI"http://example.com/"\fR
Should contain a list of URIs for the sources main sites and other further
package dependent information.
.TP