aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-05-01 13:04:35 +0000
committerUlrich Müller <ulm@gentoo.org>2009-05-01 13:04:35 +0000
commit6ce764136184e87f0bf352fb80cdb97e06bbcc6a (patch)
tree379cf1738ba793886a61bb1799f89a7dd852ece3 /doc
parentAlso show "Translator" header lines in news-tng module. (diff)
downloadeselect-6ce764136184e87f0bf352fb80cdb97e06bbcc6a.tar.gz
eselect-6ce764136184e87f0bf352fb80cdb97e06bbcc6a.tar.bz2
eselect-6ce764136184e87f0bf352fb80cdb97e06bbcc6a.zip
Update documentation.
svn path=/trunk/; revision=523
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt33
1 files changed, 25 insertions, 8 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index a37ec21..fa7abf9 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -225,6 +225,11 @@ The ``inherit`` function sources eselect library files based on their name. In
order to source the file ``libs/foo.bash`` you have to add ``inherit foo`` in
global scope of your module.
+The ``sed`` Function
+,,,,,,,,,,,,,,,,,,,,
+
+The ``sed`` function is a wrapper around GNU sed.
+
Output Utility Functions
------------------------
@@ -406,12 +411,6 @@ The ``arch`` function returns the correct value of ${ARCH} for the current
system. If the package manager cannot provide this information, ``arch`` falls
back to a ``uname -m`` and ``uname -s`` based lookup-table.
-The ``best-version`` Function
-,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-
-The ``best-version`` Function returns the highest available version for a
-given package dep atom.
-
The ``envvar`` Function
,,,,,,,,,,,,,,,,,,,,,,,,,
@@ -419,12 +418,30 @@ The ``envvar`` function retrieves the contents of a configuration-environemnt
variable for a given package. The syntax is ``envvar ${package-name}
${var-name}``.
-The ``has-version`` Function
+The ``best_version`` Function
+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+
+The ``best_version`` Function returns the highest available version for a
+given package dep atom.
+
+The ``has_version`` Function
,,,,,,,,,,,,,,,,,,,,,,,,,,,,
-The ``has-version`` function checks whether a given versioned package dep atom
+The ``has_version`` function checks whether a given versioned package dep atom
is installed.
+The ``get_repositories`` Function
+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+
+The ``get_repositories`` function returns a list of repositories known to the
+package manager.
+
+The ``get_repo_news_dir`` Function
+,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
+
+The ``get_repo_news_dir`` function returns the directory where to find GLEP 42
+news items for a given repository.
+
A Basic Skeleton Library
========================