aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Document --brief and --colour options in user-guide.txt.Ulrich Müller2012-01-221-2/+3
| | | | | | Don't mention deprecated --no-colour option any more. svn path=/trunk/; revision=863
* Use xz for compression of the distributed tarball.Ulrich Müller2012-01-211-2/+2
| | | | svn path=/trunk/; revision=862
* Update years. Fix copyright headers, eselect has always been GPL-2 or later.Ulrich Müller2012-01-211-2/+2
| | | | svn path=/trunk/; revision=859
* Fix a typo.Ulrich Müller2011-09-011-1/+1
| | | | svn path=/trunk/; revision=833
* Update developer guide, bug 380731.Ulrich Müller2011-08-281-58/+88
| | | | svn path=/trunk/; revision=828
* Contributed modules should have a standard header.Ulrich Müller2011-03-101-2/+6
| | | | svn path=/trunk/; revision=807
* Happy new year 2011!Ulrich Müller2011-01-081-1/+1
| | | | svn path=/trunk/; revision=790
* Happy new year 2010!Ulrich Müller2010-01-011-1/+1
| | | | svn path=/trunk/; revision=752
* Remove spurious date entry from example. Whitespace.Ulrich Müller2009-11-071-3/+4
| | | | svn path=/trunk/; revision=713
* Add quotes.Ulrich Müller2009-11-061-3/+3
| | | | svn path=/trunk/; revision=701
* New function is_output_mode.Ulrich Müller2009-11-051-0/+8
| | | | svn path=/trunk/; revision=700
* New relative_name() function.Ulrich Müller2009-10-081-0/+7
| | | | svn path=/trunk/; revision=683
* Whitespace.Ulrich Müller2009-09-211-2/+0
| | | | svn path=/trunk/; revision=677
* Remove overview from doc_files list.eselect-1.2.3Ulrich Müller2009-09-201-1/+1
| | | | svn path=/trunk/; revision=675
* Minor formatting changes.Ulrich Müller2009-09-202-5/+5
| | | | svn path=/trunk/; revision=672
* Reformat documentation; add a local variables block for Emacs.Ulrich Müller2009-09-204-304/+262
| | | | | | Remove overview.txt since it is redundant with user-guide.txt. svn path=/trunk/; revision=671
* Fix order of sections.Ulrich Müller2009-09-201-2/+2
| | | | svn path=/trunk/; revision=670
* Fix broken cross reference.Ulrich Müller2009-09-191-1/+1
| | | | svn path=/trunk/; revision=667
* Fix typo.Ulrich Müller2009-09-191-1/+1
| | | | svn path=/trunk/; revision=665
* Minor tweaks and typo corrections.Ulrich Müller2009-09-191-7/+8
| | | | svn path=/trunk/; revision=664
* Use consistent capitalisation. Fix a typo.Ulrich Müller2009-09-191-8/+8
| | | | svn path=/trunk/; revision=663
* New -m option for function write_numbered_list.Ulrich Müller2009-09-191-1/+2
| | | | svn path=/trunk/; revision=661
* New highlight_marker utility function for highlighting of list entries.Ulrich Müller2009-08-131-0/+13
| | | | svn path=/trunk/; revision=605
* Whitespace.Ulrich Müller2009-08-131-4/+4
| | | | svn path=/trunk/; revision=604
* Update version to 1.1_rc3.eselect-1.1_rc3Ulrich Müller2009-05-211-1/+1
| | | | svn path=/trunk/; revision=555
* Update documentation.Ulrich Müller2009-05-011-8/+25
| | | | svn path=/trunk/; revision=523
* Merge NEWS from branch-1.0.x. Fix typo.Ulrich Müller2009-04-181-1/+1
| | | | svn path=/trunk/; revision=465
* Fix typo.Ulrich Müller2009-04-181-1/+1
| | | | svn path=/trunk/; revision=460
* 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