summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-14 23:30:29 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-14 23:30:29 +0000
commit7d16fd49e2a45b6913a7cfb64b773fb2dc2dad02 (patch)
tree149a330c3b7eadf733b02f25750eee6090018423 /app-emacs/table
parentDo not assign SIMPLE_ELISP since elisp.eclass now detects this case automatic... (diff)
downloadgentoo-2-7d16fd49e2a45b6913a7cfb64b773fb2dc2dad02.tar.gz
gentoo-2-7d16fd49e2a45b6913a7cfb64b773fb2dc2dad02.tar.bz2
gentoo-2-7d16fd49e2a45b6913a7cfb64b773fb2dc2dad02.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/table')
-rw-r--r--app-emacs/table/ChangeLog8
-rw-r--r--app-emacs/table/table-1.5.54-r2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/app-emacs/table/ChangeLog b/app-emacs/table/ChangeLog
index 1b4b32f6ddfc..c17cde965266 100644
--- a/app-emacs/table/ChangeLog
+++ b/app-emacs/table/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/table
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.20 2007/09/27 12:43:46 fmccor Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/ChangeLog,v 1.21 2008/06/14 23:30:29 ulm Exp $
+
+ 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> table-1.5.54-r2.ebuild:
+ Do not assign SIMPLE_ELISP since elisp.eclass now detects this case
+ automatically.
27 Sep 2007; Ferris McCormick <fmccor@gentoo.org> table-1.5.54-r2.ebuild:
Sparc stable --- Bug #193832 --- works fine.
diff --git a/app-emacs/table/table-1.5.54-r2.ebuild b/app-emacs/table/table-1.5.54-r2.ebuild
index 31dd32375b1a..b4087214f323 100644
--- a/app-emacs/table/table-1.5.54-r2.ebuild
+++ b/app-emacs/table/table-1.5.54-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/table-1.5.54-r2.ebuild,v 1.5 2007/09/27 12:43:46 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/table/table-1.5.54-r2.ebuild,v 1.6 2008/06/14 23:30:29 ulm Exp $
inherit elisp versionator
@@ -13,7 +13,7 @@ SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
IUSE=""
-SIMPLE_ELISP=t
+SITEFILE=50${PN}-gentoo.el
src_compile() {
elisp-compile *.el || die "elisp-compile failed"