diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-31 20:58:31 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-31 20:58:31 +0000 |
commit | 64d1c579e647c8b57c08e9e54c8dd8255dfdc591 (patch) | |
tree | e377564590a5eab13a6f87bae294c13e5e5b16b1 /eclass | |
parent | Stable on alpha, bug #256597 (diff) | |
download | gentoo-2-64d1c579e647c8b57c08e9e54c8dd8255dfdc591.tar.gz gentoo-2-64d1c579e647c8b57c08e9e54c8dd8255dfdc591.tar.bz2 gentoo-2-64d1c579e647c8b57c08e9e54c8dd8255dfdc591.zip |
Remove backwards compatibility kludge (after 13 months transition time).
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 6eaeb3c258cb..28816fd0f63a 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.52 2008/11/24 14:21:04 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.53 2009/01/31 20:58:31 ulm Exp $ # # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -431,15 +431,6 @@ elisp-site-regen() { that you use app-admin/emacs-updater to rebuild the installed Emacs packages. EOF - - # Kludge for backwards compatibility: During pkg_postrm, old versions - # of this eclass (saved in the VDB) won't find packages' site-init - # files in the new location. So we copy them to an auxiliary file - # that is visible to old eclass versions. - for sf in "${sflist[@]}"; do - [ "${sf%/*}" = "${ROOT}${SITELISP}/site-gentoo.d" ] \ - && cat "${sf}" >>"${ROOT}${SITELISP}"/00site-gentoo.el - done fi # cleanup |