diff options
Diffstat (limited to 'g-octave.1.rst')
-rw-r--r-- | g-octave.1.rst | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/g-octave.1.rst b/g-octave.1.rst new file mode 100644 index 0000000..b57d7a5 --- /dev/null +++ b/g-octave.1.rst @@ -0,0 +1,63 @@ +========== + g-octave +========== + +--------------------------------------------- +generate ebuilds to the Octave-Forge packages +--------------------------------------------- + +:Author: %(author_email)s +:Date: %(date)s +:Copyright: %(copiryght)s +:Version: %(version)s +:Manual section: 1 +:Manual group: Portage + +SYNOPSIS +======== + +g-octave [options] <package_name | package_name-version> + + +DESCRIPTION +=========== + +g-octave is a tool that generates and installs ebuilds for Octave-Forge +packages "on-the-fly" to Gentoo Linux, using Portage. It's capable to +generate ebuilds and Manifest files for the packages, and to install +them using an autogenerated overlay (named g-octave). g-octave can also +handle patches to the packages automatically. The command line interface +tries to be very similar to the interface of the emerge(1) tool. + +At this moment g-octave depends on the Portage package manager to works, +but the support to Paludis and pkgcore is planned. + + +OPTIONS +======= + +--version show program's version number and exit +-h, --help show this help message and exit +-l, --list show a list of packages available to install and exit +-i, --info show a description of the required package and exit +-p, --pretend don't (un)merge packages, only create ebuilds and solve the dependencies +-a, --ask ask to confirmation before perform (un)merges +-v, --verbose Portage makes a lot of noise. +-C, --unmerge try to unmerge a package instead of merge +-f, --force forces the recreation of the ebuilds +--force-all forces the recreation of the overlay and of the ebuilds +--no-colors don't use colors on the CLI +--sync search for updates of the package database, patches and auxiliary files + + +SEE ALSO +======== + +* http://bitbucket.org/rafaelmartins/g-octave/ +* http://rafaelmartins.eng.br/en-us/projects/g-octave/ + + +BUGS +==== + +* http://bitbucket.org/rafaelmartins/g-octave/issues/ |