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

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

Package-Manager: portage-2.2.26

 dev-python/python-vxi11/python-vxi11-0.8.ebuild  | 16 +++++-----------
 dev-python/python-vxi11/python-vxi11-9999.ebuild | 19 ++++++-------------
 2 files changed, 11 insertions(+), 24 deletions(-)

diff --git a/dev-python/python-vxi11/python-vxi11-0.8.ebuild 
b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
index fd6fcc9..f0482a8 100644
--- a/dev-python/python-vxi11/python-vxi11-0.8.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-0.8.ebuild
@@ -1,22 +1,16 @@
-# 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="Provides a pure Python VXI-11 driver for controlling instruments 
over Ethernet"
 HOMEPAGE="https://github.com/python-ivi/python-vxi11";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git 
git://github.com/python-ivi/${PN}.git"
-else
-       SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
+SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
+KEYWORDS="~amd64"
\ No newline at end of file

diff --git a/dev-python/python-vxi11/python-vxi11-9999.ebuild 
b/dev-python/python-vxi11/python-vxi11-9999.ebuild
index fd6fcc9..ce09d7f 100644
--- a/dev-python/python-vxi11/python-vxi11-9999.ebuild
+++ b/dev-python/python-vxi11/python-vxi11-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="Provides a pure Python VXI-11 driver for controlling instruments 
over Ethernet"
 HOMEPAGE="https://github.com/python-ivi/python-vxi11";
-
-if [ ${PV} == "9999" ] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git 
git://github.com/python-ivi/${PN}.git"
-else
-       SRC_URI="https://github.com/python-ivi/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64"
-fi
+EGIT_REPO_URI="https://github.com/python-ivi/${PN}.git 
git://github.com/python-ivi/${PN}.git"
 
 LICENSE="MIT"
-SLOT="0"
+SLOT="0"
\ No newline at end of file

Reply via email to