Skip to content

Commit

Permalink
sci-biology/foldingathome: migrate to eapi7
Browse files Browse the repository at this point in the history
includes migration from 'versionator' to 'eapi7-ver'

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ian Stakenvicius <[email protected]>
  • Loading branch information
axs-gentoo committed Apr 24, 2020
1 parent 4c07519 commit 2d0aa63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sci-biology/foldingathome/foldingathome-7.6.9.ebuild
Original file line number Diff line number Diff line change
@@ -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"

Expand Down

0 comments on commit 2d0aa63

Please sign in to comment.