| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
| |
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* libs/core.bash.in (inherit):
* libs/tests.bash.in (has):
* modules/config.eselect (generic_handle_one_file, accept_handler)
(merge_handler, display_handler):
* modules/news.eselect (find_items, do_list, do_read, do_unread):
* modules/rc.eselect (run_runscript, do_show): Remove redundant $@
in "for" loops throughout.
|
| |
|
| |
|
| |
|
|
|
|
| |
svn path=/trunk/; revision=859
|
|
|
|
| |
svn path=/trunk/; revision=790
|
|
|
|
| |
svn path=/trunk/; revision=752
|
|
|
|
| |
svn path=/trunk/; revision=642
|
|
|
|
| |
svn path=/trunk/; revision=552
|
|
|
|
| |
svn path=/trunk/; revision=546
|
|
|
|
| |
svn path=/trunk/; revision=529
|
|
|
|
| |
svn path=/trunk/; revision=481
|
|
|
|
| |
svn path=/trunk/; revision=403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libs/core.bash.in: Added inherit() function that allows dynamic
and individual sourcing of libraries for each module.
* bin/eselect.in: Removed sourcing of all available modules.
* libs/core.bash.in, libs/path-manipulation.bash.in, libs/Makefile.in:
Moved basename() and dirname() to a new seperate library.
* libs/core.bash.in, libs/test.bash.in: moved has() and is_function()
to tests library.
* modules/binutils.eselect, modules/blas.eselect, modules/env.eselect,
modules/lapack.eselect, modules/opengl.eselect: Added necessary
inherit lines.
diffstat:
bin/eselect.in | 9 ++----
libs/Makefile.am | 1
libs/core.bash.in | 56 +++++++++++++++--------------------------
libs/path-manipulation.bash.in | 32 +++++++++++++++++++++++
libs/tests.bash.in | 17 ++++++++++++
modules/binutils.eselect | 2 +
modules/blas.eselect | 2 +
modules/env.eselect | 2 +
modules/lapack.eselect | 2 +
modules/opengl.eselect | 4 ++
10 files changed, 85 insertions(+), 42 deletions(-)
svn path=/trunk/; revision=183
|
|
|
|
| |
svn path=/trunk/; revision=130
|
|
|
|
| |
svn path=/trunk/; revision=117
|
|
svn path=/trunk/; revision=81
|