From 2e80ef44636286d947e7fbd1666e78a497375501 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 27 Aug 2008 13:22:34 +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/emacs-wget/ChangeLog | 5 ++++- app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild | 8 ++------ 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'app-emacs/emacs-wget') diff --git a/app-emacs/emacs-wget/ChangeLog b/app-emacs/emacs-wget/ChangeLog index d0ecb355d089..e0c53284baac 100644 --- a/app-emacs/emacs-wget/ChangeLog +++ b/app-emacs/emacs-wget/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/emacs-wget # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.19 2008/03/24 21:32:03 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/ChangeLog,v 1.20 2008/08/27 13:22:34 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller emacs-wget-0.5.0.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 24 Mar 2008; Ulrich Mueller files/65emacs-wget-gentoo.el: Set the load-path during site initialisation. diff --git a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild b/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild index 67219fd9dd38..cad816f8566f 100644 --- a/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild +++ b/app-emacs/emacs-wget/emacs-wget-0.5.0.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/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.10 2007/12/02 14:41:42 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild,v 1.11 2008/08/27 13:22:34 ulm Exp $ inherit elisp @@ -17,7 +17,3 @@ RDEPEND=">=net-misc/wget-1.8.2" SITEFILE=65${PN}-gentoo.el DOCS="ChangeLog README* USAGE*" - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} -- cgit v1.2.3-65-gdbad