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: Fri, 22 Feb 2008 09:28:57
Message-Id: E1JSUD8-0002Zd-6g@stork.gentoo.org
1 ulm 08/02/22 09:28:54
2
3 Modified: elisp-common.eclass
4 Log:
5 Sync eclasses from Emacs overlay (revision 967).
6
7 elisp-common.eclass:
8 Enable warning message about obsolete files.
9
10 Revision Changes Path
11 1.35 eclass/elisp-common.eclass
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.35&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.35&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?r1=1.34&r2=1.35
16
17 Index: elisp-common.eclass
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
20 retrieving revision 1.34
21 retrieving revision 1.35
22 diff -u -r1.34 -r1.35
23 --- elisp-common.eclass 28 Dec 2007 17:48:34 -0000 1.34
24 +++ elisp-common.eclass 22 Feb 2008 09:28:53 -0000 1.35
25 @@ -1,12 +1,12 @@
26 # Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.34 2007/12/28 17:48:34 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.35 2008/02/22 09:28:53 ulm Exp $
30 #
31 # Copyright 2002-2004 Matthew Kennedy <mkennedy@g.o>
32 -# Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
33 +# Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
34 # Copyright 2004-2005 Mamoru Komachi <usata@g.o>
35 -# Copyright 2007 Christian Faulhammer <opfer@g.o>
36 -# Copyright 2007 Ulrich Mueller <ulm@g.o>
37 +# Copyright 2007-2008 Christian Faulhammer <opfer@g.o>
38 +# Copyright 2007-2008 Ulrich Müller <ulm@g.o>
39 #
40 # @ECLASS: elisp-common.eclass
41 # @MAINTAINER:
42 @@ -384,6 +384,16 @@
43 initialisation files from /usr/share/emacs/site-lisp/site-gentoo.d/.
44 EOF
45 echo
46 +
47 + if [ "${obsolete}" ]; then
48 + while read line; do ewarn "${line}"; done <<-EOF
49 + Site-initialisation files of Emacs packages are now installed in
50 + /usr/share/emacs/site-lisp/site-gentoo.d/. You may consider using
51 + /usr/sbin/emacs-updater to rebuild the installed Emacs packages.
52 + However, the old location is still supported.
53 + EOF
54 + echo
55 + fi
56 fi
57
58 # Kludge for backwards compatibility: During pkg_postrm, old versions
59 @@ -394,14 +404,4 @@
60 [ "${sf%/*}" = "${ROOT}${SITELISP}/site-gentoo.d" ] \
61 && cat "${sf}" >>"${ROOT}${SITELISP}"/00site-gentoo.el
62 done
63 -
64 -# if [ "${obsolete}" ]; then
65 -# while read line; do ewarn "${line}"; done <<-EOF
66 -# Site-initialisation files of Emacs packages are now installed in
67 -# /usr/share/emacs/site-lisp/site-gentoo.d/. You may consider using
68 -# /usr/sbin/emacs-updater to rebuild the installed Emacs packages.
69 -# However, the old location is still supported.
70 -# EOF
71 -# echo
72 -# fi
73 }
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list