summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-14 23:24:19 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-14 23:24:19 +0000
commit1e9fbaa166f7080fff9fdb3e04ae7b7c767914d5 (patch)
treef5bd7501e704472b1a622ea17ce7128b82ede471 /app-emacs/csharp-mode
parentDo not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff)
downloadgentoo-2-1e9fbaa166f7080fff9fdb3e04ae7b7c767914d5.tar.gz
gentoo-2-1e9fbaa166f7080fff9fdb3e04ae7b7c767914d5.tar.bz2
gentoo-2-1e9fbaa166f7080fff9fdb3e04ae7b7c767914d5.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/csharp-mode')
-rw-r--r--app-emacs/csharp-mode/ChangeLog6
-rw-r--r--app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild3
2 files changed, 6 insertions, 3 deletions
diff --git a/app-emacs/csharp-mode/ChangeLog b/app-emacs/csharp-mode/ChangeLog
index 338ed1aa5170..ef9199314d07 100644
--- a/app-emacs/csharp-mode/ChangeLog
+++ b/app-emacs/csharp-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/csharp-mode
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.7 2008/02/17 14:53:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/ChangeLog,v 1.8 2008/06/14 23:24:19 ulm Exp $
+
+ 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> csharp-mode-0.7.0.ebuild:
+ Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
+ automatically.
17 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
csharp-mode-0.7.0.ebuild:
diff --git a/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild b/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild
index b223369a92a4..2ad0be8ea80d 100644
--- a/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild
+++ b/app-emacs/csharp-mode/csharp-mode-0.7.0.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/csharp-mode/csharp-mode-0.7.0.ebuild,v 1.4 2008/02/17 14:53:57 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/csharp-mode/csharp-mode-0.7.0.ebuild,v 1.5 2008/06/14 23:24:19 ulm Exp $
inherit elisp versionator
@@ -18,7 +18,6 @@ NEED_CCMODE=5.30
DEPEND="|| ( >=app-emacs/cc-mode-${NEED_CCMODE} >=virtual/emacs-22 )"
RDEPEND="${DEPEND}"
-SIMPLE_ELISP=t
SITEFILE=80${PN}-gentoo.el
pkg_setup () {