| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
* bin/eselect.in: Update shebang to use EPREFIX. Bug 905934.
* bin/Makefile.am (dosed): Don't substitute BASH.
* libs/package-manager.bash.in (env_update): Don't use an absolute
path for env-update.
* libs/Makefile.am (dosed): Don't substitute ENV_UPDATE.
* configure.ac: Drop checks for bash and env-update paths.
Bug: https://bugs.gentoo.org/905934
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
| |
* libs/Makefile.am (dosed): Don't substitute PORTAGEQ, it no
longer exists in configure.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
|
|
|
| |
* libs/multilib.bash.in (get_libdir): New function.
* doc/developer-guide.txt: Describe it.
* libs/Makefile.am (dosed): Substitute @libdir@.
* misc/eselect-mode.el (eselect-mode-keywords-multilib):
Add get_libdir.
|
|
|
|
|
|
| |
* bin/Makefile.am (dosed):
* libs/Makefile.am (dosed):
* man/Makefile.am (dosed): Use "%" instead of "," as delimiter.
|
|
|
|
| |
svn path=/trunk/; revision=849
|
|
|
|
| |
svn path=/trunk/; revision=756
|
|
|
|
| |
svn path=/trunk/; revision=755
|
|
|
|
| |
svn path=/trunk/; revision=607
|
|
|
|
| |
svn path=/trunk/; revision=552
|
|
|
|
| |
svn path=/trunk/; revision=535
|
|
|
|
|
|
|
|
| |
it in skel.bash.in.
Add case patterns for ppc-macos in package-manager.bash.in.
svn path=/trunk/; revision=534
|
|
|
|
| |
svn path=/trunk/; revision=513
|
|
|
|
| |
svn path=/trunk/; revision=502
|
|
|
|
| |
svn path=/trunk/; revision=474
|
|
|
|
| |
svn path=/trunk/; revision=472
|
|
|
|
| |
svn path=/trunk/; revision=343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* libs/portage.bash.in, libs/paludis.bash.in,
libs/package-manager.bash.in, libs/Makefile.am, configure.ac: Added
support for other package managers than portage. Public functions are
part of package-manager.bash. paludis.bash and portage.bash provide
private backend functions.
* modules/profile.eselect: Marked as portage-only module.
* modules/opengl.eselect, modules/binutils.eselect: Change from
inherit portage to inherit package-manager.
* modules/rc.eselect: Fix bug in list_runlevels(). Respect setting of
${svcdir} in /etc/rc.conf. Add support to show() runlevels other than
the current.
diffstat:
NEWS | 13 ++++
configure.ac | 13 ++--
libs/Makefile.am | 8 ++
libs/package-manager.bash.in | 125 +++++++++++++++++++++++++++++++++++++++++++
libs/paludis.bash.in | 43 ++++++++++++++
libs/portage.bash.in | 48 ----------------
modules/binutils.eselect | 2
modules/opengl.eselect | 2
modules/profile.eselect | 1
modules/rc.eselect | 19 ++++--
10 files changed, 211 insertions(+), 63 deletions(-)
svn path=/trunk/; revision=279
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* bin/eselect.in: Fixed Bug in usage of has(). Thanks to Sven Wegener
<swegener@gentoo.org> for spotting this.
* man/opengl.eselect: Added manpage for opengl module.
* libs/portage.bash.in, libs/Makefile.am,
configure.ac, modules/binutils.eselect, modules/config.eselect,
modules/opengl.eselect, modules/profile.eselect: Added portage
library, moved profile.eselect:get_arch() to portage.bash:arch().
diffstat
configure.ac | 9 +++++-
libs/Makefile.am | 3 +-
libs/core.bash.in | 2 -
libs/portage.bash.in | 67 +++++++++++++++++++++++++++++++++++++++++++++++
man/opengl.eselect.5 | 55 ++++++++++++++++++++++++++++++++++++++
modules/binutils.eselect | 2 -
modules/config.eselect | 2 +
modules/opengl.eselect | 2 -
modules/profile.eselect | 20 ++------------
9 files changed, 141 insertions(+), 21 deletions(-)
svn path=/trunk/; revision=191
|
|
|
|
| |
svn path=/trunk/; revision=185
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* modules/bashcomp.eselect, modules/blas.eselect,
modules/compiler.eselect.in, modules/config.eselect,
modules/kernel.eselect, modules/lapack.eselect,
modules/opengl.eselect, modules/vi.eselect: Added necessary inherit
lines.
diffstat:
modules/bashcomp.eselect | 2 ++
modules/blas.eselect | 2 +-
modules/compiler.eselect.in | 2 ++
modules/config.eselect | 2 ++
modules/kernel.eselect | 2 ++
modules/lapack.eselect | 2 +-
modules/opengl.eselect | 2 +-
modules/vi.eselect | 2 ++
8 files changed, 13 insertions(+), 3 deletions(-)
svn path=/trunk/; revision=184
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
eselect to work on platforms where GNU sed is named gsed (FreeBSD, for example). Also added sed() function so we can ensure the rest of eselect is using GNU sed in a nice transparent way.
svn path=/trunk/; revision=151
|
|
|
|
| |
svn path=/trunk/; revision=117
|
|
|
|
| |
svn path=/trunk/; revision=89
|
|\
| |
| |
| | |
svn path=/trunk/; revision=81
|
|/
|
|
| |
svn path=/branches/ciaranm/; revision=70
|
|
|
|
|
|
| |
Fixed config.lib.in.
svn path=/trunk/; revision=13
|
|
|
|
| |
svn path=/trunk/; revision=12
|
|
|
|
| |
svn path=/trunk/; revision=11
|
| |
|
| |
|
|
|
|
| |
svn path=/trunk/; revision=7
|
|
svn path=/trunk/; revision=1
|