commit:     962ff02a25ed562c646f615f4a57b1c2cc17c626
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Mon Feb  8 13:31:27 2016 +0000
Commit:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Mon Feb  8 13:31:27 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=962ff02a

dev-python/python-ivi: Bump to EAPI=6, enable python3_5, cleanup ebuilds

Package-Manager: portage-2.2.26

 dev-python/python-ivi/python-ivi-0.14.9.ebuild | 16 +++++-----------
 dev-python/python-ivi/python-ivi-9999.ebuild   | 17 +++++------------
 2 files changed, 10 insertions(+), 23 deletions(-)

diff --git a/dev-python/python-ivi/python-ivi-0.14.9.ebuild 
b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
index f0a5176..f968361 100644
--- a/dev-python/python-ivi/python-ivi-0.14.9.ebuild
+++ b/dev-python/python-ivi/python-ivi-0.14.9.ebuild
@@ -1,25 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
 
 inherit distutils-r1
 
 DESCRIPTION="Python-based interpretation of the Interchangeable Virtual 
Instrument standard"
 HOMEPAGE="https://github.com/python-ivi/python-ivi";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git 
git://github.com/${PN}/${PN}.git"
-else
-       SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
 
 RDEPEND="
        || (

diff --git a/dev-python/python-ivi/python-ivi-9999.ebuild 
b/dev-python/python-ivi/python-ivi-9999.ebuild
index f0a5176..8b0f2c8 100644
--- a/dev-python/python-ivi/python-ivi-9999.ebuild
+++ b/dev-python/python-ivi/python-ivi-9999.ebuild
@@ -1,22 +1,15 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+EAPI=6
+PYTHON_COMPAT=( python2_7 python{3_4,3_5} )
 
-inherit distutils-r1
+inherit distutils-r1 git-r3
 
 DESCRIPTION="Python-based interpretation of the Interchangeable Virtual 
Instrument standard"
 HOMEPAGE="https://github.com/python-ivi/python-ivi";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/${PN}/${PN}.git 
git://github.com/${PN}/${PN}.git"
-else
-       SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/${PN}/${PN}.git 
git://github.com/${PN}/${PN}.git"
 
 LICENSE="MIT"
 SLOT="0"

Reply via email to