diff options
author | 2012-01-07 14:23:48 +0000 | |
---|---|---|
committer | 2012-01-07 14:23:48 +0000 | |
commit | 918aa5f32e0721c73986d6833d0a142d1bb04983 (patch) | |
tree | 674d7c60930fa0725fcb51b5d5436380f0425bb3 | |
parent | Mask live ebuild for app-emacs/evil. (diff) | |
download | emacs-918aa5f32e0721c73986d6833d0a142d1bb04983.tar.gz emacs-918aa5f32e0721c73986d6833d0a142d1bb04983.tar.bz2 emacs-918aa5f32e0721c73986d6833d0a142d1bb04983.zip |
Revert commit 1778. No other language eclass has this, and I don't know why it would be needed.
svn path=/emacs-overlay/; revision=1787
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/elisp-common.eclass | 5 | ||||
-rw-r--r-- | eclass/elisp.eclass | 5 |
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 |