summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/elisp-common.eclass5
-rw-r--r--eclass/elisp.eclass5
3 files changed, 0 insertions, 16 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 29ec1cf..9b5f3b9 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -728,9 +728,3 @@
Copyright 2002-2010 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2
-
- 27 Dec 2011; Christian Faulhammer <fauli@gentoo.org> elisp.eclass,
- elisp-common.eclass:
- Prevent multiple loading for eclasses to speed up caching (thanks to vapier
- for the idea)
-
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index 13f526c..0aa22eb 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -141,9 +141,6 @@
# environment, so it is no problem when you unset USE=emacs between
# merge and unmerge of a package.
-if [[ ${___ECLASS_ONCE_ELISP_COMMON} != "recur -_+^+_- spank" ]] ; then
-___ECLASS_ONCE_ELISP_COMMON="recur -_+^+_- spank"
-
# @ECLASS-VARIABLE: SITELISP
# @DESCRIPTION:
# Directory where packages install Emacs Lisp files.
@@ -393,5 +390,3 @@ elisp-site-regen() {
return 0
}
-
-fi
diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass
index 9184d53..522ad0e 100644
--- a/eclass/elisp.eclass
+++ b/eclass/elisp.eclass
@@ -65,9 +65,6 @@
# DOCS="blah.txt ChangeLog" is automatically used to install the given
# files by dodoc in src_install().
-if [[ ${___ECLASS_ONCE_ELISP} != "recur -_+^+_- spank" ]] ; then
-___ECLASS_ONCE_ELISP="recur -_+^+_- spank"
-
inherit elisp-common eutils
case "${EAPI:-0}" in
@@ -195,5 +192,3 @@ elisp_pkg_postinst() {
elisp_pkg_postrm() {
elisp-site-regen
}
-
-fi