aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-08-04 04:35:28 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-08-04 04:35:28 -0300
commit17d6c160b5f114df574342aec41e868daef7e17c (patch)
treee0b5818e81dd2cb010fa325c318424a958eb9bc5
parentsmall fix on the eclass (diff)
downloadg-octave-17d6c160b5f114df574342aec41e868daef7e17c.tar.gz
g-octave-17d6c160b5f114df574342aec41e868daef7e17c.tar.bz2
g-octave-17d6c160b5f114df574342aec41e868daef7e17c.zip
more documentation updates0.4
-rw-r--r--docs/development.rst4
-rw-r--r--docs/tinderbox.rst9
-rw-r--r--docs/upgrading.rst5
-rw-r--r--docs/userguide.rst11
4 files changed, 13 insertions, 16 deletions
diff --git a/docs/development.rst b/docs/development.rst
index cd0610e..61f9627 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -65,6 +65,10 @@ The first parameter of the script is the path to the directory that will
store the tarballs. The second parameter is the path to the local clone
of your forked git repository.
+You'll need an additional dependency::
+
+ # emerge -av dev-python/feedparser
+
Updating the list of external dependencies and licenses
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/docs/tinderbox.rst b/docs/tinderbox.rst
index 6f51502..f06d4bb 100644
--- a/docs/tinderbox.rst
+++ b/docs/tinderbox.rst
@@ -69,7 +69,7 @@ Updating the packages and installing the dependencies
# emerge -avuDN system
# USE="git" emerge -av layman
# layman -a science
- # FEATURES="test" USE="sync" emerge -av g-octave
+ # FEATURES="test" emerge -av g-octave
Configuring g-Octave
@@ -90,7 +90,8 @@ Now you're done with the configuration.
Running the script
------------------
-Update the package database::
+Try to update the package database (only works with the live version of
+g-Octave)::
# g-octave --sync
@@ -98,11 +99,11 @@ Make sure that you have activated all the ``USE`` flags needed on octave::
# emerge -vp octave
-And build it first::
+And build it firstly::
# emerge octave
-Now that you already have the main dependency of the packages installed
+Now that you already have the main dependency of all the packages installed
and g-Octave configured, you can run the script::
# /usr/share/g-octave/contrib/manage_pkgdb.py
diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index a21b1e9..7545ae7 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -18,7 +18,4 @@ To know what are the current values, type::
$ g-octave --config db
$ g-octave --config overlay
-And remove both directories!
-
-If you installed g-Octave with ``USE="-sync"``, please remove those
-directories before run ``emerge --config g-octave``.
+And remove both directories before run ``emerge --config =g-octave-0.4``
diff --git a/docs/userguide.rst b/docs/userguide.rst
index d4ee524..e44ac90 100644
--- a/docs/userguide.rst
+++ b/docs/userguide.rst
@@ -51,12 +51,7 @@ http://www.g-octave.org/releases/
USE flags
~~~~~~~~~
-g-Octave have 2 USE flags:
-
- ``doc``: Install this documentation. Depends on ``dev-python/sphinx``.
-- ``sync``: Enable the ``--sync`` command-line option. Available only
- on the ebuilds of stable releases. The live ebuild will enable this
- feature by default.
Configuring g-Octave
@@ -107,9 +102,9 @@ Syncronizing the package database
---------------------------------
Currently g-Octave depends on an external package database, in order to
-create the ebuilds for the packages (only if you installed g-Octave with
-``USE="-sync"``). You'll need to fetch this database in the first time
-that you run g-Octave (and whenever you want to updates): ::
+create the ebuilds for the packages. If you installed the live version of
+g-Octave (=g-octave-9999) you'll need to fetch this database in the first
+time that you run g-Octave (and whenever you want to updates): ::
# g-octave --sync