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: Tue, 29 Dec 2009 20:15:16
Message-Id: E1NPiTJ-0006cQ-4N@stork.gentoo.org
1 ulm 09/12/29 20:15:13
2
3 Modified: elisp-common.eclass
4 Log:
5 Sync from Emacs overlay (revision 1477).
6 Remove the warning about obsolete files; the install location was
7 changed two years ago.
8
9 Revision Changes Path
10 1.65 eclass/elisp-common.eclass
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.65&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.65&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?r1=1.64&r2=1.65
15
16 Index: elisp-common.eclass
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
19 retrieving revision 1.64
20 retrieving revision 1.65
21 diff -u -r1.64 -r1.65
22 --- elisp-common.eclass 7 Dec 2009 21:05:08 -0000 1.64
23 +++ elisp-common.eclass 29 Dec 2009 20:15:12 -0000 1.65
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.64 2009/12/07 21:05:08 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.65 2009/12/29 20:15:12 ulm Exp $
29 #
30 # Copyright 2002-2004 Matthew Kennedy <mkennedy@g.o>
31 # Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
32 @@ -284,7 +284,7 @@
33
34 elisp-site-regen() {
35 local sitelisp=${ROOT}${EPREFIX}${SITELISP}
36 - local i sf line obsolete null="" page=$'\f'
37 + local sf i line null="" page=$'\f'
38 local -a sflist
39
40 if [ ! -d "${sitelisp}" ]; then
41 @@ -317,8 +317,6 @@
42 sflist[i]=${sflist[i-1]}
43 done
44 sflist[i]=${sf}
45 - # set a flag if there are obsolete files
46 - [ "${sf%/*}" = "${sitelisp}" ] && obsolete=t
47 done
48
49 eval "${old_shopts}"
50 @@ -362,16 +360,6 @@
51 esac
52 fi
53
54 - if [ "${obsolete}" ]; then
55 - echo
56 - while read line; do ewarn "${line}"; done <<-EOF
57 - Site-initialisation files of Emacs packages are now installed in
58 - /usr/share/emacs/site-lisp/site-gentoo.d/. We strongly recommend
59 - that you use app-admin/emacs-updater to rebuild the installed
60 - Emacs packages.
61 - EOF
62 - fi
63 -
64 # cleanup
65 rm -f "${T}"/site-gentoo.el