diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2020-04-24 17:08:13 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2020-04-24 17:09:20 -0400 |
commit | 2d0aa630324eee5ff13ab39a87b56edc7a743ef6 (patch) | |
tree | 9c72ad87cb90b379cf82d964de357966b73a6fa0 /sci-biology/foldingathome | |
parent | sci-biology/foldingathome: version bump (diff) | |
download | gentoo-2d0aa630324eee5ff13ab39a87b56edc7a743ef6.tar.gz gentoo-2d0aa630324eee5ff13ab39a87b56edc7a743ef6.tar.bz2 gentoo-2d0aa630324eee5ff13ab39a87b56edc7a743ef6.zip |
sci-biology/foldingathome: migrate to eapi7
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>
Diffstat (limited to 'sci-biology/foldingathome')
-rw-r--r-- | sci-biology/foldingathome/foldingathome-7.6.9.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-biology/foldingathome/foldingathome-7.6.9.ebuild b/sci-biology/foldingathome/foldingathome-7.6.9.ebuild index cb7ce89a604b..ca477a6d6b77 100644 --- a/sci-biology/foldingathome/foldingathome-7.6.9.ebuild +++ b/sci-biology/foldingathome/foldingathome-7.6.9.ebuild @@ -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" |