From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D3690138334 for ; Sun, 15 Jul 2018 16:09:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A7A0E0848; Sun, 15 Jul 2018 16:09:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20951E083E for ; Sun, 15 Jul 2018 16:09:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA1EB335C9F for ; Sun, 15 Jul 2018 16:09:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96FE937B for ; Sun, 15 Jul 2018 16:09:12 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1531670938.4e5e54248e8971e09381d97edcba29c0b32e0da1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/paraview/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/paraview/paraview-5.5.2.ebuild X-VCS-Directories: sci-visualization/paraview/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4e5e54248e8971e09381d97edcba29c0b32e0da1 X-VCS-Branch: master Date: Sun, 15 Jul 2018 16:09:12 +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: b4d7ffdb-0e00-4ab3-b55a-cfb72b5766b0 X-Archives-Hash: 307e42fb6d7b1d42c56b2f4237a949c1 commit: 4e5e54248e8971e09381d97edcba29c0b32e0da1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 15 09:30:34 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 15 16:08:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e5e5424 sci-visualization/paraview: Switch to eapi7-ver Package-Manager: Portage-2.3.41, Repoman-2.3.9 sci-visualization/paraview/paraview-5.5.2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-visualization/paraview/paraview-5.5.2.ebuild b/sci-visualization/paraview/paraview-5.5.2.ebuild index ca4f0e25f4b..8f9a79d3dae 100644 --- a/sci-visualization/paraview/paraview-5.5.2.ebuild +++ b/sci-visualization/paraview/paraview-5.5.2.ebuild @@ -4,10 +4,10 @@ EAPI=6 PYTHON_COMPAT=( python2_7 ) -inherit cmake-utils desktop python-single-r1 toolchain-funcs versionator +inherit cmake-utils desktop eapi7-ver python-single-r1 toolchain-funcs -MAIN_PV=$(get_major_version) -MAJOR_PV=$(get_version_component_range 1-2) +MAIN_PV=$(ver_cut 0-1) +MAJOR_PV=$(ver_cut 1-2) MY_P="ParaView-v${PV}" DESCRIPTION="Powerful scientific data visualization application"