commit:     ae0694e574fb575a914890986ffbf0933ef19a60
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 29 04:18:40 2016 +0000
Commit:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Mon Feb 29 04:19:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae0694e5

games-util/pyfa: eapi6-ify

Package-Manager: portage-2.2.27

 games-util/pyfa/pyfa-1.19.1.ebuild | 11 +++++++----
 games-util/pyfa/pyfa-9999.ebuild   | 11 +++++++----
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/games-util/pyfa/pyfa-1.19.1.ebuild 
b/games-util/pyfa/pyfa-1.19.1.ebuild
index bf7db2e..0d2065a 100644
--- a/games-util/pyfa/pyfa-1.19.1.ebuild
+++ b/games-util/pyfa/pyfa-1.19.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite,threads"
 
@@ -39,13 +39,16 @@ src_prepare() {
        edos2unix config.py pyfa.py service/settings.py
 
        # load gameDB and images from separate staticdata directory
-       epatch "${FILESDIR}/${PN}-1.15.1-staticdata.patch"
+       eapply "${FILESDIR}/${PN}-1.15.1-staticdata.patch"
 
        # do not try to save exported html to python sitedir
-       epatch "${FILESDIR}/${PN}-1.1.8-html-export-path.patch"
+       eapply "${FILESDIR}/${PN}-1.1.8-html-export-path.patch"
 
        # fix import path in the main script for systemwide installation
-       epatch "${FILESDIR}/${PN}-1.15.1-import-pyfa.patch"
+       eapply "${FILESDIR}/${PN}-1.15.1-import-pyfa.patch"
+
+       eapply_user
+
        touch __init__.py
 
        pyfa_make_configforced() {

diff --git a/games-util/pyfa/pyfa-9999.ebuild b/games-util/pyfa/pyfa-9999.ebuild
index bf7db2e..0d2065a 100644
--- a/games-util/pyfa/pyfa-9999.ebuild
+++ b/games-util/pyfa/pyfa-9999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI="5"
+EAPI="6"
 PYTHON_COMPAT=( python2_7 )
 PYTHON_REQ_USE="sqlite,threads"
 
@@ -39,13 +39,16 @@ src_prepare() {
        edos2unix config.py pyfa.py service/settings.py
 
        # load gameDB and images from separate staticdata directory
-       epatch "${FILESDIR}/${PN}-1.15.1-staticdata.patch"
+       eapply "${FILESDIR}/${PN}-1.15.1-staticdata.patch"
 
        # do not try to save exported html to python sitedir
-       epatch "${FILESDIR}/${PN}-1.1.8-html-export-path.patch"
+       eapply "${FILESDIR}/${PN}-1.1.8-html-export-path.patch"
 
        # fix import path in the main script for systemwide installation
-       epatch "${FILESDIR}/${PN}-1.15.1-import-pyfa.patch"
+       eapply "${FILESDIR}/${PN}-1.15.1-import-pyfa.patch"
+
+       eapply_user
+
        touch __init__.py
 
        pyfa_make_configforced() {

Reply via email to