public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: /
Date: Sun,  6 May 2012 16:06:17 +0000 (UTC)	[thread overview]
Message-ID: <1331024105.32a33a3dce253b14569fdceaa5eb8aef2fefbe81.sping@gentoo> (raw)

commit:     32a33a3dce253b14569fdceaa5eb8aef2fefbe81
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  6 08:55:05 2012 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue Mar  6 08:55:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=32a33a3d

Update version numbers in examples in man pages.
Change man pages and ChangeLog to UTF-8 encoding.
Update copyright headers.

svn path=/eselect-emacs/; revision=1724

---
 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  <ulm@gentoo.org>
+2012-03-06  Ulrich Müller  <ulm@gentoo.org>
+
+	* ctags.eselect.5:
+	* emacs.eselect.5: Update version numbers in examples.
+
+2011-12-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* ctags.eselect (do_list):
 	* emacs.eselect (do_list): Add missing pair of quotes.
 
-2009-12-09  Ulrich Mueller  <ulm@gentoo.org>
+2009-12-09  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.13 released.
 
@@ -11,25 +16,25 @@
 	(MANPAGELIST_OLD): New variable, move "gfdl" to it.
 	(remove_symlinks): Remove also files listed in MANPAGELIST_OLD.
 
-2009-11-20  Ulrich Mueller  <ulm@gentoo.org>
+2009-11-20  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.12 released.
 
-2009-11-14  Ulrich Mueller  <ulm@gentoo.org>
+2009-11-14  Ulrich Müller  <ulm@gentoo.org>
 
 	* ctags.eselect:
 	* emacs.eselect: Use EROOT and EPREFIX throughout; these variables
 	exist in >=eselect-1.2. Remove now unnecessary global variables
 	for directories. See bug 251847.
 
-2009-11-07  Ulrich Mueller  <ulm@gentoo.org>
+2009-11-07  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.11 released.
 
 	* emacs.eselect (do_list, do_show):
 	* ctags.eselect (do_list): Support brief output mode, bug 292100.
 
-2009-05-07  Ulrich Mueller  <ulm@gentoo.org>
+2009-05-07  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.10 released.
 
@@ -43,11 +48,11 @@
 	* emacs.eselect (do_show, do_update): "canonicalise" is not
 	necessary since "test -e" resolves symbolic links.
 
-2009-05-02  Ulrich Mueller  <ulm@gentoo.org>
+2009-05-02  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.9 released.
 
-2009-04-20  Ulrich Mueller  <ulm@gentoo.org>
+2009-04-20  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2009-04-18  Ulrich Mueller  <ulm@gentoo.org>
+2009-04-18  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2008-12-21  Ulrich Mueller  <ulm@gentoo.org>
+2008-12-21  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.8 released.
 
@@ -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.
 
-2008-12-21  Ulrich Mueller  <ulm@gentoo.org>
+2008-12-21  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2008-12-19  Ulrich Mueller  <ulm@gentoo.org>
+2008-12-19  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.7 released.
 
@@ -92,7 +97,7 @@
 	* emacs.eselect.5: Replace all direct font escapes by man macros.
 	Put two spaces after sentence ends. Minor formatting changes.
 
-2008-12-16  Ulrich Mueller  <ulm@gentoo.org>
+2008-12-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2008-12-12  Ulrich Mueller  <ulm@gentoo.org>
+2008-12-12  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.6 released.
 
 	* emacs.eselect (MANPAGELIST): Add ebrowse man page.
 
-2008-09-14  Ulrich Mueller  <ulm@gentoo.org>
+2008-09-14  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (do_set): Be less verbose: emacs-updater is
 	mentioned in the man page, no need to repeat it here.
 
-2008-08-11  Ulrich Mueller  <ulm@gentoo.org>
+2008-08-11  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2008-05-25  Ulrich Mueller  <ulm@gentoo.org>
+2008-05-25  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.5 released.
 
