summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-14 23:31:23 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-14 23:31:23 +0000
commit9dee3668c0850dcf8bc85075ed035e7cedf1cbba (patch)
treecceb7c87db47478a14b5f368e38919f7f9098761 /app-emacs/mcomplete
parentVersion bump for bug 224637. Also clear out old version. (diff)
downloadhistorical-9dee3668c0850dcf8bc85075ed035e7cedf1cbba.tar.gz
historical-9dee3668c0850dcf8bc85075ed035e7cedf1cbba.tar.bz2
historical-9dee3668c0850dcf8bc85075ed035e7cedf1cbba.zip
Do not assign SIMPLE_ELISP since elisp.eclass now detects this case automatically.
Package-Manager: portage-2.2_pre8/cvs/Linux 2.6.25-gentoo-r4 i686
Diffstat (limited to 'app-emacs/mcomplete')
-rw-r--r--app-emacs/mcomplete/ChangeLog6
-rw-r--r--app-emacs/mcomplete/mcomplete-1.5.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/app-emacs/mcomplete/ChangeLog b/app-emacs/mcomplete/ChangeLog
index a91f2e5a37d3..ea1c0688749c 100644
--- a/app-emacs/mcomplete/ChangeLog
+++ b/app-emacs/mcomplete/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/mcomplete
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/ChangeLog,v 1.1 2008/02/24 13:29:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/ChangeLog,v 1.2 2008/06/14 23:27:32 ulm Exp $
+
+ 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> mcomplete-1.5.ebuild:
+ Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
+ automatically.
*mcomplete-1.5 (24 Feb 2008)
diff --git a/app-emacs/mcomplete/mcomplete-1.5.ebuild b/app-emacs/mcomplete/mcomplete-1.5.ebuild
index 2162fa329735..515b83126a2c 100644
--- a/app-emacs/mcomplete/mcomplete-1.5.ebuild
+++ b/app-emacs/mcomplete/mcomplete-1.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/mcomplete/mcomplete-1.5.ebuild,v 1.1 2008/02/24 13:29:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/mcomplete/mcomplete-1.5.ebuild,v 1.2 2008/06/14 23:27:32 ulm Exp $
inherit elisp
@@ -15,5 +15,4 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-SIMPLE_ELISP=t
-SITEFILE="50${PN}-gentoo.el"
+SITEFILE=50${PN}-gentoo.el