summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-14 23:26:11 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-14 23:26:11 +0000
commit612fecff822ea1b05aa52e2629564759d98474b7 (patch)
tree0ce4492d8bdd5db6757a6d1d3cf67af23f1d0af3 /app-emacs/grep-edit
parentDo not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff)
downloadgentoo-2-612fecff822ea1b05aa52e2629564759d98474b7.tar.gz
gentoo-2-612fecff822ea1b05aa52e2629564759d98474b7.tar.bz2
gentoo-2-612fecff822ea1b05aa52e2629564759d98474b7.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/grep-edit')
-rw-r--r--app-emacs/grep-edit/ChangeLog6
-rw-r--r--app-emacs/grep-edit/grep-edit-2.5.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/grep-edit/ChangeLog b/app-emacs/grep-edit/ChangeLog
index ec90ef0934c7..8a47dd6f7cd5 100644
--- a/app-emacs/grep-edit/ChangeLog
+++ b/app-emacs/grep-edit/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/grep-edit
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/grep-edit/ChangeLog,v 1.1 2008/03/27 19:24:20 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/grep-edit/ChangeLog,v 1.2 2008/06/14 23:26:11 ulm Exp $
+
+ 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> grep-edit-2.5.ebuild:
+ Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
+ automatically.
*grep-edit-2.5 (27 Mar 2008)
diff --git a/app-emacs/grep-edit/grep-edit-2.5.ebuild b/app-emacs/grep-edit/grep-edit-2.5.ebuild
index a1857ec91b72..26e2bca303fd 100644
--- a/app-emacs/grep-edit/grep-edit-2.5.ebuild
+++ b/app-emacs/grep-edit/grep-edit-2.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/grep-edit/grep-edit-2.5.ebuild,v 1.1 2008/03/27 19:24:20 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/grep-edit/grep-edit-2.5.ebuild,v 1.2 2008/06/14 23:26:11 ulm Exp $
inherit elisp
@@ -14,7 +14,6 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-SIMPLE_ELISP=t
SITEFILE=50${PN}-gentoo.el
pkg_postinst() {