commit: 2f9c3704f4ade627cfc01dd0a970c10e58f385d1 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Jan 19 10:20:47 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Jan 19 10:20:54 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=2f9c3704
sci-biology/polyphen: fix fetching Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 1 - sci-biology/polyphen/polyphen-2.2.2.ebuild | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 2f30fd9ab..39be2454d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -93,4 +93,3 @@ sci-biology/OBO-Edit sci-biology/ONTO-PERL sci-biology/ORFcor sci-biology/pairagon -sci-biology/polyphen diff --git a/sci-biology/polyphen/polyphen-2.2.2.ebuild b/sci-biology/polyphen/polyphen-2.2.2.ebuild index 2bd569632..0995356fd 100644 --- a/sci-biology/polyphen/polyphen-2.2.2.ebuild +++ b/sci-biology/polyphen/polyphen-2.2.2.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Predict effect of aminoacid substitution on human protein function" HOMEPAGE="http://genetics.bwh.harvard.edu/pph2/dokuwiki/start" -SRC_URI="http://genetics.bwh.harvard.edu/pph2/dokuwiki/_media/polyphen-2.2.2r405b.tar.gz" +SRC_URI="http://genetics.bwh.harvard.edu/pph2/dokuwiki/_media/polyphen-${PV}r405d.tar.gz" LICENSE="polyphen" # for non-commercial use only SLOT="0" KEYWORDS="" -IUSE="" # 3.7GB # ftp://genetics.bwh.harvard.edu/pph2/bundled/polyphen-2.2.2-databases-2011_12.tar.bz2
