diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:31:23 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-06-14 23:31:23 +0000 |
commit | b0cfbe233f6e8827134b04b9dc71836914a8c912 (patch) | |
tree | 6763fbba1db3ef96e70623f57a6efccbc0e8514b /app-emacs/wikipedia-mode | |
parent | Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff) | |
download | gentoo-2-b0cfbe233f6e8827134b04b9dc71836914a8c912.tar.gz gentoo-2-b0cfbe233f6e8827134b04b9dc71836914a8c912.tar.bz2 gentoo-2-b0cfbe233f6e8827134b04b9dc71836914a8c912.zip |
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatically.
(Portage version: 2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686)
Diffstat (limited to 'app-emacs/wikipedia-mode')
-rw-r--r-- | app-emacs/wikipedia-mode/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/wikipedia-mode/ChangeLog b/app-emacs/wikipedia-mode/ChangeLog index e369575f2b76..ecb020c9bda6 100644 --- a/app-emacs/wikipedia-mode/ChangeLog +++ b/app-emacs/wikipedia-mode/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/wikipedia-mode # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/wikipedia-mode/ChangeLog,v 1.2 2008/02/18 01:05:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wikipedia-mode/ChangeLog,v 1.3 2008/06/14 23:31:23 ulm Exp $ + + 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> wikipedia-mode-0.5.ebuild: + Do not assign SIMPLE_ELISP since elisp.eclass now detects this case + automatically. 18 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> wikipedia-mode-0.5.ebuild: diff --git a/app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild b/app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild index 2c2e86ef182d..2e718a5afc3e 100644 --- a/app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild +++ b/app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild @@ -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/app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild,v 1.2 2008/02/18 01:05:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/wikipedia-mode/wikipedia-mode-0.5.ebuild,v 1.3 2008/06/14 23:31:23 ulm Exp $ inherit elisp @@ -15,5 +15,4 @@ IUSE="" RDEPEND="app-emacs/outline-magic" -SIMPLE_ELISP=t SITEFILE=50${PN}-gentoo.el |