summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@ciaranm.org>2007-07-08 11:28:59 +0000
committerCiaran McCreesh <ciaranm@ciaranm.org>2007-07-08 11:28:59 +0000
commit2d3e41ce409dd91476672bb67e4768cb63cd8f34 (patch)
tree1683b7d65c93f17e2c9502ea731d1c1acee14cec /dependencies.tex
parentChange dependencies wording to make it clearer what is and isn't permitted in... (diff)
downloadpms-2d3e41ce409dd91476672bb67e4768cb63cd8f34.tar.gz
pms-2d3e41ce409dd91476672bb67e4768cb63cd8f34.tar.bz2
pms-2d3e41ce409dd91476672bb67e4768cb63cd8f34.zip
More dependencies rewording
git-svn-id: http://svn.repogirl.net/pms/trunk@166 a05a4626-2124-0410-b604-e6c5abf33261
Diffstat (limited to 'dependencies.tex')
-rw-r--r--dependencies.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/dependencies.tex b/dependencies.tex
index 0a614d0..69b2586 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -13,8 +13,8 @@ There are three classes of dependencies supported by ebuilds:
the ebuild if they are not already installed.
\end{bulletlist}
-In addition, \t{SRC\_URI}, \t{PROVIDE} and \t{LICENSE} use dependency-style specifications to
-specify their values.
+In addition, \t{SRC\_URI}, \t{HOMEPAGE}, \t{PROVIDE} and \t{LICENSE} use dependency-style
+specifications to specify their values.
\section{Dependency Specification Format}
@@ -25,7 +25,8 @@ be surrounded on both sides by whitespace, except at the start and end of the st
\item A package dependency specification. Permitted in \t{DEPEND}, \t{RDEPEND}, \t{PDEPEND}.
\item A simple qualified package name. Permitted in \t{PROVIDE} (and inside \t{DEPEND} etc
via the previous item).
-\item A URI or flat filename. Permitted in \t{SRC\_URI}.
+\item A URI, in the form \t{proto://host/path}. Permitted in \t{SRC\_URI} and \t{HOMEPAGE}.
+\item A flat filename. Permitted in \t{SRC\_URI}.
\item A license name (e.g. \t{GPL-2}. Permittedin \t{LICENSE}.
\item An all-of group, which consists of an open parenthesis, followed by whitespace,
followed by zero or more of (a dependency item of any kind followed by whitespace), followed