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, 27 Oct 2008 21:34:37
Message-Id: E1KuZjO-0007ja-DA@stork.gentoo.org
1 ulm 08/10/27 21:34:34
2
3 Modified: elisp-common.eclass
4 Log:
5 Don't assign a default to SITEFILE, since elisp-common.eclass doesn't use it.
6
7 Revision Changes Path
8 1.51 eclass/elisp-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.51&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.51&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?r1=1.50&r2=1.51
13
14 Index: elisp-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
17 retrieving revision 1.50
18 retrieving revision 1.51
19 diff -u -r1.50 -r1.51
20 --- elisp-common.eclass 16 Oct 2008 09:28:58 -0000 1.50
21 +++ elisp-common.eclass 27 Oct 2008 21:34:34 -0000 1.51
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.50 2008/10/16 09:28:58 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.51 2008/10/27 21:34:34 ulm Exp $
27 #
28 # Copyright 2002-2004 Matthew Kennedy <mkennedy@g.o>
29 # Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
30 @@ -139,11 +139,6 @@
31 # Directory where packages install miscellaneous (not Lisp) files.
32 SITEETC=/usr/share/emacs/etc
33
34 -# @ECLASS-VARIABLE: SITEFILE
35 -# @DESCRIPTION:
36 -# Name of package's site-init file.
37 -SITEFILE=50${PN}-gentoo.el
38 -
39 # @ECLASS-VARIABLE: EMACS
40 # @DESCRIPTION:
41 # Path of Emacs executable.