From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D1A201388C0 for ; Mon, 29 Feb 2016 04:20:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 683A4E07F9; Mon, 29 Feb 2016 04:20:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ED3E3E07F9 for ; Mon, 29 Feb 2016 04:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D83C1340B65 for ; Mon, 29 Feb 2016 04:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBD9A1CEB for ; Mon, 29 Feb 2016 04:20:32 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1456719579.ae0694e574fb575a914890986ffbf0933ef19a60.tetromino@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-util/pyfa/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-util/pyfa/pyfa-1.19.1.ebuild games-util/pyfa/pyfa-9999.ebuild X-VCS-Directories: games-util/pyfa/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: ae0694e574fb575a914890986ffbf0933ef19a60 X-VCS-Branch: master Date: Mon, 29 Feb 2016 04:20:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 237a4168-7139-44d0-83e3-50eb73fe75b6 X-Archives-Hash: c7f27896b6bd12daa46b90b22b1c5320 commit: ae0694e574fb575a914890986ffbf0933ef19a60 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Mon Feb 29 04:18:40 2016 +0000 Commit: Alexandre Rostovtsev gentoo 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() {