app-editors/emacs: EAPI bump.
authorUlrich Müller <ulm@gentoo.org>
Sun, 24 Jul 2016 22:49:49 +0000 (00:49 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 24 Jul 2016 22:49:49 +0000 (00:49 +0200)
Package-Manager: portage-2.3.0

app-editors/emacs/emacs-24.5-r3.ebuild [moved from app-editors/emacs/emacs-24.5-r2.ebuild with 99% similarity]

similarity index 99%
rename from app-editors/emacs/emacs-24.5-r2.ebuild
rename to app-editors/emacs/emacs-24.5-r3.ebuild
index 30e6eaa9fc607c7e1d40cce9ff0b0b6864db43e9..e3b981a982ca1fb92cc433be4cc8cd233036afea 100644 (file)
@@ -2,9 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo
+inherit autotools elisp-common eutils flag-o-matic multilib readme.gentoo-r1
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display editor"
 HOMEPAGE="https://www.gnu.org/software/emacs/"
@@ -87,8 +87,8 @@ FULL_VERSION="${PV%%_*}"
 S="${WORKDIR}/emacs-${FULL_VERSION}"
 
 src_prepare() {
-       EPATCH_SUFFIX=patch epatch
-       epatch_user
+       eapply ../patch
+       eapply_user
 
        # Fix filename reference in redirected man page
        sed -i -e "/^\\.so/s/etags/&-${EMACS_SUFFIX}/" doc/man/ctags.1 \