summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-04-14 07:47:48 +0000
committerZac Medico <zmedico@gentoo.org>2007-04-14 07:47:48 +0000
commit64b503dfe61d954084db449e7b6d62e909c0251f (patch)
tree871c34835756a662804884bb2105d8b2013ed4b2
parentcreate leading directories to match behavior of other do* programs (trunk r63... (diff)
downloadportage-multirepo-64b503dfe61d954084db449e7b6d62e909c0251f.tar.gz
portage-multirepo-64b503dfe61d954084db449e7b6d62e909c0251f.tar.bz2
portage-multirepo-64b503dfe61d954084db449e7b6d62e909c0251f.zip
document new version suffix style #166522 (trunk r6394:6395)
svn path=/main/branches/2.1.2/; revision=6398
-rw-r--r--man/ebuild.515
1 files changed, 8 insertions, 7 deletions
diff --git a/man/ebuild.5 b/man/ebuild.5
index fcd9e789..14730f22 100644
--- a/man/ebuild.5
+++ b/man/ebuild.5
@@ -185,8 +185,8 @@ The base atom is just a full category/packagename. Hence, these are base atoms:
.TP
.B Atom Versions
It is nice to be more specific and say that only certain versions of atoms are
-acceptable. Note that versions must be combined with a prefix (see below). Hence
-you may add a version number as a postfix to the base:
+acceptable. Note that versions must be combined with a prefix (see below).
+Hence you may add a version number as a postfix to the base:
.nf
sys\-apps/sed\fI\-4.0.5\fR
@@ -195,11 +195,12 @@ net\-misc/dhcp\fI\-3.0_p2\fR
.fi
Versions are normally made up of two or three numbers separated by periods, such
-as 1.2 or 4.5.2. This string may be followed by a character such as 1.2a or 4.5.2z.
-Note that this letter is \fBnot\fR meant to indicate alpha, beta, etc... status.
-For that, use the optional suffix; either _alpha, _beta, _pre (pre\-release), _rc
-(release candidate), or _p (patch). This means for the 3rd pre\-release of a package,
-you would use something like 1.2_pre3.
+as 1.2 or 4.5.2. This string may be followed by a character such as 1.2a or
+4.5.2z. Note that this letter is \fBnot\fR meant to indicate alpha, beta,
+etc... status. For that, use the optional suffix; either _alpha, _beta, _pre
+(pre\-release), _rc (release candidate), or _p (patch). This means for the
+3rd pre\-release of a package, you would use something like 1.2_pre3. The
+suffixes here can be arbitrarily chained without limitation.
.TP
.B Atom Prefix Operators [> >= = <= <]
Sometimes you want to be able to depend on general versions rather than specifying