Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] eselect r600 - in trunk: . man man-other
Date: Thu, 09 Jul 2009 19:36:26
Message-Id: E1MOzPr-0001U9-AX@stork.gentoo.org
1 Author: ulm
2 Date: 2009-07-09 19:36:22 +0000 (Thu, 09 Jul 2009)
3 New Revision: 600
4
5 Added:
6 trunk/man-other/
7 trunk/man-other/blas.eselect.5
8 trunk/man-other/cblas.eselect.5
9 trunk/man-other/ctags.eselect.5
10 trunk/man-other/emacs.eselect.5
11 trunk/man-other/lapack.eselect.5
12 trunk/man-other/opengl.eselect.5
13 trunk/man-other/package-manager.eselect.5
14 Removed:
15 trunk/man/blas.eselect.5
16 trunk/man/cblas.eselect.5
17 trunk/man/ctags.eselect.5
18 trunk/man/emacs.eselect.5
19 trunk/man/lapack.eselect.5
20 trunk/man/opengl.eselect.5
21 trunk/man/package-manager.eselect.5
22 Modified:
23 trunk/ChangeLog
24 Log:
25 New directory man-other, for man pages not distributed with eselect.
26
27 Modified: trunk/ChangeLog
28 ===================================================================
29 --- trunk/ChangeLog 2009-07-09 19:20:30 UTC (rev 599)
30 +++ trunk/ChangeLog 2009-07-09 19:36:22 UTC (rev 600)
31 @@ -1,7 +1,8 @@
32 2009-07-03 Ulrich Mueller <ulm@g.o>
33
34 - * modules-other: New directory. Modules that are distributed with
35 - eselect stay in the modules dir, all others are moved to here.
36 + * modules-other, man-other: New directories. Modules that are
37 + distributed with eselect stay in the modules and man directories,
38 + all others are moved to the new locations.
39 * modules-other/README: New file.
40
41 * modules/news-tng.eselect (do_list, do_read): Ignore all
42
43 Deleted: trunk/man/blas.eselect.5
44 ===================================================================
45 --- trunk/man/blas.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
46 +++ trunk/man/blas.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
47 @@ -1,99 +0,0 @@
48 -.\" Copyright 2006-2009 Gentoo Foundation
49 -.\" Distributed under the terms of the GNU General Public License v2
50 -.\" $Id$
51 -.\"
52 -.TH blas.eselect 5 "May 2009" "Gentoo Linux" eselect
53 -.SH NAME
54 -blas.eselect \- The BLAS management module for Gentoo's eselect
55 -.SH SYNOPSIS
56 -.B eselect blas
57 -.RB [ help | usage | version ]
58 -.br
59 -.B eselect blas list
60 -.RI [ options ]
61 -.br
62 -.B eselect blas add
63 -.br
64 -.B eselect blas set
65 -.I implementation
66 -.RI [ options ]
67 -.br
68 -.B eselect blas show
69 -.RI [ options ]
70 -.SH DESCRIPTION
71 -.B eselect
72 -is Gentoo's configuration and management tool. It features modules
73 -that care for the individual administrative tasks.
74 -.SH ACTION: LIST
75 -.B eselect blas list
76 -.RI [ options ]
77 -.br
78 -Display an ordered list of installed BLAS implementations.
79 -It distinguishes between versions with different Application Binary
80 -Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
81 -between interfaces to high-level programming languages. Each line
82 -holds a number and the implementation's name. An asterisk next to one
83 -of the list elements denotes an active implementation.
84 -
85 -# eselect blas list
86 -.br
87 -Installed BLAS for libdir lib
88 -.br
89 - [1] atlas *
90 - [2] reference
91 -
92 -Possible
93 -.I options
94 -to the
95 -.B list
96 -action are restrictions to handle only certain ABI\-specific library
97 -directories. For example,
98 -
99 -.B eselect blas list lib64
100 -
101 -lists only BLAS implementations found in
102 -.BR /usr/lib64 .
103 -
104 -.SH ACTION: SHOW
105 -.B eselect blas show
106 -.RI [ options ]
107 -.br
108 -Show your system's currently active BLAS implementations.
109 -
110 -# eselect blas show
111 -.br
112 -lib: atlas
113 -.br
114 -lib64: reference
115 -
116 -The same
117 -.I options
118 -that apply to the
119 -.B list
120 -action can be used with the
121 -.B show
122 -action to restrict it to given ABIs.
123 -.SH ACTION: SET
124 -.B eselect blas set
125 -.I implementation
126 -.RI [ options ]
127 -.br
128 -Set your system's currently active BLAS implementations to
129 -.IR implementation .
130 -The same
131 -.I options
132 -that apply to the
133 -.B list
134 -action can be used with the
135 -.B set
136 -action to restrict it to given ABIs.
137 -
138 -# eselect blas set atlas
139 -.SH AUTHOR
140 -Danny van Dyk <kugelfang@g.o>
141 -.br
142 -Donnie Berkholz <dberkholz@g.o>
143 -.SH SEE ALSO
144 -.BR eselect (1)
145 -.SH REVISION
146 -$Id$
147
148 Deleted: trunk/man/cblas.eselect.5
149 ===================================================================
150 --- trunk/man/cblas.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
151 +++ trunk/man/cblas.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
152 @@ -1,99 +0,0 @@
153 -.\" Copyright 2006-2009 Gentoo Foundation
154 -.\" Distributed under the terms of the GNU General Public License v2
155 -.\" $Id$
156 -.\"
157 -.TH cblas.eselect 5 "May 2009" "Gentoo Linux" eselect
158 -.SH NAME
159 -cblas.eselect \- The CBLAS management module for Gentoo's eselect
160 -.SH SYNOPSIS
161 -.B eselect cblas
162 -.RB [ help | usage | version ]
163 -.br
164 -.B eselect cblas list
165 -.RI [ options ]
166 -.br
167 -.B eselect cblas add
168 -.br
169 -.B eselect cblas set
170 -.I implementation
171 -.RI [ options ]
172 -.br
173 -.B eselect cblas show
174 -.RI [ options ]
175 -.SH DESCRIPTION
176 -.B eselect
177 -is Gentoo's configuration and management tool. It features modules
178 -that care for the individual administrative tasks.
179 -.SH ACTION: LIST
180 -.B eselect cblas list
181 -.RI [ options ]
182 -.br
183 -Display an ordered list of installed CBLAS implementations.
184 -It distinguishes between versions with different Application Binary
185 -Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
186 -between interfaces to high-level programming languages. Each line
187 -holds a number and the implementation's name. An asterisk next to one
188 -of the list elements denotes an active implementation.
189 -
190 -# eselect cblas list
191 -.br
192 -Installed CBLAS for libdir lib
193 -.br
194 - [1] atlas *
195 - [2] reference
196 -
197 -Possible
198 -.I options
199 -to the
200 -.B list
201 -action are restrictions to handle only certain ABI\-specific library
202 -directories. For example,
203 -
204 -.B eselect cblas list lib64
205 -
206 -lists only CBLAS implementations found in
207 -.BR /usr/lib64 .
208 -
209 -.SH ACTION: SHOW
210 -.B eselect cblas show
211 -.RI [ options ]
212 -.br
213 -Show your system's currently active CBLAS implementations.
214 -
215 -# eselect cblas show
216 -.br
217 -lib: atlas
218 -.br
219 -lib64: reference
220 -
221 -The same
222 -.I options
223 -that apply to the
224 -.B list
225 -action can be used with the
226 -.B show
227 -action to restrict it to given ABIs.
228 -.SH ACTION: SET
229 -.B eselect cblas set
230 -.I implementation
231 -.RI [ options ]
232 -.br
233 -Set your system's currently active CBLAS implementations to
234 -.IR implementation .
235 -The same
236 -.I options
237 -that apply to the
238 -.B list
239 -action can be used with the
240 -.B set
241 -action to restrict it to given ABIs.
242 -
243 -# eselect cblas set atlas
244 -.SH AUTHOR
245 -Danny van Dyk <kugelfang@g.o>
246 -.br
247 -Donnie Berkholz <dberkholz@g.o>
248 -.SH SEE ALSO
249 -.BR eselect (1)
250 -.SH REVISION
251 -$Id$
252
253 Deleted: trunk/man/ctags.eselect.5
254 ===================================================================
255 --- trunk/man/ctags.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
256 +++ trunk/man/ctags.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
257 @@ -1,101 +0,0 @@
258 -.\" Copyright 2007-2009 Gentoo Foundation
259 -.\" Distributed under the terms of the GNU General Public License v2
260 -.\" $Id$
261 -.\"
262 -.TH ctags.eselect 5 "May 2009" "Gentoo Linux" eselect
263 -.SH NAME
264 -ctags.eselect, etags.eselect \- The ctags and etags management module
265 -for Gentoo's eselect
266 -.SH SYNOPSIS
267 -.B eselect ctags
268 -.RB [ help | usage | version ]
269 -.br
270 -.B eselect ctags list
271 -.br
272 -.B eselect ctags set
273 -.I target
274 -.br
275 -.B eselect ctags show
276 -.br
277 -.B eselect ctags update
278 -.RB [ ifunset ]
279 -.SH DESCRIPTION
280 -.B eselect
281 -is Gentoo's configuration and management tool. It features modules
282 -that care for the individual administrative tasks.
283 -
284 -The
285 -.B ctags
286 -and
287 -.B etags
288 -eselect modules share a common syntax, therefore this man page
289 -collectively refers to them as
290 -.BR ctags .
291 -.SH ACTION: LIST
292 -.B eselect ctags list
293 -.br
294 -List all installed ctags versions.
295 -
296 -# eselect ctags list
297 -.br
298 -Available ctags symlink targets:
299 -.br
300 - [1] ctags-emacs-22 *
301 - [2] exuberant-ctags
302 -.SH ACTION: SET
303 -.B eselect ctags set
304 -.I target
305 -.br
306 -Activate the selected ctags version.
307 -.I target
308 -can be either an identification number given by
309 -.B eselect ctags list
310 -or the name of one installed version.
311 -
312 -# eselect ctags set 2
313 -.br
314 -Switching ctags to exuberant-ctags ...
315 -.SH ACTION: SHOW
316 -.B eselect ctags show
317 -.br
318 -Print the currently activated ctags version.
319 -
320 -# eselect ctags show
321 -.br
322 -Current target of symlink:
323 -.br
324 - exuberant-ctags
325 -.SH ACTION: UPDATE
326 -.B eselect ctags update
327 -.RB [ ifunset ]
328 -.br
329 -Update the ctags symlink. For an update only the version is changed,
330 -but not the provider (i.e. Emacs vs Exuberant). At the moment only
331 -(X)Emacs offers several concurrent versions. If option
332 -.B ifunset
333 -is given, an existing implementation is not overridden.
334 -
335 -# eselect ctags update
336 -.br
337 -Switching ctags to exuberant-ctags ...
338 -.br
339 -Switching etags to etags-emacs-22 ...
340 -.SH BUGS
341 -Under FreeBSD,
342 -.B eselect ctags
343 -does not work since
344 -.B ctags
345 -is a real binary, owned by package freebsd-ubin.
346 -.RB ( "eselect etags"
347 -does work though.)
348 -
349 -.B eselect etags
350 -does not display any valid targets if there is no Emacs variant
351 -installed. This is a feature.
352 -.SH AUTHOR
353 -Ulrich Mueller <ulm@g.o>
354 -.SH SEE ALSO
355 -.BR eselect (1),
356 -.BR emacs.eselect (5)
357 -.SH REVISION
358 -$Id$
359
360 Deleted: trunk/man/emacs.eselect.5
361 ===================================================================
362 --- trunk/man/emacs.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
363 +++ trunk/man/emacs.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
364 @@ -1,91 +0,0 @@
365 -.\" Copyright 2007-2009 Gentoo Foundation
366 -.\" Distributed under the terms of the GNU General Public License v2
367 -.\" $Id$
368 -.\"
369 -.TH emacs.eselect 5 "April 2009" "Gentoo Linux" eselect
370 -.SH NAME
371 -emacs.eselect \- The Emacs management module for Gentoo's eselect
372 -.SH SYNOPSIS
373 -.B eselect emacs
374 -.RB [ help | usage | version ]
375 -.br
376 -.B eselect emacs list
377 -.br
378 -.B eselect emacs set
379 -.I target
380 -.br
381 -.B eselect emacs show
382 -.br
383 -.B eselect emacs update
384 -.RB [ ifunset ]
385 -.SH DESCRIPTION
386 -.B eselect
387 -is Gentoo's configuration and management tool. It features modules
388 -that care for the individual administrative tasks.
389 -.SH ACTION: LIST
390 -.B eselect emacs list
391 -.br
392 -List all installed Emacs versions and even informs you if XEmacs has
393 -been found on your system.
394 -
395 -# eselect emacs list
396 -.br
397 -Available GNU Emacs symlink targets:
398 -.br
399 - [1] emacs-18
400 - [2] emacs-21 *
401 - [3] emacs-22
402 -.SH ACTION: SET
403 -.B eselect emacs set
404 -.I target
405 -.br
406 -Activate the selected Emacs version.
407 -.I target
408 -can be either an identification number given by
409 -.B eselect emacs list
410 -or the name of one installed version. To avoid runtime issues with
411 -incompatible byte-code from the previously selected Emacs version, run
412 -.B emacs-updater -a rebuild
413 -to remerge all needed packages.
414 -
415 -# eselect emacs set 3
416 -.br
417 -Switching emacs to emacs-22 ...
418 -.br
419 -Switching ctags to ctags-emacs-22 ...
420 -.br
421 -Switching etags to etags-emacs-22 ...
422 -.SH ACTION: SHOW
423 -.B eselect emacs show
424 -.br
425 -Print the currently activated Emacs version.
426 -
427 -# eselect emacs show
428 -.br
429 -Current target of GNU Emacs symlink:
430 -.br
431 - emacs-22
432 -.SH ACTION: UPDATE
433 -.B eselect emacs update
434 -.RB [ ifunset ]
435 -.br
436 -Update the emacs symlink to the last available version. If option
437 -.B ifunset
438 -is given, an existing implementation is not overridden.
439 -
440 -# eselect emacs update
441 -.br
442 -Switching emacs to emacs-22 ...
443 -.br
444 -Switching ctags to ctags-emacs-22 ...
445 -.br
446 -Switching etags to etags-emacs-22 ...
447 -.SH AUTHORS
448 -Christian Faulhammer <fauli@g.o>
449 -.br
450 -Ulrich Mueller <ulm@g.o>
451 -.SH SEE ALSO
452 -.BR eselect (1),
453 -.BR ctags.eselect (5)
454 -.SH REVISION
455 -$Id$
456
457 Deleted: trunk/man/lapack.eselect.5
458 ===================================================================
459 --- trunk/man/lapack.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
460 +++ trunk/man/lapack.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
461 @@ -1,99 +0,0 @@
462 -.\" Copyright 2006-2009 Gentoo Foundation
463 -.\" Distributed under the terms of the GNU General Public License v2
464 -.\" $Id$
465 -.\"
466 -.TH lapack.eselect 5 "May 2009" "Gentoo Linux" eselect
467 -.SH NAME
468 -lapack.eselect \- The LAPACK management module for Gentoo's eselect
469 -.SH SYNOPSIS
470 -.B eselect lapack
471 -.RB [ help | usage | version ]
472 -.br
473 -.B eselect lapack list
474 -.RI [ options ]
475 -.br
476 -.B eselect lapack add
477 -.br
478 -.B eselect lapack set
479 -.I implementation
480 -.RI [ options ]
481 -.br
482 -.B eselect lapack show
483 -.RI [ options ]
484 -.SH DESCRIPTION
485 -.B eselect
486 -is Gentoo's configuration and management tool. It features modules
487 -that care for the individual administrative tasks.
488 -.SH ACTION: LIST
489 -.B eselect lapack list
490 -.RI [ options ]
491 -.br
492 -Display an ordered list of installed LAPACK implementations.
493 -It distinguishes between versions with different Application Binary
494 -Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
495 -between interfaces to high-level programming languages. Each line
496 -holds a number and the implementation's name. An asterisk next to one
497 -of the list elements denotes an active implementation.
498 -
499 -# eselect lapack list
500 -.br
501 -Installed LAPACK for libdir lib
502 -.br
503 - [1] atlas *
504 - [2] reference
505 -
506 -Possible
507 -.I options
508 -to the
509 -.B list
510 -action are restrictions to handle only certain ABI\-specific library
511 -directories. For example,
512 -
513 -.B eselect lapack list lib64
514 -
515 -lists only LAPACK implementations found in
516 -.BR /usr/lib64 .
517 -
518 -.SH ACTION: SHOW
519 -.B eselect lapack show
520 -.RI [ options ]
521 -.br
522 -Show your system's currently active LAPACK implementations.
523 -
524 -# eselect lapack show
525 -.br
526 -lib: atlas
527 -.br
528 -lib64: reference
529 -
530 -The same
531 -.I options
532 -that apply to the
533 -.B list
534 -action can be used with the
535 -.B show
536 -action to restrict it to given ABIs.
537 -.SH ACTION: SET
538 -.B eselect lapack set
539 -.I implementation
540 -.RI [ options ]
541 -.br
542 -Set your system's currently active LAPACK implementations to
543 -.IR implementation .
544 -The same
545 -.I options
546 -that apply to the
547 -.B list
548 -action can be used with the
549 -.B set
550 -action to restrict it to given ABIs.
551 -
552 -# eselect lapack set atlas
553 -.SH AUTHOR
554 -Danny van Dyk <kugelfang@g.o>
555 -.br
556 -Donnie Berkholz <dberkholz@g.o>
557 -.SH SEE ALSO
558 -.BR eselect (1)
559 -.SH REVISION
560 -$Id$
561
562 Deleted: trunk/man/opengl.eselect.5
563 ===================================================================
564 --- trunk/man/opengl.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
565 +++ trunk/man/opengl.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
566 @@ -1,76 +0,0 @@
567 -.\" Copyright 2005-2009 Gentoo Foundation
568 -.\" Distributed under the terms of the GNU General Public License v2
569 -.\" $Id$
570 -.\"
571 -.TH opengl.eselect 5 "April 2009" "Gentoo Linux" eselect
572 -.SH NAME
573 -opengl.eselect \- The OpenGL management module for Gentoo's eselect
574 -.SH SYNOPSIS
575 -.B eselect opengl
576 -.RB [ help | usage | version ]
577 -.br
578 -.B eselect opengl list
579 -.br
580 -.B eselect opengl set
581 -.RI [ options ]
582 -.I implementation
583 -.br
584 -.B eselect opengl show
585 -.SH DESCRIPTION
586 -.B eselect
587 -is Gentoo's configuration and management tool. It features modules
588 -that care for the individual administrative tasks.
589 -.SH ACTION: LIST
590 -.B eselect opengl list
591 -.br
592 -Display a numbered list of all available OpenGL implementations.
593 -The currently actived implementation is highlighted by a '*'.
594 -
595 -# eselect opengl list
596 -.br
597 -Available OpenGL implementations:
598 - [1] ati *
599 - [2] xfree
600 - [3] xorg\-x11
601 -.SH ACTION: SHOW
602 -.B eselect opengl show
603 -.br
604 -Show your system's currently active OpenGL implementation.
605 -
606 -# eselect opengl show
607 -.br
608 -ati
609 -.SH ACTION: SET
610 -.B eselect opengl set
611 -.RI [ options ]
612 -.I implementation
613 -.br
614 -Set your system's currently active OpenGL implementation to
615 -.IR implementation .
616 -.br
617 -Extra options:
618 -.TP
619 -.B \-\-use\-old
620 -If an implementation is already set, use that one.
621 -.TP
622 -.BI \-\-prefix =value
623 -Set the source prefix to
624 -.I value
625 -(defaults to
626 -.BR /usr ).
627 -.TP
628 -.BI \-\-dst\-prefix =value
629 -Set the destination prefix to
630 -.I value
631 -(defaults to
632 -.BR /usr ).
633 -.TP
634 -.B \-\-impl\-headers
635 -Use headers provided by this implementation to override golbal ones
636 -provided by opengl\-update. This was default in <opengl\-update\-2.2.
637 -.SH AUTHOR
638 -Danny van Dyk <kugelfang@g.o>
639 -.SH SEE ALSO
640 -.BR eselect (1)
641 -.SH REVISION
642 -$Id$
643
644 Deleted: trunk/man/package-manager.eselect.5
645 ===================================================================
646 --- trunk/man/package-manager.eselect.5 2009-07-09 19:20:30 UTC (rev 599)
647 +++ trunk/man/package-manager.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
648 @@ -1,83 +0,0 @@
649 -.\" Copyright 2009 Gentoo Foundation
650 -.\" Distributed under the terms of the GNU General Public License v2
651 -.\" $Id$
652 -.\"
653 -.TH package-manager.eselect 5 "June 2009" "Gentoo Linux" eselect
654 -.SH NAME
655 -package-manager.eselect \- The PACKAGE_MANAGER management module for
656 -Gentoo's eselect
657 -.SH SYNOPSIS
658 -.B eselect package-manager
659 -.RB [ help | usage | version ]
660 -.br
661 -.B eselect package-manager list
662 -.br
663 -.B eselect package-manager set
664 -.I target
665 -.br
666 -.B eselect package-manager show
667 -.br
668 -.B eselect package-manager update
669 -.SH DESCRIPTION
670 -.B eselect
671 -is Gentoo's configuration and management tool. It features modules
672 -that care for the individual administrative tasks.
673 -.SH ACTION: LIST
674 -.B eselect package-manager list
675 -.br
676 -List available targets for the
677 -.I PACKAGE_MANAGER
678 -variable.
679 -
680 -# eselect package-manager list
681 -.br
682 -Available targets for the PACKAGE_MANAGER variable:
683 -.br
684 - [1] portage
685 - [2] pkgcore
686 -.SH ACTION: SET
687 -.B eselect package-manager set
688 -.I target
689 -.br
690 -Set the
691 -.I PACKAGE-MANAGER
692 -variable in the system profile.
693 -.I target
694 -can be either an identification number given by
695 -.B eselect package-manager list
696 -or the corresponding package manager's name.
697 -
698 -# eselect package-manager set pkgcore
699 -.br
700 -Setting PACKAGE_MANAGER to pkgcore ...
701 -.br
702 -Run "source /etc/profile" to update the variable in your shell.
703 -.SH ACTION: SHOW
704 -.B eselect package-manager show
705 -.br
706 -Show the value of the
707 -.I PACKAGE_MANAGER
708 -variable in the system profile.
709 -
710 -# eselect package-manager show
711 -.br
712 -PACKAGE_MANAGER variable in profile:
713 -.br
714 - pkgcore
715 -.SH ACTION: UPDATE
716 -.B eselect package-manager update
717 -.br
718 -Update the
719 -.I PACKAGE_MANAGER
720 -variable if it is unset or invalid.
721 -.SH FILES
722 -.TP
723 -.B /etc/env.d/50package-manager
724 -Configuration file where the variable is stored.
725 -.SH AUTHOR
726 -Ulrich Mueller <ulm@g.o>
727 -.SH SEE ALSO
728 -.BR eselect (1),
729 -.BR environ (7)
730 -.SH REVISION
731 -$Id$
732
733 Copied: trunk/man-other/blas.eselect.5 (from rev 597, trunk/man/blas.eselect.5)
734 ===================================================================
735 --- trunk/man-other/blas.eselect.5 (rev 0)
736 +++ trunk/man-other/blas.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
737 @@ -0,0 +1,99 @@
738 +.\" Copyright 2006-2009 Gentoo Foundation
739 +.\" Distributed under the terms of the GNU General Public License v2
740 +.\" $Id$
741 +.\"
742 +.TH blas.eselect 5 "May 2009" "Gentoo Linux" eselect
743 +.SH NAME
744 +blas.eselect \- The BLAS management module for Gentoo's eselect
745 +.SH SYNOPSIS
746 +.B eselect blas
747 +.RB [ help | usage | version ]
748 +.br
749 +.B eselect blas list
750 +.RI [ options ]
751 +.br
752 +.B eselect blas add
753 +.br
754 +.B eselect blas set
755 +.I implementation
756 +.RI [ options ]
757 +.br
758 +.B eselect blas show
759 +.RI [ options ]
760 +.SH DESCRIPTION
761 +.B eselect
762 +is Gentoo's configuration and management tool. It features modules
763 +that care for the individual administrative tasks.
764 +.SH ACTION: LIST
765 +.B eselect blas list
766 +.RI [ options ]
767 +.br
768 +Display an ordered list of installed BLAS implementations.
769 +It distinguishes between versions with different Application Binary
770 +Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
771 +between interfaces to high-level programming languages. Each line
772 +holds a number and the implementation's name. An asterisk next to one
773 +of the list elements denotes an active implementation.
774 +
775 +# eselect blas list
776 +.br
777 +Installed BLAS for libdir lib
778 +.br
779 + [1] atlas *
780 + [2] reference
781 +
782 +Possible
783 +.I options
784 +to the
785 +.B list
786 +action are restrictions to handle only certain ABI\-specific library
787 +directories. For example,
788 +
789 +.B eselect blas list lib64
790 +
791 +lists only BLAS implementations found in
792 +.BR /usr/lib64 .
793 +
794 +.SH ACTION: SHOW
795 +.B eselect blas show
796 +.RI [ options ]
797 +.br
798 +Show your system's currently active BLAS implementations.
799 +
800 +# eselect blas show
801 +.br
802 +lib: atlas
803 +.br
804 +lib64: reference
805 +
806 +The same
807 +.I options
808 +that apply to the
809 +.B list
810 +action can be used with the
811 +.B show
812 +action to restrict it to given ABIs.
813 +.SH ACTION: SET
814 +.B eselect blas set
815 +.I implementation
816 +.RI [ options ]
817 +.br
818 +Set your system's currently active BLAS implementations to
819 +.IR implementation .
820 +The same
821 +.I options
822 +that apply to the
823 +.B list
824 +action can be used with the
825 +.B set
826 +action to restrict it to given ABIs.
827 +
828 +# eselect blas set atlas
829 +.SH AUTHOR
830 +Danny van Dyk <kugelfang@g.o>
831 +.br
832 +Donnie Berkholz <dberkholz@g.o>
833 +.SH SEE ALSO
834 +.BR eselect (1)
835 +.SH REVISION
836 +$Id$
837
838 Copied: trunk/man-other/cblas.eselect.5 (from rev 597, trunk/man/cblas.eselect.5)
839 ===================================================================
840 --- trunk/man-other/cblas.eselect.5 (rev 0)
841 +++ trunk/man-other/cblas.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
842 @@ -0,0 +1,99 @@
843 +.\" Copyright 2006-2009 Gentoo Foundation
844 +.\" Distributed under the terms of the GNU General Public License v2
845 +.\" $Id$
846 +.\"
847 +.TH cblas.eselect 5 "May 2009" "Gentoo Linux" eselect
848 +.SH NAME
849 +cblas.eselect \- The CBLAS management module for Gentoo's eselect
850 +.SH SYNOPSIS
851 +.B eselect cblas
852 +.RB [ help | usage | version ]
853 +.br
854 +.B eselect cblas list
855 +.RI [ options ]
856 +.br
857 +.B eselect cblas add
858 +.br
859 +.B eselect cblas set
860 +.I implementation
861 +.RI [ options ]
862 +.br
863 +.B eselect cblas show
864 +.RI [ options ]
865 +.SH DESCRIPTION
866 +.B eselect
867 +is Gentoo's configuration and management tool. It features modules
868 +that care for the individual administrative tasks.
869 +.SH ACTION: LIST
870 +.B eselect cblas list
871 +.RI [ options ]
872 +.br
873 +Display an ordered list of installed CBLAS implementations.
874 +It distinguishes between versions with different Application Binary
875 +Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
876 +between interfaces to high-level programming languages. Each line
877 +holds a number and the implementation's name. An asterisk next to one
878 +of the list elements denotes an active implementation.
879 +
880 +# eselect cblas list
881 +.br
882 +Installed CBLAS for libdir lib
883 +.br
884 + [1] atlas *
885 + [2] reference
886 +
887 +Possible
888 +.I options
889 +to the
890 +.B list
891 +action are restrictions to handle only certain ABI\-specific library
892 +directories. For example,
893 +
894 +.B eselect cblas list lib64
895 +
896 +lists only CBLAS implementations found in
897 +.BR /usr/lib64 .
898 +
899 +.SH ACTION: SHOW
900 +.B eselect cblas show
901 +.RI [ options ]
902 +.br
903 +Show your system's currently active CBLAS implementations.
904 +
905 +# eselect cblas show
906 +.br
907 +lib: atlas
908 +.br
909 +lib64: reference
910 +
911 +The same
912 +.I options
913 +that apply to the
914 +.B list
915 +action can be used with the
916 +.B show
917 +action to restrict it to given ABIs.
918 +.SH ACTION: SET
919 +.B eselect cblas set
920 +.I implementation
921 +.RI [ options ]
922 +.br
923 +Set your system's currently active CBLAS implementations to
924 +.IR implementation .
925 +The same
926 +.I options
927 +that apply to the
928 +.B list
929 +action can be used with the
930 +.B set
931 +action to restrict it to given ABIs.
932 +
933 +# eselect cblas set atlas
934 +.SH AUTHOR
935 +Danny van Dyk <kugelfang@g.o>
936 +.br
937 +Donnie Berkholz <dberkholz@g.o>
938 +.SH SEE ALSO
939 +.BR eselect (1)
940 +.SH REVISION
941 +$Id$
942
943 Copied: trunk/man-other/ctags.eselect.5 (from rev 597, trunk/man/ctags.eselect.5)
944 ===================================================================
945 --- trunk/man-other/ctags.eselect.5 (rev 0)
946 +++ trunk/man-other/ctags.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
947 @@ -0,0 +1,101 @@
948 +.\" Copyright 2007-2009 Gentoo Foundation
949 +.\" Distributed under the terms of the GNU General Public License v2
950 +.\" $Id$
951 +.\"
952 +.TH ctags.eselect 5 "May 2009" "Gentoo Linux" eselect
953 +.SH NAME
954 +ctags.eselect, etags.eselect \- The ctags and etags management module
955 +for Gentoo's eselect
956 +.SH SYNOPSIS
957 +.B eselect ctags
958 +.RB [ help | usage | version ]
959 +.br
960 +.B eselect ctags list
961 +.br
962 +.B eselect ctags set
963 +.I target
964 +.br
965 +.B eselect ctags show
966 +.br
967 +.B eselect ctags update
968 +.RB [ ifunset ]
969 +.SH DESCRIPTION
970 +.B eselect
971 +is Gentoo's configuration and management tool. It features modules
972 +that care for the individual administrative tasks.
973 +
974 +The
975 +.B ctags
976 +and
977 +.B etags
978 +eselect modules share a common syntax, therefore this man page
979 +collectively refers to them as
980 +.BR ctags .
981 +.SH ACTION: LIST
982 +.B eselect ctags list
983 +.br
984 +List all installed ctags versions.
985 +
986 +# eselect ctags list
987 +.br
988 +Available ctags symlink targets:
989 +.br
990 + [1] ctags-emacs-22 *
991 + [2] exuberant-ctags
992 +.SH ACTION: SET
993 +.B eselect ctags set
994 +.I target
995 +.br
996 +Activate the selected ctags version.
997 +.I target
998 +can be either an identification number given by
999 +.B eselect ctags list
1000 +or the name of one installed version.
1001 +
1002 +# eselect ctags set 2
1003 +.br
1004 +Switching ctags to exuberant-ctags ...
1005 +.SH ACTION: SHOW
1006 +.B eselect ctags show
1007 +.br
1008 +Print the currently activated ctags version.
1009 +
1010 +# eselect ctags show
1011 +.br
1012 +Current target of symlink:
1013 +.br
1014 + exuberant-ctags
1015 +.SH ACTION: UPDATE
1016 +.B eselect ctags update
1017 +.RB [ ifunset ]
1018 +.br
1019 +Update the ctags symlink. For an update only the version is changed,
1020 +but not the provider (i.e. Emacs vs Exuberant). At the moment only
1021 +(X)Emacs offers several concurrent versions. If option
1022 +.B ifunset
1023 +is given, an existing implementation is not overridden.
1024 +
1025 +# eselect ctags update
1026 +.br
1027 +Switching ctags to exuberant-ctags ...
1028 +.br
1029 +Switching etags to etags-emacs-22 ...
1030 +.SH BUGS
1031 +Under FreeBSD,
1032 +.B eselect ctags
1033 +does not work since
1034 +.B ctags
1035 +is a real binary, owned by package freebsd-ubin.
1036 +.RB ( "eselect etags"
1037 +does work though.)
1038 +
1039 +.B eselect etags
1040 +does not display any valid targets if there is no Emacs variant
1041 +installed. This is a feature.
1042 +.SH AUTHOR
1043 +Ulrich Mueller <ulm@g.o>
1044 +.SH SEE ALSO
1045 +.BR eselect (1),
1046 +.BR emacs.eselect (5)
1047 +.SH REVISION
1048 +$Id$
1049
1050 Copied: trunk/man-other/emacs.eselect.5 (from rev 597, trunk/man/emacs.eselect.5)
1051 ===================================================================
1052 --- trunk/man-other/emacs.eselect.5 (rev 0)
1053 +++ trunk/man-other/emacs.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
1054 @@ -0,0 +1,91 @@
1055 +.\" Copyright 2007-2009 Gentoo Foundation
1056 +.\" Distributed under the terms of the GNU General Public License v2
1057 +.\" $Id$
1058 +.\"
1059 +.TH emacs.eselect 5 "April 2009" "Gentoo Linux" eselect
1060 +.SH NAME
1061 +emacs.eselect \- The Emacs management module for Gentoo's eselect
1062 +.SH SYNOPSIS
1063 +.B eselect emacs
1064 +.RB [ help | usage | version ]
1065 +.br
1066 +.B eselect emacs list
1067 +.br
1068 +.B eselect emacs set
1069 +.I target
1070 +.br
1071 +.B eselect emacs show
1072 +.br
1073 +.B eselect emacs update
1074 +.RB [ ifunset ]
1075 +.SH DESCRIPTION
1076 +.B eselect
1077 +is Gentoo's configuration and management tool. It features modules
1078 +that care for the individual administrative tasks.
1079 +.SH ACTION: LIST
1080 +.B eselect emacs list
1081 +.br
1082 +List all installed Emacs versions and even informs you if XEmacs has
1083 +been found on your system.
1084 +
1085 +# eselect emacs list
1086 +.br
1087 +Available GNU Emacs symlink targets:
1088 +.br
1089 + [1] emacs-18
1090 + [2] emacs-21 *
1091 + [3] emacs-22
1092 +.SH ACTION: SET
1093 +.B eselect emacs set
1094 +.I target
1095 +.br
1096 +Activate the selected Emacs version.
1097 +.I target
1098 +can be either an identification number given by
1099 +.B eselect emacs list
1100 +or the name of one installed version. To avoid runtime issues with
1101 +incompatible byte-code from the previously selected Emacs version, run
1102 +.B emacs-updater -a rebuild
1103 +to remerge all needed packages.
1104 +
1105 +# eselect emacs set 3
1106 +.br
1107 +Switching emacs to emacs-22 ...
1108 +.br
1109 +Switching ctags to ctags-emacs-22 ...
1110 +.br
1111 +Switching etags to etags-emacs-22 ...
1112 +.SH ACTION: SHOW
1113 +.B eselect emacs show
1114 +.br
1115 +Print the currently activated Emacs version.
1116 +
1117 +# eselect emacs show
1118 +.br
1119 +Current target of GNU Emacs symlink:
1120 +.br
1121 + emacs-22
1122 +.SH ACTION: UPDATE
1123 +.B eselect emacs update
1124 +.RB [ ifunset ]
1125 +.br
1126 +Update the emacs symlink to the last available version. If option
1127 +.B ifunset
1128 +is given, an existing implementation is not overridden.
1129 +
1130 +# eselect emacs update
1131 +.br
1132 +Switching emacs to emacs-22 ...
1133 +.br
1134 +Switching ctags to ctags-emacs-22 ...
1135 +.br
1136 +Switching etags to etags-emacs-22 ...
1137 +.SH AUTHORS
1138 +Christian Faulhammer <fauli@g.o>
1139 +.br
1140 +Ulrich Mueller <ulm@g.o>
1141 +.SH SEE ALSO
1142 +.BR eselect (1),
1143 +.BR ctags.eselect (5)
1144 +.SH REVISION
1145 +$Id$
1146
1147 Copied: trunk/man-other/lapack.eselect.5 (from rev 597, trunk/man/lapack.eselect.5)
1148 ===================================================================
1149 --- trunk/man-other/lapack.eselect.5 (rev 0)
1150 +++ trunk/man-other/lapack.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
1151 @@ -0,0 +1,99 @@
1152 +.\" Copyright 2006-2009 Gentoo Foundation
1153 +.\" Distributed under the terms of the GNU General Public License v2
1154 +.\" $Id$
1155 +.\"
1156 +.TH lapack.eselect 5 "May 2009" "Gentoo Linux" eselect
1157 +.SH NAME
1158 +lapack.eselect \- The LAPACK management module for Gentoo's eselect
1159 +.SH SYNOPSIS
1160 +.B eselect lapack
1161 +.RB [ help | usage | version ]
1162 +.br
1163 +.B eselect lapack list
1164 +.RI [ options ]
1165 +.br
1166 +.B eselect lapack add
1167 +.br
1168 +.B eselect lapack set
1169 +.I implementation
1170 +.RI [ options ]
1171 +.br
1172 +.B eselect lapack show
1173 +.RI [ options ]
1174 +.SH DESCRIPTION
1175 +.B eselect
1176 +is Gentoo's configuration and management tool. It features modules
1177 +that care for the individual administrative tasks.
1178 +.SH ACTION: LIST
1179 +.B eselect lapack list
1180 +.RI [ options ]
1181 +.br
1182 +Display an ordered list of installed LAPACK implementations.
1183 +It distinguishes between versions with different Application Binary
1184 +Interfaces (e.g. x86/AMD64). Furthermore, it also distinguishes
1185 +between interfaces to high-level programming languages. Each line
1186 +holds a number and the implementation's name. An asterisk next to one
1187 +of the list elements denotes an active implementation.
1188 +
1189 +# eselect lapack list
1190 +.br
1191 +Installed LAPACK for libdir lib
1192 +.br
1193 + [1] atlas *
1194 + [2] reference
1195 +
1196 +Possible
1197 +.I options
1198 +to the
1199 +.B list
1200 +action are restrictions to handle only certain ABI\-specific library
1201 +directories. For example,
1202 +
1203 +.B eselect lapack list lib64
1204 +
1205 +lists only LAPACK implementations found in
1206 +.BR /usr/lib64 .
1207 +
1208 +.SH ACTION: SHOW
1209 +.B eselect lapack show
1210 +.RI [ options ]
1211 +.br
1212 +Show your system's currently active LAPACK implementations.
1213 +
1214 +# eselect lapack show
1215 +.br
1216 +lib: atlas
1217 +.br
1218 +lib64: reference
1219 +
1220 +The same
1221 +.I options
1222 +that apply to the
1223 +.B list
1224 +action can be used with the
1225 +.B show
1226 +action to restrict it to given ABIs.
1227 +.SH ACTION: SET
1228 +.B eselect lapack set
1229 +.I implementation
1230 +.RI [ options ]
1231 +.br
1232 +Set your system's currently active LAPACK implementations to
1233 +.IR implementation .
1234 +The same
1235 +.I options
1236 +that apply to the
1237 +.B list
1238 +action can be used with the
1239 +.B set
1240 +action to restrict it to given ABIs.
1241 +
1242 +# eselect lapack set atlas
1243 +.SH AUTHOR
1244 +Danny van Dyk <kugelfang@g.o>
1245 +.br
1246 +Donnie Berkholz <dberkholz@g.o>
1247 +.SH SEE ALSO
1248 +.BR eselect (1)
1249 +.SH REVISION
1250 +$Id$
1251
1252 Copied: trunk/man-other/opengl.eselect.5 (from rev 597, trunk/man/opengl.eselect.5)
1253 ===================================================================
1254 --- trunk/man-other/opengl.eselect.5 (rev 0)
1255 +++ trunk/man-other/opengl.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
1256 @@ -0,0 +1,76 @@
1257 +.\" Copyright 2005-2009 Gentoo Foundation
1258 +.\" Distributed under the terms of the GNU General Public License v2
1259 +.\" $Id$
1260 +.\"
1261 +.TH opengl.eselect 5 "April 2009" "Gentoo Linux" eselect
1262 +.SH NAME
1263 +opengl.eselect \- The OpenGL management module for Gentoo's eselect
1264 +.SH SYNOPSIS
1265 +.B eselect opengl
1266 +.RB [ help | usage | version ]
1267 +.br
1268 +.B eselect opengl list
1269 +.br
1270 +.B eselect opengl set
1271 +.RI [ options ]
1272 +.I implementation
1273 +.br
1274 +.B eselect opengl show
1275 +.SH DESCRIPTION
1276 +.B eselect
1277 +is Gentoo's configuration and management tool. It features modules
1278 +that care for the individual administrative tasks.
1279 +.SH ACTION: LIST
1280 +.B eselect opengl list
1281 +.br
1282 +Display a numbered list of all available OpenGL implementations.
1283 +The currently actived implementation is highlighted by a '*'.
1284 +
1285 +# eselect opengl list
1286 +.br
1287 +Available OpenGL implementations:
1288 + [1] ati *
1289 + [2] xfree
1290 + [3] xorg\-x11
1291 +.SH ACTION: SHOW
1292 +.B eselect opengl show
1293 +.br
1294 +Show your system's currently active OpenGL implementation.
1295 +
1296 +# eselect opengl show
1297 +.br
1298 +ati
1299 +.SH ACTION: SET
1300 +.B eselect opengl set
1301 +.RI [ options ]
1302 +.I implementation
1303 +.br
1304 +Set your system's currently active OpenGL implementation to
1305 +.IR implementation .
1306 +.br
1307 +Extra options:
1308 +.TP
1309 +.B \-\-use\-old
1310 +If an implementation is already set, use that one.
1311 +.TP
1312 +.BI \-\-prefix =value
1313 +Set the source prefix to
1314 +.I value
1315 +(defaults to
1316 +.BR /usr ).
1317 +.TP
1318 +.BI \-\-dst\-prefix =value
1319 +Set the destination prefix to
1320 +.I value
1321 +(defaults to
1322 +.BR /usr ).
1323 +.TP
1324 +.B \-\-impl\-headers
1325 +Use headers provided by this implementation to override golbal ones
1326 +provided by opengl\-update. This was default in <opengl\-update\-2.2.
1327 +.SH AUTHOR
1328 +Danny van Dyk <kugelfang@g.o>
1329 +.SH SEE ALSO
1330 +.BR eselect (1)
1331 +.SH REVISION
1332 +$Id$
1333
1334 Copied: trunk/man-other/package-manager.eselect.5 (from rev 597, trunk/man/package-manager.eselect.5)
1335 ===================================================================
1336 --- trunk/man-other/package-manager.eselect.5 (rev 0)
1337 +++ trunk/man-other/package-manager.eselect.5 2009-07-09 19:36:22 UTC (rev 600)
1338 @@ -0,0 +1,83 @@
1339 +.\" Copyright 2009 Gentoo Foundation
1340 +.\" Distributed under the terms of the GNU General Public License v2
1341 +.\" $Id$
1342 +.\"
1343 +.TH package-manager.eselect 5 "June 2009" "Gentoo Linux" eselect
1344 +.SH NAME
1345 +package-manager.eselect \- The PACKAGE_MANAGER management module for
1346 +Gentoo's eselect
1347 +.SH SYNOPSIS
1348 +.B eselect package-manager
1349 +.RB [ help | usage | version ]
1350 +.br
1351 +.B eselect package-manager list
1352 +.br
1353 +.B eselect package-manager set
1354 +.I target
1355 +.br
1356 +.B eselect package-manager show
1357 +.br
1358 +.B eselect package-manager update
1359 +.SH DESCRIPTION
1360 +.B eselect
1361 +is Gentoo's configuration and management tool. It features modules
1362 +that care for the individual administrative tasks.
1363 +.SH ACTION: LIST
1364 +.B eselect package-manager list
1365 +.br
1366 +List available targets for the
1367 +.I PACKAGE_MANAGER
1368 +variable.
1369 +
1370 +# eselect package-manager list
1371 +.br
1372 +Available targets for the PACKAGE_MANAGER variable:
1373 +.br
1374 + [1] portage
1375 + [2] pkgcore
1376 +.SH ACTION: SET
1377 +.B eselect package-manager set
1378 +.I target
1379 +.br
1380 +Set the
1381 +.I PACKAGE-MANAGER
1382 +variable in the system profile.
1383 +.I target
1384 +can be either an identification number given by
1385 +.B eselect package-manager list
1386 +or the corresponding package manager's name.
1387 +
1388 +# eselect package-manager set pkgcore
1389 +.br
1390 +Setting PACKAGE_MANAGER to pkgcore ...
1391 +.br
1392 +Run "source /etc/profile" to update the variable in your shell.
1393 +.SH ACTION: SHOW
1394 +.B eselect package-manager show
1395 +.br
1396 +Show the value of the
1397 +.I PACKAGE_MANAGER
1398 +variable in the system profile.
1399 +
1400 +# eselect package-manager show
1401 +.br
1402 +PACKAGE_MANAGER variable in profile:
1403 +.br
1404 + pkgcore
1405 +.SH ACTION: UPDATE
1406 +.B eselect package-manager update
1407 +.br
1408 +Update the
1409 +.I PACKAGE_MANAGER
1410 +variable if it is unset or invalid.
1411 +.SH FILES
1412 +.TP
1413 +.B /etc/env.d/50package-manager
1414 +Configuration file where the variable is stored.
1415 +.SH AUTHOR
1416 +Ulrich Mueller <ulm@g.o>
1417 +.SH SEE ALSO
1418 +.BR eselect (1),
1419 +.BR environ (7)
1420 +.SH REVISION
1421 +$Id$