sci-biology/foldingathome: migrate to eapi7
authorIan Stakenvicius <axs@gentoo.org>
Fri, 24 Apr 2020 21:08:13 +0000 (17:08 -0400)
committerIan Stakenvicius <axs@gentoo.org>
Fri, 24 Apr 2020 21:09:20 +0000 (17:09 -0400)
includes migration from 'versionator' to 'eapi7-ver'

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
sci-biology/foldingathome/foldingathome-7.6.9.ebuild

index cb7ce89a604bdffaf816d46498a84d167b91cede..ca477a6d6b77dd676c688786728b4eb8d1b6d823 100644 (file)
@@ -1,13 +1,13 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit versionator user systemd
+inherit user systemd
 
 DESCRIPTION="Folding@Home is a distributed computing project for protein folding"
 HOMEPAGE="https://foldingathome.org/"
-SRC_URI="https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v$(get_version_component_range 1-2)/fahclient_${PV}-64bit-release.tar.bz2"
+SRC_URI="https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v$(ver_cut 1-2)/fahclient_${PV}-64bit-release.tar.bz2"
 
 RESTRICT="mirror bindist strip"