diff options
-rw-r--r-- | app-emacs/emacs-wget/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/emacs-wget/emacs-wget-0.5.0.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/icicles/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/icicles/icicles-20071205.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/matlab/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/matlab/matlab-3.1.0_pre20070306.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild | 6 | ||||
-rw-r--r-- | app-emacs/ruby-mode/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/ruby-mode/ruby-mode-1.8.6.ebuild | 7 | ||||
-rw-r--r-- | app-emacs/tdtd/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/tdtd/tdtd-0.7.1-r1.ebuild | 11 |
12 files changed, 35 insertions, 42 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" -} diff --git a/app-emacs/icicles/ChangeLog b/app-emacs/icicles/ChangeLog index 3418445e1899..6ec0fbe5703f 100644 --- a/app-emacs/icicles/ChangeLog +++ b/app-emacs/icicles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/icicles # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.1 2008/01/23 10:13:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/ChangeLog,v 1.2 2008/08/27 13:19:41 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> icicles-20071205.ebuild: + Use eclass default instead of elisp-comp, bug 235442. *icicles-20071205 (23 Jan 2008) diff --git a/app-emacs/icicles/icicles-20071205.ebuild b/app-emacs/icicles/icicles-20071205.ebuild index 5125553cf0ad..f758cf32992c 100644 --- a/app-emacs/icicles/icicles-20071205.ebuild +++ b/app-emacs/icicles/icicles-20071205.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/icicles/icicles-20071205.ebuild,v 1.1 2008/01/23 10:13:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/icicles/icicles-20071205.ebuild,v 1.2 2008/08/27 13:19:41 ulm Exp $ inherit elisp eutils @@ -23,7 +23,3 @@ src_unpack() { unpack ${A} epatch "${FILESDIR}/${PN}-byte-compile-without-x.patch" } - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} 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 <ulm@gentoo.org> + matlab-3.1.0_pre20070306.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 23 Jan 2008; Raúl Porcel <armin76@gentoo.org> 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" -} diff --git a/app-emacs/ocaml-mode/ChangeLog b/app-emacs/ocaml-mode/ChangeLog index 126ce1639fa5..c1794cbdd2a7 100644 --- a/app-emacs/ocaml-mode/ChangeLog +++ b/app-emacs/ocaml-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ocaml-mode # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.35 2008/07/04 03:57:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ChangeLog,v 1.36 2008/08/27 13:30:13 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> ocaml-mode-3.10.2.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 04 Jul 2008; Ulrich Mueller <ulm@gentoo.org> -ocaml-mode-3.09.3-r1.ebuild: Remove old. diff --git a/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild b/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild index 7223b928a18f..422f1d9970a3 100644 --- a/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild +++ b/app-emacs/ocaml-mode/ocaml-mode-3.10.2.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/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.6 2008/07/04 02:42:37 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ocaml-mode/ocaml-mode-3.10.2.ebuild,v 1.7 2008/08/27 13:30:13 ulm Exp $ inherit elisp @@ -18,7 +18,3 @@ IUSE="" S="${WORKDIR}/${MY_P}/emacs" SITEFILE=50${PN}-gentoo.el DOCS="README README.itz" - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} diff --git a/app-emacs/ruby-mode/ChangeLog b/app-emacs/ruby-mode/ChangeLog index 7d29e1b0747a..34e75da69e3e 100644 --- a/app-emacs/ruby-mode/ChangeLog +++ b/app-emacs/ruby-mode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/ruby-mode # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.37 2008/01/10 09:23:09 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ChangeLog,v 1.38 2008/08/27 13:32:53 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> ruby-mode-1.8.6.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 10 Jan 2008; Christian Faulhammer <opfer@gentoo.org> -ruby-mode-1.8.4.ebuild: diff --git a/app-emacs/ruby-mode/ruby-mode-1.8.6.ebuild b/app-emacs/ruby-mode/ruby-mode-1.8.6.ebuild index f727cb959360..d054cacc0743 100644 --- a/app-emacs/ruby-mode/ruby-mode-1.8.6.ebuild +++ b/app-emacs/ruby-mode/ruby-mode-1.8.6.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/ruby-mode/ruby-mode-1.8.6.ebuild,v 1.9 2008/01/10 08:55:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/ruby-mode/ruby-mode-1.8.6.ebuild,v 1.10 2008/08/27 13:32:53 ulm Exp $ inherit elisp @@ -14,9 +14,4 @@ KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86 IUSE="" SITEFILE=50${PN}-gentoo.el - S="${WORKDIR}/ruby-${PV}/misc" - -src_compile() { - elisp-comp *.el || die -} diff --git a/app-emacs/tdtd/ChangeLog b/app-emacs/tdtd/ChangeLog index f39319ff6de4..b6e8b871b790 100644 --- a/app-emacs/tdtd/ChangeLog +++ b/app-emacs/tdtd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/tdtd -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/ChangeLog,v 1.13 2007/10/16 06:57:14 ulm Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/ChangeLog,v 1.14 2008/08/27 13:37:39 ulm Exp $ + + 27 Aug 2008; Ulrich Mueller <ulm@gentoo.org> tdtd-0.7.1-r1.ebuild: + Use eclass default instead of elisp-comp, bug 235442. 16 Oct 2007; Ulrich Mueller <ulm@gentoo.org> tdtd-0.7.1-r1.ebuild: amd64 stable, bug #195512. diff --git a/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild b/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild index 84328156f836..4024c27ec56a 100644 --- a/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild +++ b/app-emacs/tdtd/tdtd-0.7.1-r1.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/tdtd/tdtd-0.7.1-r1.ebuild,v 1.8 2007/10/16 06:57:14 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/tdtd-0.7.1-r1.ebuild,v 1.9 2008/08/27 13:37:39 ulm Exp $ inherit elisp @@ -16,11 +16,6 @@ IUSE="" DEPEND="app-arch/unzip" RDEPEND="" +S="${WORKDIR}" SITEFILE=50${PN}-gentoo.el DOCS="TODO changelog.txt readme.txt tutorial.txt" - -S="${WORKDIR}" - -src_compile() { - elisp-comp *.el || die "elisp-comp failed" -} |