diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 13:22:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-27 13:22:34 +0000 |
commit | 2e80ef44636286d947e7fbd1666e78a497375501 (patch) | |
tree | f3ecadf678cf2dfea6f8860f2d2358edbe2ca536 /app-emacs/emacs-wget | |
parent | Use eclass default instead of elisp-comp, bug 235442. (diff) | |
download | gentoo-2-2e80ef44636286d947e7fbd1666e78a497375501.tar.gz gentoo-2-2e80ef44636286d947e7fbd1666e78a497375501.tar.bz2 gentoo-2-2e80ef44636286d947e7fbd1666e78a497375501.zip |
Use eclass default instead of elisp-comp, bug 235442.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/emacs-wget')
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild | 8 |
2 files changed, 6 insertions, 7 deletions
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 <ulm@gentoo.org> emacs-wget-0.5.0.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 24 Mar 2008; Ulrich Mueller <ulm@gentoo.org> 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" -} |