summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Bennett <spb@gentoo.org>2007-03-05 01:11:07 +0000
committerStephen Bennett <spb@gentoo.org>2007-03-05 01:11:07 +0000
commit83058b4917ae47ee2e14c38524f73e05fc925f52 (patch)
tree7e8279b2e48e8a7da8bd2165a7b3448eb0369ade /glossary.tex
parentAdd section from Betelgeuse concerning preservation of variables between phas... (diff)
downloadpms-83058b4917ae47ee2e14c38524f73e05fc925f52.tar.gz
pms-83058b4917ae47ee2e14c38524f73e05fc925f52.tar.bz2
pms-83058b4917ae47ee2e14c38524f73e05fc925f52.zip
Assorted touchups, and the beginnings of old-style virtuals
git-svn-id: http://svn.repogirl.net/pms/trunk@34 a05a4626-2124-0410-b604-e6c5abf33261
Diffstat (limited to 'glossary.tex')
-rw-r--r--glossary.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/glossary.tex b/glossary.tex
index 7d27f47..f4704b8 100644
--- a/glossary.tex
+++ b/glossary.tex
@@ -7,6 +7,12 @@ be immediately obvious.
\begin{description}
\item[qualified package name] A package name along with its associated category. For example,
\t{app-editors/vim} is a qualified package name.
+\item[old-style virtual] An old-style virtual is a psuedo-package which exists if it is listed in an
+ ebuild's \t{PROVIDE} variable. See chapter \ref{old-style-virtuals}.
+\item[new-style virtual] A new-style virtual is a normal package in the \t{virtual} category which
+ installs no files and uses its dependency requirements to pull in a `provider'. This is more
+ flexible than the old-style virtuals described above, and requires no special package manager
+ code.
\end{description}