aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-07-09 19:36:22 +0000
committerUlrich Müller <ulm@gentoo.org>2009-07-09 19:36:22 +0000
commit2f4ae7656885c350978eeecec9baf5b7c68c539f (patch)
tree3c20a0fb827d4a17c3e22bce0195120e80a0640d /man
parentMove wxwidgets module to modules-other. (diff)
downloadeselect-2f4ae7656885c350978eeecec9baf5b7c68c539f.tar.gz
eselect-2f4ae7656885c350978eeecec9baf5b7c68c539f.tar.bz2
eselect-2f4ae7656885c350978eeecec9baf5b7c68c539f.zip
New directory man-other, for man pages not distributed with eselect.
svn path=/trunk/; revision=600
Diffstat (limited to 'man')
-rw-r--r--man/blas.eselect.599
-rw-r--r--man/cblas.eselect.599
-rw-r--r--man/ctags.eselect.5101
-rw-r--r--man/emacs.eselect.591
-rw-r--r--man/lapack.eselect.599
-rw-r--r--man/opengl.eselect.576
-rw-r--r--man/package-manager.eselect.583
7 files changed, 0 insertions, 648 deletions
diff --git a/man/blas.eselect.5 b/man/blas.eselect.5
deleted file mode 100644
index 97d9c03..0000000
--- a/man/blas.eselect.5
+++ /dev/null
@@ -1,99 +0,0 @@
-.\" Copyright 2006-2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH blas.eselect 5 "May 2009" "Gentoo Linux" eselect
-.SH NAME
-blas.eselect \- The BLAS management module for Gentoo's eselect
-.SH SYNOPSIS
-.B eselect blas
-.RB [ help | usage | version ]
-.br
-.B eselect blas list
-.RI [ options ]
-.br
-.B eselect blas add
-.br
-.B eselect blas set
-.I implementation
-.RI [ options ]
-.br
-.B eselect blas show
-.RI [ options ]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-.SH ACTION: LIST
-.B eselect blas list
-.RI [ options ]
-.br
-Display an ordered list of installed BLAS implementations.
-It distinguishes between versions with different Application Binary
-Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
-between interfaces to high-level programming languages. Each line
-holds a number and the implementation's name. An asterisk next to one
-of the list elements denotes an active implementation.
-
-# eselect blas list
-.br
-Installed BLAS for libdir lib
-.br
- [1] atlas *
- [2] reference
-
-Possible
-.I options
-to the
-.B list
-action are restrictions to handle only certain ABI\-specific library
-directories. For example,
-
-.B eselect blas list lib64
-
-lists only BLAS implementations found in
-.BR /usr/lib64 .
-
-.SH ACTION: SHOW
-.B eselect blas show
-.RI [ options ]
-.br
-Show your system's currently active BLAS implementations.
-
-# eselect blas show
-.br
-lib: atlas
-.br
-lib64: reference
-
-The same
-.I options
-that apply to the
-.B list
-action can be used with the
-.B show
-action to restrict it to given ABIs.
-.SH ACTION: SET
-.B eselect blas set
-.I implementation
-.RI [ options ]
-.br
-Set your system's currently active BLAS implementations to
-.IR implementation .
-The same
-.I options
-that apply to the
-.B list
-action can be used with the
-.B set
-action to restrict it to given ABIs.
-
-# eselect blas set atlas
-.SH AUTHOR
-Danny van Dyk <kugelfang@gentoo.org>
-.br
-Donnie Berkholz <dberkholz@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/cblas.eselect.5 b/man/cblas.eselect.5
deleted file mode 100644
index a153d4a..0000000
--- a/man/cblas.eselect.5
+++ /dev/null
@@ -1,99 +0,0 @@
-.\" Copyright 2006-2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH cblas.eselect 5 "May 2009" "Gentoo Linux" eselect
-.SH NAME
-cblas.eselect \- The CBLAS management module for Gentoo's eselect
-.SH SYNOPSIS
-.B eselect cblas
-.RB [ help | usage | version ]
-.br
-.B eselect cblas list
-.RI [ options ]
-.br
-.B eselect cblas add
-.br
-.B eselect cblas set
-.I implementation
-.RI [ options ]
-.br
-.B eselect cblas show
-.RI [ options ]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-.SH ACTION: LIST
-.B eselect cblas list
-.RI [ options ]
-.br
-Display an ordered list of installed CBLAS implementations.
-It distinguishes between versions with different Application Binary
-Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
-between interfaces to high-level programming languages. Each line
-holds a number and the implementation's name. An asterisk next to one
-of the list elements denotes an active implementation.
-
-# eselect cblas list
-.br
-Installed CBLAS for libdir lib
-.br
- [1] atlas *
- [2] reference
-
-Possible
-.I options
-to the
-.B list
-action are restrictions to handle only certain ABI\-specific library
-directories. For example,
-
-.B eselect cblas list lib64
-
-lists only CBLAS implementations found in
-.BR /usr/lib64 .
-
-.SH ACTION: SHOW
-.B eselect cblas show
-.RI [ options ]
-.br
-Show your system's currently active CBLAS implementations.
-
-# eselect cblas show
-.br
-lib: atlas
-.br
-lib64: reference
-
-The same
-.I options
-that apply to the
-.B list
-action can be used with the
-.B show
-action to restrict it to given ABIs.
-.SH ACTION: SET
-.B eselect cblas set
-.I implementation
-.RI [ options ]
-.br
-Set your system's currently active CBLAS implementations to
-.IR implementation .
-The same
-.I options
-that apply to the
-.B list
-action can be used with the
-.B set
-action to restrict it to given ABIs.
-
-# eselect cblas set atlas
-.SH AUTHOR
-Danny van Dyk <kugelfang@gentoo.org>
-.br
-Donnie Berkholz <dberkholz@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/ctags.eselect.5 b/man/ctags.eselect.5
deleted file mode 100644
index 0165343..0000000
--- a/man/ctags.eselect.5
+++ /dev/null
@@ -1,101 +0,0 @@
-.\" Copyright 2007-2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH ctags.eselect 5 "May 2009" "Gentoo Linux" eselect
-.SH NAME
-ctags.eselect, etags.eselect \- The ctags and etags management module
-for Gentoo's eselect
-.SH SYNOPSIS
-.B eselect ctags
-.RB [ help | usage | version ]
-.br
-.B eselect ctags list
-.br
-.B eselect ctags set
-.I target
-.br
-.B eselect ctags show
-.br
-.B eselect ctags update
-.RB [ ifunset ]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-
-The
-.B ctags
-and
-.B etags
-eselect modules share a common syntax, therefore this man page
-collectively refers to them as
-.BR ctags .
-.SH ACTION: LIST
-.B eselect ctags list
-.br
-List all installed ctags versions.
-
-# eselect ctags list
-.br
-Available ctags symlink targets:
-.br
- [1] ctags-emacs-22 *
- [2] exuberant-ctags
-.SH ACTION: SET
-.B eselect ctags set
-.I target
-.br
-Activate the selected ctags version.
-.I target
-can be either an identification number given by
-.B eselect ctags list
-or the name of one installed version.
-
-# eselect ctags set 2
-.br
-Switching ctags to exuberant-ctags ...
-.SH ACTION: SHOW
-.B eselect ctags show
-.br
-Print the currently activated ctags version.
-
-# eselect ctags show
-.br
-Current target of symlink:
-.br
- exuberant-ctags
-.SH ACTION: UPDATE
-.B eselect ctags update
-.RB [ ifunset ]
-.br
-Update the ctags symlink. For an update only the version is changed,
-but not the provider (i.e. Emacs vs Exuberant). At the moment only
-(X)Emacs offers several concurrent versions. If option
-.B ifunset
-is given, an existing implementation is not overridden.
-
-# eselect ctags update
-.br
-Switching ctags to exuberant-ctags ...
-.br
-Switching etags to etags-emacs-22 ...
-.SH BUGS
-Under FreeBSD,
-.B eselect ctags
-does not work since
-.B ctags
-is a real binary, owned by package freebsd-ubin.
-.RB ( "eselect etags"
-does work though.)
-
-.B eselect etags
-does not display any valid targets if there is no Emacs variant
-installed. This is a feature.
-.SH AUTHOR
-Ulrich Mueller <ulm@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1),
-.BR emacs.eselect (5)
-.SH REVISION
-$Id$
diff --git a/man/emacs.eselect.5 b/man/emacs.eselect.5
deleted file mode 100644
index b242867..0000000
--- a/man/emacs.eselect.5
+++ /dev/null
@@ -1,91 +0,0 @@
-.\" Copyright 2007-2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH emacs.eselect 5 "April 2009" "Gentoo Linux" eselect
-.SH NAME
-emacs.eselect \- The Emacs management module for Gentoo's eselect
-.SH SYNOPSIS
-.B eselect emacs
-.RB [ help | usage | version ]
-.br
-.B eselect emacs list
-.br
-.B eselect emacs set
-.I target
-.br
-.B eselect emacs show
-.br
-.B eselect emacs update
-.RB [ ifunset ]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-.SH ACTION: LIST
-.B eselect emacs list
-.br
-List all installed Emacs versions and even informs you if XEmacs has
-been found on your system.
-
-# eselect emacs list
-.br
-Available GNU Emacs symlink targets:
-.br
- [1] emacs-18
- [2] emacs-21 *
- [3] emacs-22
-.SH ACTION: SET
-.B eselect emacs set
-.I target
-.br
-Activate the selected Emacs version.
-.I target
-can be either an identification number given by
-.B eselect emacs list
-or the name of one installed version. To avoid runtime issues with
-incompatible byte-code from the previously selected Emacs version, run
-.B emacs-updater -a rebuild
-to remerge all needed packages.
-
-# eselect emacs set 3
-.br
-Switching emacs to emacs-22 ...
-.br
-Switching ctags to ctags-emacs-22 ...
-.br
-Switching etags to etags-emacs-22 ...
-.SH ACTION: SHOW
-.B eselect emacs show
-.br
-Print the currently activated Emacs version.
-
-# eselect emacs show
-.br
-Current target of GNU Emacs symlink:
-.br
- emacs-22
-.SH ACTION: UPDATE
-.B eselect emacs update
-.RB [ ifunset ]
-.br
-Update the emacs symlink to the last available version. If option
-.B ifunset
-is given, an existing implementation is not overridden.
-
-# eselect emacs update
-.br
-Switching emacs to emacs-22 ...
-.br
-Switching ctags to ctags-emacs-22 ...
-.br
-Switching etags to etags-emacs-22 ...
-.SH AUTHORS
-Christian Faulhammer <fauli@gentoo.org>
-.br
-Ulrich Mueller <ulm@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1),
-.BR ctags.eselect (5)
-.SH REVISION
-$Id$
diff --git a/man/lapack.eselect.5 b/man/lapack.eselect.5
deleted file mode 100644
index afe1e57..0000000
--- a/man/lapack.eselect.5
+++ /dev/null
@@ -1,99 +0,0 @@
-.\" Copyright 2006-2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH lapack.eselect 5 "May 2009" "Gentoo Linux" eselect
-.SH NAME
-lapack.eselect \- The LAPACK management module for Gentoo's eselect
-.SH SYNOPSIS
-.B eselect lapack
-.RB [ help | usage | version ]
-.br
-.B eselect lapack list
-.RI [ options ]
-.br
-.B eselect lapack add
-.br
-.B eselect lapack set
-.I implementation
-.RI [ options ]
-.br
-.B eselect lapack show
-.RI [ options ]
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-.SH ACTION: LIST
-.B eselect lapack list
-.RI [ options ]
-.br
-Display an ordered list of installed LAPACK implementations.
-It distinguishes between versions with different Application Binary
-Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
-between interfaces to high-level programming languages. Each line
-holds a number and the implementation's name. An asterisk next to one
-of the list elements denotes an active implementation.
-
-# eselect lapack list
-.br
-Installed LAPACK for libdir lib
-.br
- [1] atlas *
- [2] reference
-
-Possible
-.I options
-to the
-.B list
-action are restrictions to handle only certain ABI\-specific library
-directories. For example,
-
-.B eselect lapack list lib64
-
-lists only LAPACK implementations found in
-.BR /usr/lib64 .
-
-.SH ACTION: SHOW
-.B eselect lapack show
-.RI [ options ]
-.br
-Show your system's currently active LAPACK implementations.
-
-# eselect lapack show
-.br
-lib: atlas
-.br
-lib64: reference
-
-The same
-.I options
-that apply to the
-.B list
-action can be used with the
-.B show
-action to restrict it to given ABIs.
-.SH ACTION: SET
-.B eselect lapack set
-.I implementation
-.RI [ options ]
-.br
-Set your system's currently active LAPACK implementations to
-.IR implementation .
-The same
-.I options
-that apply to the
-.B list
-action can be used with the
-.B set
-action to restrict it to given ABIs.
-
-# eselect lapack set atlas
-.SH AUTHOR
-Danny van Dyk <kugelfang@gentoo.org>
-.br
-Donnie Berkholz <dberkholz@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/opengl.eselect.5 b/man/opengl.eselect.5
deleted file mode 100644
index 7451bad..0000000
--- a/man/opengl.eselect.5
+++ /dev/null
@@ -1,76 +0,0 @@
-.\" Copyright 2005-2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH opengl.eselect 5 "April 2009" "Gentoo Linux" eselect
-.SH NAME
-opengl.eselect \- The OpenGL management module for Gentoo's eselect
-.SH SYNOPSIS
-.B eselect opengl
-.RB [ help | usage | version ]
-.br
-.B eselect opengl list
-.br
-.B eselect opengl set
-.RI [ options ]
-.I implementation
-.br
-.B eselect opengl show
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-.SH ACTION: LIST
-.B eselect opengl list
-.br
-Display a numbered list of all available OpenGL implementations.
-The currently actived implementation is highlighted by a '*'.
-
-# eselect opengl list
-.br
-Available OpenGL implementations:
- [1] ati *
- [2] xfree
- [3] xorg\-x11
-.SH ACTION: SHOW
-.B eselect opengl show
-.br
-Show your system's currently active OpenGL implementation.
-
-# eselect opengl show
-.br
-ati
-.SH ACTION: SET
-.B eselect opengl set
-.RI [ options ]
-.I implementation
-.br
-Set your system's currently active OpenGL implementation to
-.IR implementation .
-.br
-Extra options:
-.TP
-.B \-\-use\-old
-If an implementation is already set, use that one.
-.TP
-.BI \-\-prefix =value
-Set the source prefix to
-.I value
-(defaults to
-.BR /usr ).
-.TP
-.BI \-\-dst\-prefix =value
-Set the destination prefix to
-.I value
-(defaults to
-.BR /usr ).
-.TP
-.B \-\-impl\-headers
-Use headers provided by this implementation to override golbal ones
-provided by opengl\-update. This was default in <opengl\-update\-2.2.
-.SH AUTHOR
-Danny van Dyk <kugelfang@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1)
-.SH REVISION
-$Id$
diff --git a/man/package-manager.eselect.5 b/man/package-manager.eselect.5
deleted file mode 100644
index d6cbf78..0000000
--- a/man/package-manager.eselect.5
+++ /dev/null
@@ -1,83 +0,0 @@
-.\" Copyright 2009 Gentoo Foundation
-.\" Distributed under the terms of the GNU General Public License v2
-.\" $Id$
-.\"
-.TH package-manager.eselect 5 "June 2009" "Gentoo Linux" eselect
-.SH NAME
-package-manager.eselect \- The PACKAGE_MANAGER management module for
-Gentoo's eselect
-.SH SYNOPSIS
-.B eselect package-manager
-.RB [ help | usage | version ]
-.br
-.B eselect package-manager list
-.br
-.B eselect package-manager set
-.I target
-.br
-.B eselect package-manager show
-.br
-.B eselect package-manager update
-.SH DESCRIPTION
-.B eselect
-is Gentoo's configuration and management tool. It features modules
-that care for the individual administrative tasks.
-.SH ACTION: LIST
-.B eselect package-manager list
-.br
-List available targets for the
-.I PACKAGE_MANAGER
-variable.
-
-# eselect package-manager list
-.br
-Available targets for the PACKAGE_MANAGER variable:
-.br
- [1] portage
- [2] pkgcore
-.SH ACTION: SET
-.B eselect package-manager set
-.I target
-.br
-Set the
-.I PACKAGE-MANAGER
-variable in the system profile.
-.I target
-can be either an identification number given by
-.B eselect package-manager list
-or the corresponding package manager's name.
-
-# eselect package-manager set pkgcore
-.br
-Setting PACKAGE_MANAGER to pkgcore ...
-.br
-Run "source /etc/profile" to update the variable in your shell.
-.SH ACTION: SHOW
-.B eselect package-manager show
-.br
-Show the value of the
-.I PACKAGE_MANAGER
-variable in the system profile.
-
-# eselect package-manager show
-.br
-PACKAGE_MANAGER variable in profile:
-.br
- pkgcore
-.SH ACTION: UPDATE
-.B eselect package-manager update
-.br
-Update the
-.I PACKAGE_MANAGER
-variable if it is unset or invalid.
-.SH FILES
-.TP
-.B /etc/env.d/50package-manager
-Configuration file where the variable is stored.
-.SH AUTHOR
-Ulrich Mueller <ulm@gentoo.org>
-.SH SEE ALSO
-.BR eselect (1),
-.BR environ (7)
-.SH REVISION
-$Id$