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: Sat, 31 Jan 2009 20:58:34
Message-Id: E1LTMv9-0004jo-Qk@stork.gentoo.org
1 ulm 09/01/31 20:58:31
2
3 Modified: elisp-common.eclass
4 Log:
5 Remove backwards compatibility kludge (after 13 months transition time).
6
7 Revision Changes Path
8 1.53 eclass/elisp-common.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.53&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?rev=1.53&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/elisp-common.eclass?r1=1.52&r2=1.53
13
14 Index: elisp-common.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v
17 retrieving revision 1.52
18 retrieving revision 1.53
19 diff -u -r1.52 -r1.53
20 --- elisp-common.eclass 24 Nov 2008 14:21:04 -0000 1.52
21 +++ elisp-common.eclass 31 Jan 2009 20:58:31 -0000 1.53
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.52 2008/11/24 14:21:04 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.53 2009/01/31 20:58:31 ulm Exp $
27 #
28 # Copyright 2002-2004 Matthew Kennedy <mkennedy@g.o>
29 # Copyright 2003 Jeremy Maitin-Shepard <jbms@×××××.com>
30 @@ -431,15 +431,6 @@
31 that you use app-admin/emacs-updater to rebuild the installed
32 Emacs packages.
33 EOF
34 -
35 - # Kludge for backwards compatibility: During pkg_postrm, old versions
36 - # of this eclass (saved in the VDB) won't find packages' site-init
37 - # files in the new location. So we copy them to an auxiliary file
38 - # that is visible to old eclass versions.
39 - for sf in "${sflist[@]}"; do
40 - [ "${sf%/*}" = "${ROOT}${SITELISP}/site-gentoo.d" ] \
41 - && cat "${sf}" >>"${ROOT}${SITELISP}"/00site-gentoo.el
42 - done
43 fi
44
45 # cleanup