From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR43D-000576-Mq for garchives@archives.gentoo.org; Sun, 06 May 2012 16:11:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C5B7E08E0; Sun, 6 May 2012 16:06:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5A575E08A0 for ; Sun, 6 May 2012 16:06:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA25B1B40AE for ; Sun, 6 May 2012 16:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8FBE1E5433 for ; Sun, 6 May 2012 16:06:17 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1331024105.32a33a3dce253b14569fdceaa5eb8aef2fefbe81.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile ctags.eselect ctags.eselect.5 emacs.eselect emacs.eselect.5 X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 32a33a3dce253b14569fdceaa5eb8aef2fefbe81 X-VCS-Branch: eselect-emacs Date: Sun, 6 May 2012 16:06:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f5aa64a8-9675-44c1-8d53-81b79bc67d83 X-Archives-Hash: 69b146d0e46294102ee7b674a4035585 commit: 32a33a3dce253b14569fdceaa5eb8aef2fefbe81 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Tue Mar 6 08:55:05 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Tue Mar 6 08:55:05 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D32a33a3d Update version numbers in examples in man pages. Change man pages and ChangeLog to UTF-8 encoding. Update copyright headers. svn path=3D/eselect-emacs/; revision=3D1724 --- ChangeLog | 101 +++++++++++++++++++++++++++++--------------------= ------ Makefile | 4 +- ctags.eselect | 4 +- ctags.eselect.5 | 11 +++--- emacs.eselect | 4 +- emacs.eselect.5 | 27 ++++++++------- 6 files changed, 79 insertions(+), 72 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ee5854..1b350a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ -2011-12-16 Ulrich Mueller +2012-03-06 Ulrich M=C3=BCller + + * ctags.eselect.5: + * emacs.eselect.5: Update version numbers in examples. + +2011-12-16 Ulrich M=C3=BCller =20 * ctags.eselect (do_list): * emacs.eselect (do_list): Add missing pair of quotes. =20 -2009-12-09 Ulrich Mueller +2009-12-09 Ulrich M=C3=BCller =20 * Version 1.13 released. =20 @@ -11,25 +16,25 @@ (MANPAGELIST_OLD): New variable, move "gfdl" to it. (remove_symlinks): Remove also files listed in MANPAGELIST_OLD. =20 -2009-11-20 Ulrich Mueller +2009-11-20 Ulrich M=C3=BCller =20 * Version 1.12 released. =20 -2009-11-14 Ulrich Mueller +2009-11-14 Ulrich M=C3=BCller =20 * ctags.eselect: * emacs.eselect: Use EROOT and EPREFIX throughout; these variables exist in >=3Deselect-1.2. Remove now unnecessary global variables for directories. See bug 251847. =20 -2009-11-07 Ulrich Mueller +2009-11-07 Ulrich M=C3=BCller =20 * Version 1.11 released. =20 * emacs.eselect (do_list, do_show): * ctags.eselect (do_list): Support brief output mode, bug 292100. =20 -2009-05-07 Ulrich Mueller +2009-05-07 Ulrich M=C3=BCller =20 * Version 1.10 released. =20 @@ -43,11 +48,11 @@ * emacs.eselect (do_show, do_update): "canonicalise" is not necessary since "test -e" resolves symbolic links. =20 -2009-05-02 Ulrich Mueller +2009-05-02 Ulrich M=C3=BCller =20 * Version 1.9 released. =20 -2009-04-20 Ulrich Mueller +2009-04-20 Ulrich M=C3=BCller =20 * ctags.eselect (do_update): Enable pattern matching for the ctags-*emacs* versions, as it was intended from the beginning. @@ -55,7 +60,7 @@ * ctags.eselect: * emacs.eselect: Remove unnecessary quotes and other small fixes. =20 -2009-04-18 Ulrich Mueller +2009-04-18 Ulrich M=C3=BCller =20 * ctags.eselect (do_list): Always output a list header, even if the list of targets is empty. @@ -66,7 +71,7 @@ (do_update): Pass target name instead of number to set_symlinks. (set_symlinks, do_list): Simplify syntax used for array index. =20 -2008-12-21 Ulrich Mueller +2008-12-21 Ulrich M=C3=BCller =20 * Version 1.8 released. =20 @@ -77,14 +82,14 @@ root is not needed but root access rights. (vim_info): Add a smiley to make clear that it is a joke. =20 -2008-12-21 Ulrich Mueller +2008-12-21 Ulrich M=C3=BCller =20 * ctags.eselect (bindir, man1dir): * emacs.eselect (bindir, man1dir, infodir, envdir): New variables for directory names. This will facilitate using this package on Gentoo Prefix, bug 251847. =20 -2008-12-19 Ulrich Mueller +2008-12-19 Ulrich M=C3=BCller =20 * Version 1.7 released. =20 @@ -92,7 +97,7 @@ * emacs.eselect.5: Replace all direct font escapes by man macros. Put two spaces after sentence ends. Minor formatting changes. =20 -2008-12-16 Ulrich Mueller +2008-12-16 Ulrich M=C3=BCller =20 * ctags.eselect (find_targets, do_show, do_list, do_update): * emacs.eselect (do_show, do_list): Use readlink instead of @@ -103,18 +108,18 @@ (do_update): Call set_symlinks with the new option, if no explicit target was found. =20 -2008-12-12 Ulrich Mueller +2008-12-12 Ulrich M=C3=BCller =20 * Version 1.6 released. =20 * emacs.eselect (MANPAGELIST): Add ebrowse man page. =20 -2008-09-14 Ulrich Mueller +2008-09-14 Ulrich M=C3=BCller =20 * emacs.eselect (do_set): Be less verbose: emacs-updater is mentioned in the man page, no need to repeat it here. =20 -2008-08-11 Ulrich Mueller +2008-08-11 Ulrich M=C3=BCller =20 * emacs.eselect (do_set): Move the note (from previous change) to the end of the function. Fix a typo and slightly change wording. @@ -124,20 +129,20 @@ * emacs.eselect.5, emacs.eselect: Add a note about emacs-updater's rebuild functionality in connection with the set action. =20 -2008-05-25 Ulrich Mueller +2008-05-25 Ulrich M=C3=BCller =20 * Version 1.5 released. =20 -2008-05-21 Ulrich Mueller +2008-05-21 Ulrich M=C3=BCller =20 * ctags.eselect (do_update): Call etags from ctags and vice versa. * ctags.eselect.5: Update man page. =20 -2008-05-12 Ulrich Mueller +2008-05-12 Ulrich M=C3=BCller =20 * Version 1.4 released. =20 -2008-05-02 Ulrich Mueller +2008-05-02 Ulrich M=C3=BCller =20 * ctags.eselect (find_targets): Don't return anything for etags if there is no Emacs variant installed. @@ -148,23 +153,23 @@ * ctags.eselect (do_set): Always die if ctags is not a symlink. (do_update): Remove additional test for real file under FreeBSD. =20 -2008-05-01 Ulrich Mueller +2008-05-01 Ulrich M=C3=BCller =20 * Makefile (etags.eselect, etags.eselect.5): New targets. (DISTFILES): Add Makefile to list. =20 -2008-04-30 Ulrich Mueller +2008-04-30 Ulrich M=C3=BCller =20 * ctags.eselect: Generalise for both ctags and etags, suggestion by Hans de Graaff. * emacs.eselect (do_set, do_update): Call etags module. * ctags.eselect.5, emacs.eselect.5: Update man pages. =20 -2007-11-20 Ulrich Mueller +2007-11-20 Ulrich M=C3=BCller =20 * Version 1.3 released. =20 -2007-10-08 Ulrich Mueller +2007-10-08 Ulrich M=C3=BCller =20 * emacs.eselect (do_show, do_list): Previous change commented out. =20 @@ -172,12 +177,12 @@ =20 * emacs.eselect: Warn people that their system is infected by Vi =20 -2007-08-24 Ulrich Mueller +2007-08-24 Ulrich M=C3=BCller =20 * emacs.eselect.5, ctags.eselect.5: Action "show" has no parameters. =20 -2007-08-22 Ulrich Mueller +2007-08-22 Ulrich M=C3=BCller =20 * Version 1.2 released. =20 @@ -186,7 +191,7 @@ * ctags.eselect (do_set, do_update): Handle the FreeBSD case where /usr/bin/ctags is a real file. =20 -2007-08-19 Ulrich Mueller +2007-08-19 Ulrich M=C3=BCller =20 * emacs.eselect.5: Update man page accordingly. =20 @@ -195,16 +200,16 @@ compatibility. (According to the eselect team, hyphens should not be used.) =20 -2007-07-09 Ulrich Mueller +2007-07-09 Ulrich M=C3=BCller =20 * emacs.eselect.5, ctags.eselect.5: Canonical order, section "SEE ALSO" last. =20 -2007-06-29 Ulrich Mueller +2007-06-29 Ulrich M=C3=BCller =20 * Version 1.1 released. =20 -2007-06-22 Ulrich Mueller +2007-06-22 Ulrich M=C3=BCller =20 * Makefile (DISTFILES): Add ctags.eselect and ctags.eselect.5. =20 @@ -218,7 +223,7 @@ * emacs.eselect (do_show, do_list, do_set, do_update): Test for number of parameters. Quote variables correctly. =20 -2007-06-17 Ulrich Mueller +2007-06-17 Ulrich M=C3=BCller =20 * Version 1.0 released. =20 @@ -229,7 +234,7 @@ =20 * Makefile (DISTFILES): Undo previous change. =20 -2007-06-10 Ulrich Mueller +2007-06-10 Ulrich M=C3=BCller =20 * env-emacs.eselect: New file, taken from env.eselect of eselect-1.0.9, extended to support the --no-ldconfig option. @@ -262,7 +267,7 @@ =20 * Makefile: Added a comment. =20 -2007-05-24 Ulrich Mueller +2007-05-24 Ulrich M=C3=BCller =20 * emacs.eselect (xemacs_info): Use write_list_start function. Honour ${ROOT}. @@ -283,27 +288,27 @@ =20 * emacs.eselect.5: Added a note about that behaviour in man page. =20 -2007-04-16 Ulrich Mueller +2007-04-16 Ulrich M=C3=BCller =20 * emacs.eselect.5: Updated e-mail address in man page. =20 -2007-04-04 Ulrich Mueller +2007-04-04 Ulrich M=C3=BCller =20 * Version 0.8 released. =20 -2007-04-01 Ulrich Mueller +2007-04-01 Ulrich M=C3=BCller =20 * emacs.eselect (set_symlinks): Check for range of array and display error message. =20 -2007-03-29 Ulrich Mueller +2007-03-29 Ulrich M=C3=BCller =20 * emacs.eselect.5: Fixed typo and capitalised "Emacs" where appropriate. Added copyright notice. =20 * Version 0.7 released. =20 -2007-03-28 Ulrich Mueller +2007-03-28 Ulrich M=C3=BCller =20 * emacs.eselect.5: Added man page. =20 @@ -311,7 +316,7 @@ =20 * Version 0.6 released. =20 -2007-03-27 Ulrich Mueller +2007-03-27 Ulrich M=C3=BCller =20 * emacs.eselect (set_symlinks): env.eselect seems to be buggy; use env-update instead. @@ -321,11 +326,11 @@ * emacs.eselect (set_symlinks): Call env.eselect to update the environment from env.d files. =20 -2007-03-24 Ulrich Mueller +2007-03-24 Ulrich M=C3=BCller =20 * Version 0.5 released. =20 -2007-03-22 Ulrich Mueller +2007-03-22 Ulrich M=C3=BCller =20 * emacs.eselect: Added some comments. =20 @@ -334,7 +339,7 @@ * emacs.eselect (set_man_symlinks): Handling of compression extensions made more robust. =20 -2007-03-21 Ulrich Mueller +2007-03-21 Ulrich M=C3=BCller =20 * emacs.eselect (set_symlinks, set_bin_symlinks) (set_man_symlinks): Make linking to XEmacs auxiliary programs @@ -344,13 +349,13 @@ =20 * Version 0.3 released. =20 -2007-03-19 Ulrich Mueller +2007-03-19 Ulrich M=C3=BCller =20 * emacs.eselect (set_infopath): Test if Info directory exists. (find_targets, set_symlinks): Use emacs-${SLOT} instead of emacs-emacs-${SLOT} as symlink target. =20 -2007-03-18 Ulrich Mueller +2007-03-18 Ulrich M=C3=BCller =20 * emacs.eselect (set_bin_symlinks, set_symlinks, do_update): If Emacs was not found, link {c,e}tags to XEmacs versions. @@ -360,14 +365,14 @@ =20 * Version 0.2 released. =20 -2007-03-17 Ulrich Mueller +2007-03-17 Ulrich M=C3=BCller =20 * emacs.eselect (do_update): Update to the newest available version. (remove_infopath): New function. (remove_symlinks): Cleanup env.d file in do_update(). =20 -2007-03-16 Ulrich Mueller +2007-03-16 Ulrich M=C3=BCller =20 * emacs.eselect (remove_symlinks, set_man_symlinks): Remove man symlinks with all possible compress extensions. Honour ${ROOT} in @@ -393,6 +398,6 @@ Automatically symlink man pages. Automatically set correct INFOPATH. =20 -Copyright 2007-2011 Gentoo Foundation -Distributed under the terms of the GNU General Public License v2 or late= r +Copyright 2007-2012 Gentoo Foundation +Distributed under the terms of the GNU GPL version 2 or later $Id$ diff --git a/Makefile b/Makefile index 3543fb3..060235c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# Copyright 2007-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or la= ter +# Copyright 2007-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ =20 PN =3D eselect-emacs diff --git a/ctags.eselect b/ctags.eselect index 720ae11..480e1c9 100644 --- a/ctags.eselect +++ b/ctags.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- -# Copyright 2005-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or la= ter +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ # # DOCUMENTATION diff --git a/ctags.eselect.5 b/ctags.eselect.5 index cd541e5..9c9bb18 100644 --- a/ctags.eselect.5 +++ b/ctags.eselect.5 @@ -1,8 +1,9 @@ +.\" -*- coding: utf-8 -*- .\" Copyright 2007-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 or = later +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" -.TH ctags.eselect 5 "May 2009" "Gentoo Linux" eselect +.TH ctags.eselect 5 "March 2012" "Gentoo Linux" eselect .SH NAME ctags.eselect, etags.eselect \- The ctags and etags management module for Gentoo's eselect @@ -40,7 +41,7 @@ List all installed ctags versions. .br Available ctags symlink targets: .br - [1] ctags-emacs-22 * + [1] ctags-emacs-23 * [2] exuberant-ctags .SH ACTION: SET .B eselect ctags set @@ -79,7 +80,7 @@ is given, an existing implementation is not overridden. .br Switching ctags to exuberant-ctags ... .br -Switching etags to etags-emacs-22 ... +Switching etags to etags-emacs-23 ... .SH BUGS Under FreeBSD, .B eselect ctags @@ -93,7 +94,7 @@ does work though.) does not display any valid targets if there is no Emacs variant installed. This is a feature. .SH AUTHOR -Ulrich Mueller +Ulrich M=C3=BCller .SH SEE ALSO .BR eselect (1), .BR emacs.eselect (5) diff --git a/emacs.eselect b/emacs.eselect index fb7ba6c..33f93c8 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -1,6 +1,6 @@ # -*-eselect-*- -# Copyright 2005-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 or la= ter +# Copyright 2005-2012 Gentoo Foundation +# Distributed under the terms of the GNU GPL version 2 or later # $Id$ # # DOCUMENTATION diff --git a/emacs.eselect.5 b/emacs.eselect.5 index 5ce00eb..d6585dc 100644 --- a/emacs.eselect.5 +++ b/emacs.eselect.5 @@ -1,8 +1,9 @@ -.\" Copyright 2007-2011 Gentoo Foundation -.\" Distributed under the terms of the GNU General Public License v2 or = later +.\" -*- coding: utf-8 -*- +.\" Copyright 2007-2012 Gentoo Foundation +.\" Distributed under the terms of the GNU GPL version 2 or later .\" $Id$ .\" -.TH emacs.eselect 5 "April 2009" "Gentoo Linux" eselect +.TH emacs.eselect 5 "March 2012" "Gentoo Linux" eselect .SH NAME emacs.eselect \- The Emacs management module for Gentoo's eselect .SH SYNOPSIS @@ -33,8 +34,8 @@ been found on your system. Available GNU Emacs symlink targets: .br [1] emacs-18 - [2] emacs-21 * - [3] emacs-22 + [2] emacs-23 * + [3] emacs-24 .SH ACTION: SET .B eselect emacs set .I target @@ -50,11 +51,11 @@ to remerge all needed packages. =20 # eselect emacs set 3 .br -Switching emacs to emacs-22 ... +Switching emacs to emacs-24 ... .br -Switching ctags to ctags-emacs-22 ... +Switching ctags to ctags-emacs-24 ... .br -Switching etags to etags-emacs-22 ... +Switching etags to etags-emacs-24 ... .SH ACTION: SHOW .B eselect emacs show .br @@ -64,7 +65,7 @@ Print the currently activated Emacs version. .br Current target of GNU Emacs symlink: .br - emacs-22 + emacs-24 .SH ACTION: UPDATE .B eselect emacs update .RB [ ifunset ] @@ -75,15 +76,15 @@ is given, an existing implementation is not overridde= n. =20 # eselect emacs update .br -Switching emacs to emacs-22 ... +Switching emacs to emacs-24 ... .br -Switching ctags to ctags-emacs-22 ... +Switching ctags to ctags-emacs-24 ... .br -Switching etags to etags-emacs-22 ... +Switching etags to etags-emacs-24 ... .SH AUTHORS Christian Faulhammer .br -Ulrich Mueller +Ulrich M=C3=BCller .SH SEE ALSO .BR eselect (1), .BR ctags.eselect (5)