diff options
author | Mark Wright <gienah@gentoo.org> | 2014-01-15 06:59:48 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-01-15 06:59:48 +0000 |
commit | 953796cceba6da7d9848d1be089aee1b0675d184 (patch) | |
tree | 173a03b940a6cc2d496c7ef2cf3e00a83f04a630 /app-emacs | |
parent | Drop pointless dante[upnp] mask again, we have no keywords on dante (diff) | |
download | gentoo-2-953796cceba6da7d9848d1be089aee1b0675d184.tar.gz gentoo-2-953796cceba6da7d9848d1be089aee1b0675d184.tar.bz2 gentoo-2-953796cceba6da7d9848d1be089aee1b0675d184.zip |
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)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/apel/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/apel/apel-10.8-r1.ebuild | 15 |
2 files changed, 12 insertions, 11 deletions
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 <gienah@gentoo.org> 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 |