From e14585dbe40f001a7e3973db05400079bddff73c Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 11 Sep 2012 18:40:36 +0000 Subject: Remove backwards compatibility code. svn path=/emacs-overlay/; revision=1827 --- eclass/ChangeLog | 5 +++++ eclass/elisp-common.eclass | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'eclass') diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 9490af6..4341f72 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,3 +1,8 @@ +2012-09-11 Ulrich Müller + + * elisp-common.eclass (elisp-site-regen): Remove last remnants of + backwards compatibility code that was introduced at 2007-12-01. + 2012-08-17 Ulrich Müller * elisp.eclass (IUSE): Remove unnecessary variable assignment. diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 19bdcba..90fbb9a 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -335,10 +335,6 @@ elisp-site-regen() { ebegin "Regenerating site-gentoo.el for GNU Emacs (${EBUILD_PHASE})" - # Until January 2009, elisp-common.eclass sometimes created an - # auxiliary file for backwards compatibility. Remove any such file. - rm -f "${sitelisp}"/00site-gentoo.el - for sf in "${sitelisp}"/[0-9][0-9]*-gentoo.el \ "${sitelisp}"/site-gentoo.d/[0-9][0-9]*.el do -- cgit v1.2.3-65-gdbad