commit:     635a63203276600e6512121b30088562fe34e401
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 08:09:06 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 08:09:06 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=635a6320

sci-visualization/vtkPOFFReader: Bump to EAPI=5

Package-Manager: portage-2.2.21
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild 
b/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
index 7eef718..49c28b4 100644
--- a/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
+++ b/sci-visualization/vtkPOFFReader/vtkPOFFReader-300.ebuild
@@ -1,30 +1,31 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=3
+EAPI=5
 
 inherit cmake-utils multilib subversion versionator
 
 DESCRIPTION="Parallelized reader for OpenFOAM(R) file format for use with 
ParaView/VTK"
 HOMEPAGE="http://of-interfaces.sourceforge.net";
+SRC_URI=""
 
ESVN_REPO_URI="http://of-interfaces.svn.sourceforge.net/svnroot/of-interfaces/trunk/vtkPOFFReader@${PV}";
 
+SLOT="0"
 LICENSE="paraview GPL-2"
 KEYWORDS="~amd64 ~x86"
-SLOT="0"
 IUSE=""
 
-RDEPEND="
-       >=sci-visualization/paraview-3.8.1"
+RDEPEND=">=sci-visualization/paraview-3.8.1"
 DEPEND="${RDEPEND}"
 
+S=${WORKDIR}/${PN}
+
 pkg_setup() {
        PVP=$(best_version sci-visualization/paraview | cut -d '-' -f 3-)
        MAJOR_PV=$(get_version_component_range 1-2 $PVP)
 
        PVLIBDIR=/usr/$(get_libdir)/paraview-${MAJOR_PV}
-       S=${WORKDIR}/${PN}
 }
 
 src_configure() {

Reply via email to