summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-27 13:55:22 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-27 13:55:22 +0000
commitdee0d6b94418748073e380e7620237832604ebeb (patch)
treec0c26322a05149b99ad050cc7d77eccd5561a01c /app-emacs/tnt
parentStable on x86 and amd64 (diff)
downloadhistorical-dee0d6b94418748073e380e7620237832604ebeb.tar.gz
historical-dee0d6b94418748073e380e7620237832604ebeb.tar.bz2
historical-dee0d6b94418748073e380e7620237832604ebeb.zip
Use eclass default instead of elisp-comp, bug 235442.
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686
Diffstat (limited to 'app-emacs/tnt')
-rw-r--r--app-emacs/tnt/ChangeLog5
-rw-r--r--app-emacs/tnt/tnt-2.6-r1.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/app-emacs/tnt/ChangeLog b/app-emacs/tnt/ChangeLog
index 1e832e60a009..bbe41dc08840 100644
--- a/app-emacs/tnt/ChangeLog
+++ b/app-emacs/tnt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/tnt
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.13 2008/02/06 07:00:56 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.14 2008/08/27 13:50:31 ulm Exp $
+
+ 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> tnt-2.6-r1.ebuild:
+ Use eclass default instead of elisp-comp, bug 235442.
06 Feb 2008; Ulrich Mueller <ulm@gentoo.org> -files/50tnt-gentoo.el,
-tnt-2.6.ebuild:
diff --git a/app-emacs/tnt/tnt-2.6-r1.ebuild b/app-emacs/tnt/tnt-2.6-r1.ebuild
index b5342a5a3b65..0e8b4bd5824d 100644
--- a/app-emacs/tnt/tnt-2.6-r1.ebuild
+++ b/app-emacs/tnt/tnt-2.6-r1.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/tnt/tnt-2.6-r1.ebuild,v 1.4 2008/02/06 00:06:45 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.5 2008/08/27 13:50:31 ulm Exp $
inherit elisp
@@ -15,10 +15,6 @@ IUSE=""
SITEFILE=51${PN}-gentoo.el
-src_compile() {
- elisp-comp *.el || die "elisp-comp failed"
-}
-
src_install() {
elisp-install ${PN} *.{el,elc}
elisp-site-file-install "${FILESDIR}/${SITEFILE}"