-2008-05-21  Ulrich Mueller  <ulm@gentoo.org>
+2008-05-21  Ulrich Müller  <ulm@gentoo.org>
 
 	* ctags.eselect (do_update): Call etags from ctags and vice versa.
 	* ctags.eselect.5: Update man page.
 
-2008-05-12  Ulrich Mueller  <ulm@gentoo.org>
+2008-05-12  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.4 released.
 
-2008-05-02  Ulrich Mueller  <ulm@gentoo.org>
+2008-05-02  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2008-05-01  Ulrich Mueller  <ulm@gentoo.org>
+2008-05-01  Ulrich Müller  <ulm@gentoo.org>
 
 	* Makefile (etags.eselect, etags.eselect.5): New targets.
 	(DISTFILES): Add Makefile to list.
 
-2008-04-30  Ulrich Mueller  <ulm@gentoo.org>
+2008-04-30  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2007-11-20  Ulrich Mueller  <ulm@gentoo.org>
+2007-11-20  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.3 released.
 
-2007-10-08  Ulrich Mueller  <ulm@gentoo.org>
+2007-10-08  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (do_show, do_list): Previous change commented out.
 
@@ -172,12 +177,12 @@
 
 	* emacs.eselect: Warn people that their system is infected by Vi
 
-2007-08-24  Ulrich Mueller  <ulm@gentoo.org>
+2007-08-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect.5, ctags.eselect.5: Action "show" has no
 	parameters.
 
-2007-08-22  Ulrich Mueller  <ulm@gentoo.org>
+2007-08-22  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.2 released.
 
@@ -186,7 +191,7 @@
 	* ctags.eselect (do_set, do_update): Handle the FreeBSD case where
 	/usr/bin/ctags is a real file.
 
-2007-08-19  Ulrich Mueller  <ulm@gentoo.org>
+2007-08-19  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect.5: Update man page accordingly.
 
@@ -195,16 +200,16 @@
 	compatibility. (According to the eselect team, hyphens should not
 	be used.)
 
-2007-07-09  Ulrich Mueller  <ulm@gentoo.org>
+2007-07-09  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect.5, ctags.eselect.5: Canonical order, section
 	"SEE ALSO" last.
 
-2007-06-29  Ulrich Mueller  <ulm@gentoo.org>
+2007-06-29  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.1 released.
 
-2007-06-22  Ulrich Mueller  <ulm@gentoo.org>
+2007-06-22  Ulrich Müller  <ulm@gentoo.org>
 
 	* Makefile (DISTFILES): Add ctags.eselect and ctags.eselect.5.
 
@@ -218,7 +223,7 @@
 	* emacs.eselect (do_show, do_list, do_set, do_update): Test for
 	number of parameters. Quote variables correctly.
 
-2007-06-17  Ulrich Mueller  <ulm@gentoo.org>
+2007-06-17  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 1.0 released.
 
@@ -229,7 +234,7 @@
 
 	* Makefile (DISTFILES): Undo previous change.
 
-2007-06-10  Ulrich Mueller  <ulm@gentoo.org>
+2007-06-10  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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 @@
 
 	* Makefile: Added a comment.
 
-2007-05-24  Ulrich Mueller  <ulm@gentoo.org>
+2007-05-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (xemacs_info): Use write_list_start function.
 	Honour ${ROOT}.
@@ -283,27 +288,27 @@
 
 	* emacs.eselect.5: Added a note about that behaviour in man page.
 
-2007-04-16  Ulrich Mueller  <ulm@gentoo.org>
+2007-04-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect.5: Updated e-mail address in man page.
 
-2007-04-04  Ulrich Mueller  <ulm@gentoo.org>
+2007-04-04  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 0.8 released.
 
-2007-04-01  Ulrich Mueller  <ulm@gentoo.org>
+2007-04-01  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (set_symlinks): Check for range of array and
 	display error message.
 
-2007-03-29  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-29  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect.5: Fixed typo and capitalised "Emacs" where
 	appropriate. Added copyright notice.
 
 	* Version 0.7 released.
 
-2007-03-28  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-28  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect.5: Added man page.
 
