Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: elisp-common.eclass
Date: Mon, 24 Nov 2008 14:21:06
Message-Id: E1L4cJE-0000zA-67@stork.gentoo.org
1 ulm 08/11/24 14:21:04
2
3 Modified: elisp-common.eclass
4 Log:
5 Terminate last line of init file.
6
7 Revision Changes Path
8 1.52 eclass/elisp-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.52&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.52&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?r1=1.51&r2=1.52
13
14 Index: elisp-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
17 retrieving revision 1.51
18 retrieving revision 1.52
19 diff -u -r1.51 -r1.52
20 --- elisp-common.eclass 27 Oct 2008 21:34:34 -0000 1.51
21 +++ elisp-common.eclass 24 Nov 2008 14:21:04 -0000 1.52
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.51 2008/10/27 21:34:34 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.52 2008/11/24 14:21:04 ulm Exp $
27 #
28 # Copyright 2002-2004 Matthew Kennedy <mkennedy@g.o>
29 # Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
30 @@ -291,7 +291,7 @@
31 ebegin "Installing site initialisation file for GNU Emacs"
32 cp "$1" "${sf}"
33 sed -i -e "s:@SITELISP@:${SITELISP}/${my_pn}:g" \
34 - -e "s:@SITEETC@:${SITEETC}/${my_pn}:g" "${sf}"
35 + -e "s:@SITEETC@:${SITEETC}/${my_pn}:g;\$q" "${sf}"
36 ( # subshell to avoid pollution of calling environment
37 insinto "${SITELISP}/site-gentoo.d"
38 doins "${sf}"