From 953796cceba6da7d9848d1be089aee1b0675d184 Mon Sep 17 00:00:00 2001 From: Mark Wright Date: Wed, 15 Jan 2014 06:59:48 +0000 Subject: Apply fixes for bug 495042 suggested by TomWij (thanks): one src_prepare, correct FILESDIR mispelling, use ELISP_PATCHES. (Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 618E971F) --- app-emacs/apel/ChangeLog | 8 ++++++-- app-emacs/apel/apel-10.8-r1.ebuild | 15 ++++++--------- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'app-emacs') diff --git a/app-emacs/apel/ChangeLog b/app-emacs/apel/ChangeLog index 5c26ba561cdf..b160e1279562 100644 --- a/app-emacs/apel/ChangeLog +++ b/app-emacs/apel/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/apel -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.49 2013/10/03 11:33:28 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/ChangeLog,v 1.50 2014/01/15 06:59:48 gienah Exp $ + + 15 Jan 2014; Mark Wright apel-10.8-r1.ebuild: + Apply fixes for bug 495042 suggested by TomWij (thanks): one src_prepare, + correct FILESDIR mispelling, use ELISP_PATCHES. *apel-10.8-r1 (03 Oct 2013) diff --git a/app-emacs/apel/apel-10.8-r1.ebuild b/app-emacs/apel/apel-10.8-r1.ebuild index b4b2944794bd..5457a95f4ab1 100644 --- a/app-emacs/apel/apel-10.8-r1.ebuild +++ b/app-emacs/apel/apel-10.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.8-r1.ebuild,v 1.1 2013/10/03 11:33:28 gienah Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/apel/apel-10.8-r1.ebuild,v 1.2 2014/01/15 06:59:48 gienah Exp $ EAPI=4 @@ -16,13 +16,10 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" -src_prepare() { - elisp_src_prepare - epatch "${FILESDIR}/${PN}-10.8-020_Prevent-fontset-error.patch" - epatch "${DISTDIR}/${PN}-10.8-030_Use-new-style-backquotes.patch" - epatch "${FILEDIR}/${PN}-10.8-010_ikazuhiro.patch" - epatch "${FILESDIR}/${PN}-10.8-040_make-temp-file-for-Emacs-24.3.50.patch" -} +ELISP_PATCHES=("${FILESDIR}/${PN}-10.8-020_Prevent-fontset-error.patch" + "${DISTDIR}/${PN}-10.8-030_Use-new-style-backquotes.patch" + "${FILESDIR}/${PN}-10.8-010_ikazuhiro.patch" + "${FILESDIR}/${PN}-10.8-040_make-temp-file-for-Emacs-24.3.50.patch") src_prepare() { elisp_src_prepare -- cgit v1.2.3-65-gdbad