@@ -311,7 +316,7 @@
 
 	* Version 0.6 released.
 
-2007-03-27  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-27  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-2007-03-24  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-24  Ulrich Müller  <ulm@gentoo.org>
 
 	* Version 0.5 released.
 
-2007-03-22  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-22  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect: Added some comments.
 
@@ -334,7 +339,7 @@
 	* emacs.eselect (set_man_symlinks): Handling of compression
 	extensions made more robust.
 
-2007-03-21  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-21  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (set_symlinks, set_bin_symlinks)
 	(set_man_symlinks): Make linking to XEmacs auxiliary programs
@@ -344,13 +349,13 @@
 
 	* Version 0.3 released.
 
-2007-03-19  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-19  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (set_infopath): Test if Info directory exists.
 	(find_targets, set_symlinks): Use emacs-${SLOT} instead of
 	emacs-emacs-${SLOT} as symlink target.
 
-2007-03-18  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-18  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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 @@
 
 	* Version 0.2 released.
 
-2007-03-17  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-17  Ulrich Müller  <ulm@gentoo.org>
 
 	* emacs.eselect (do_update): Update to the newest available
 	version.
 	(remove_infopath): New function.
 	(remove_symlinks): Cleanup env.d file in do_update().
 
-2007-03-16  Ulrich Mueller  <ulm@gentoo.org>
+2007-03-16  Ulrich Müller  <ulm@gentoo.org>
 
 	* 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.
 
-Copyright 2007-2011 Gentoo Foundation
-Distributed under the terms of the GNU General Public License v2 or later
+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 later
+# Copyright 2007-2012 Gentoo Foundation
+# Distributed under the terms of the GNU GPL version 2 or later
 # $Id$
 
 PN = 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 later
+# 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 <ulm@gentoo.org>
+Ulrich Müller <ulm@gentoo.org>
 .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 later
+# 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.
 
 # 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 overridden.
 
 # 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 <fauli@gentoo.org>
 .br
-Ulrich Mueller <ulm@gentoo.org>
+Ulrich Müller <ulm@gentoo.org>
 .SH SEE ALSO
 .BR eselect (1),
 .BR ctags.eselect (5)



             reply	other threads:[~2012-05-06 16:11 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-06 16:06 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-05 20:59 [gentoo-commits] proj/emacs-tools:eselect-emacs commit in: / Ulrich Müller
2023-08-21  6:31 Ulrich Müller
2021-08-02  8:05 Ulrich Müller
2021-07-31 17:39 Ulrich Müller
2018-09-16 14:50 Ulrich Müller
2014-12-23  9:55 Ulrich Müller
2014-12-19 19:03 Ulrich Müller
2014-12-19  7:28 Ulrich Müller
2014-12-19  7:28 Ulrich Müller
2014-12-19  7:28 Ulrich Müller
2014-12-19  7:28 Ulrich Müller
2014-12-19  7:28 Ulrich Müller
2014-10-28 18:50 Ulrich Müller
2014-04-08 13:13 Ulrich Müller
2014-03-18  8:51 Ulrich Müller
2014-03-13 16:34 Ulrich Müller
2014-03-13 13:49 Ulrich Müller
2014-03-13 13:15 Ulrich Müller
2014-03-13 13:15 Ulrich Müller
2014-02-17 21:38 Ulrich Müller
2014-02-17 21:38 Ulrich Müller
2014-02-17 21:38 Ulrich Müller
2014-02-17 17:46 Ulrich Müller
2013-04-01 12:21 Ulrich Mueller
2012-06-22 16:24 Ulrich Mueller
2012-06-22 16:24 Ulrich Mueller
2012-06-22 16:24 Ulrich Mueller
2012-06-22 15:53 Ulrich Mueller
2012-06-22 15:53 Ulrich Mueller
2012-05-06 18:47 Ulrich Mueller
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping
2012-05-06 16:06 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1331024105.32a33a3dce253b14569fdceaa5eb8aef2fefbe81.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox