aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Whitespace.Ulrich Müller2009-04-152-21/+21
| | | | svn path=/trunk/; revision=421
* 2006-10-21 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-10-211-9/+25
| | | | | | | | | | | | | | | * libs/paludis.bash.in, libs/package-manager.bash.in: Fix some bugs and general cleanup. Complete package manager abstraction. * doc/developer-guide.txt: Update developer documentation to reflect API changes. diffstat: doc/developer-guide.txt | 34 +++++++++++++++++++++++++--------- libs/package-manager.bash.in | 27 +++++++++++++++++++++++---- libs/paludis.bash.in | 12 ++++++++++++ 3 files changed, 60 insertions(+), 13 deletions(-) svn path=/trunk/; revision=325
* Add a new skel.bash library for easy implementation of the simpler cases of ↵Donnie Berkholz2006-06-181-0/+24
| | | | | | switching. Use this library to create new eselect modules for blas, cblas and lapack. Update documentation to reflect these changes. The modules will be installed as separate packages, so remove mentions of them from Makefile.am files. svn path=/trunk/; revision=275
* 2006-03-30 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2006-03-301-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modules/binutils.eselect: Cleaned up the Coding Style a bit. * libs/path-manipulation.bash.in, doc/developer-guide.txt, configure.ac: Added support for the canonicalise function, a wrapper to either GNU readlink or realpath. * modules/binutils.eselect, modules/blas.eselect, modules/config.eselect, modules/env.eselect, modules/kernel.eselect, modules/lapack.eselect, modules/mailer.eselect, modules/oracle.eselect, modules/profile.eselect, modules/rc.eselect, modules/ruby.eselect, modules/vi.eselect: Converted to use canonicalise() instead of readlink -f. This ensure portability of eselect to *BSD. diffstat: configure.ac | 16 ++++++++++++++++ doc/developer-guide.txt | 9 ++++++++- libs/Makefile.am | 2 +- libs/path-manipulation.bash.in | 4 ++++ modules/binutils.eselect | 9 +++++---- modules/blas.eselect | 10 +++++----- modules/config.eselect | 2 +- modules/env.eselect | 10 +++++----- modules/kernel.eselect | 4 ++-- modules/lapack.eselect | 8 ++++---- modules/mailer.eselect | 4 ++-- modules/oracle.eselect | 9 ++++++--- modules/profile.eselect | 4 ++-- modules/rc.eselect | 2 +- modules/ruby.eselect | 2 +- modules/vi.eselect | 4 ++-- 16 files changed, 65 insertions(+), 34 deletions(-) svn path=/trunk/; revision=261
* Fix title underline length since the length of the title changed (add_config ↵Aaron Walker2005-11-171-1/+1
| | | | | | => append_config). svn path=/trunk/; revision=245
* 2005-11-16 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2005-11-161-3/+4
| | | | | | | | | | | | | | | | | | | * libs/config.bash.in, docs/developer-guide.txt: Changed add_config() to append_config(). Function now doesn't append data if it occours already in the value. * libs/multilib.bash.in: Removed lib from list of amd64 libdirs. * modules/blas.eselect, modules/lapack.eselect: Added support for MKL72. Some cleanup of Bugs and untidy work. diffstat: doc/developer-guide.txt | 7 ++- libs/config.bash.in | 13 ++++-- libs/multilib.bash.in | 2 - modules/blas.eselect | 92 ++++++++++++++++++++++++++++++++++-------------- modules/lapack.eselect | 63 ++++++++++++++++++++++++++------ 5 files changed, 131 insertions(+), 46 deletions(-) svn path=/trunk/; revision=243
* Added write_warning_msg function.Aaron Walker2005-10-181-0/+6
| | | | svn path=/trunk/; revision=227
* Dont assume rst2html is installed as rst2html.py. Added configure check for ↵Aaron Walker2005-10-181-1/+1
| | | | | | rst2html as most other distro's/OS's install it w/o the .py extension. Also dont bail if portageq isnt found, as eselect is not just supposed to work on Gentoo boxen. svn path=/trunk/; revision=226
* Documentation for options and parametersCiaran McCreesh2005-10-161-8/+59
| | | | svn path=/trunk/; revision=210
* Add new autogen.bash (was autogen.sh) from ciaranm that should work on ↵Aaron Walker2005-10-161-1/+1
| | | | | | non-linux boxen. svn path=/trunk/; revision=208
* Fixed RST warning.Danny van Dyk2005-09-061-1/+1
| | | | svn path=/trunk/; revision=189
* 2005-09-05 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2005-09-051-11/+64
| | | | | | | | | | | | | * doc/developer-guide.txt: Changed documentation acording to API changes (inherit / core.bash-split). 2005-09-04 Danny van Dyk <kugelfang@gentoo.org> diffstat: developer-guide.txt | 75 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 files changed, 64 insertions(+), 11 deletions(-) svn path=/trunk/; revision=188
* Fixed headers so that rst2html doesn't puke.Aaron Walker2005-06-181-24/+26
| | | | svn path=/trunk/; revision=141
* Removed the now irrelevant section regarding berlios.Aaron Walker2005-06-161-19/+0
| | | | svn path=/trunk/; revision=137
* Cleaned up developer-guide.txt in preparation for corresponding XML version.Shyam Mani2005-06-151-45/+33
| | | | | | | | diffstat: developer-guide.txt | 78 ++++++++++++++++++++++----------------------------- 1 files changed, 33 insertions(+), 45 deletions(-) svn path=/trunk/; revision=133
* Updated release-guide to mention updating configure.ac version number.Aaron Walker2005-06-131-0/+2
| | | | svn path=/trunk/; revision=127
* Updated user-guide.txt, integrating overview.txt and removing overview.txtShyam Mani2005-06-131-24/+79
| | | | | | | | diffstat: overview.txt | 83 ------------------------------------------------ user-guide.txt | 97 ++++++++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 76 insertions(+), 104 deletions(-) svn path=/trunk/; revision=124
* 2005-06-12 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2005-06-121-5/+5
| | | | | | | | | | | | | | | | | | * libs/config.bash.in: Restructured functions to take a filename as first argument. * modules/{blas,lapack}.eselect: Fixed modules to respect new syntax of *_config functions. * doc/developer-guide.txt: Documented new behaviour of *_config functions. diffstat: doc/developer-guide.txt | 10 ++--- libs/config.bash.in | 92 ++++++++++++++++++++++++------------------------ modules/blas.eselect | 16 ++++---- modules/lapack.eselect | 18 +++++---- 4 files changed, 71 insertions(+), 65 deletions(-) svn path=/trunk/; revision=121
* Test Commit, Removed a few /'s can be added back if needed.Shyam Mani2005-06-091-3/+3
| | | | svn path=/trunk/; revision=119
* 2005-06-08 Danny van Dyk <kugelfang@gentoo.org>Danny van Dyk2005-06-082-6/+11
| | | | | | | | | | | | | | | | | | | * bin/eselect.in: Added handling of global options in main code. * libs/core.bash.in: Removed COLOUR_* vars. * libs/output.bash.in: Added function colours() which replaces all ${COLOURS_*} uses and respects the --no-colour option. * docs/{developer,user}-guide.txt: Added reference to global options and --no-colour. diffstat: bin/eselect.in | 20 ++++++++++++--- doc/developer-guide.txt | 6 ++-- doc/user-guide.txt | 11 ++++++-- libs/core.bash.in | 9 ------ libs/output.bash.in | 64 ++++++++++++++++++++++++++++++++++-------------- 5 files changed, 73 insertions(+), 37 deletions(-) svn path=/trunk/; revision=118
* Moved to Gentoo infrastructure and renamed project to 'eselect'.Danny van Dyk2005-06-074-58/+58
| | | | svn path=/trunk/; revision=117
* add overview docCiaran McCreesh2005-05-162-1/+84
| | | | svn path=/trunk/; revision=109
* document manip functionsCiaran McCreesh2005-05-101-0/+19
| | | | svn path=/trunk/; revision=91
* add release guideCiaran McCreesh2005-05-092-1/+64
| | | | svn path=/trunk/; revision=84
* docs updateCiaran McCreesh2005-05-091-0/+16
| | | | svn path=/trunk/; revision=83
* Add in highlighting for textCiaran McCreesh2005-05-081-0/+12
| | | | svn path=/trunk/; revision=63
* Clarify update and scan action definitions, update formatting and wording.Ciaran McCreesh2005-05-072-25/+33
| | | | svn path=/trunk/; revision=53
* Forgot the makefile changes for doc/user-guide.txtDanny van Dyk2005-05-071-1/+1
| | | | svn path=/trunk/; revision=52
* User guide added.Danny van Dyk2005-05-071-0/+63
| | | | svn path=/trunk/; revision=51
* make doc/Makefile.am much more genericCiaran McCreesh2005-05-071-5/+11
| | | | svn path=/trunk/; revision=49
* add some more notes on how eclectic worksCiaran McCreesh2005-05-071-0/+13
| | | | svn path=/trunk/; revision=48
* formatting, typosCiaran McCreesh2005-05-071-4/+4
| | | | svn path=/trunk/; revision=47
* Added Makefile.am for doc/ with html target.Aaron Walker2005-05-071-0/+6
| | | | svn path=/trunk/; revision=43
* Fixed typos, added items to the developer docs.Danny van Dyk2005-05-071-1/+41
| | | | svn path=/trunk/; revision=39
* add a note about the cow module being exempt from naming rulesCiaran McCreesh2005-05-071-1/+1
| | | | svn path=/trunk/; revision=35
* add initial developer docsCiaran McCreesh2005-05-072-0/+263
svn path=/trunk/; revision=34