From 8566634cc92c2e322dada63a341e3679f2c1bf09 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 27 Aug 2008 13:26:37 +0000 Subject: Use eclass default instead of elisp-comp, bug 235442. (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686) --- app-emacs/matlab/ChangeLog | 6 +++++- app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild | 6 +----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'app-emacs/matlab') diff --git a/app-emacs/matlab/ChangeLog b/app-emacs/matlab/ChangeLog index e628dcf8906d..556242e8cd4e 100644 --- a/app-emacs/matlab/ChangeLog +++ b/app-emacs/matlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/matlab # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.16 2008/01/23 10:19:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/ChangeLog,v 1.17 2008/08/27 13:26:37 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller + matlab-3.1.0_pre20070306.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 23 Jan 2008; Raúl Porcel matlab-3.1.0_pre20070306.ebuild: diff --git a/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild b/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild index ef5c78fb7f6b..10f1b1a51218 100644 --- a/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild +++ b/app-emacs/matlab/matlab-3.1.0_pre20070306.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/matlab/matlab-3.1.0_pre20070306.ebuild,v 1.4 2008/01/23 10:19:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild,v 1.5 2008/08/27 13:26:37 ulm Exp $ inherit elisp @@ -20,7 +20,3 @@ SITEFILE=51${PN}-gentoo.el DOCS="README INSTALL ChangeLog*" S="${WORKDIR}/matlab-emacs" - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} -- cgit v1.2.3-65-gdbad