From: Andreas Sturmlechner Date: Thu, 21 May 2020 19:42:19 +0000 (+0200) Subject: sci-biology/clustalx: EAPI-7 bump, update HOMEPAGE X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=142e02c1094e564f0be9d371a7eb1d03a4130676;p=gentoo.git sci-biology/clustalx: EAPI-7 bump, update HOMEPAGE Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- diff --git a/sci-biology/clustalx/clustalx-2.1-r3.ebuild b/sci-biology/clustalx/clustalx-2.1-r3.ebuild index 4a3199f352c9..bd9b57aabe79 100644 --- a/sci-biology/clustalx/clustalx-2.1-r3.ebuild +++ b/sci-biology/clustalx/clustalx-2.1-r3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 inherit desktop qmake-utils DESCRIPTION="Graphical interface for the ClustalW multiple alignment program" -HOMEPAGE="http://www.ebi.ac.uk/tools/clustalw2/" +HOMEPAGE="https://www.ebi.ac.uk/Tools/msa/clustalw2/" SRC_URI=" http://www.clustal.org/download/current/${P}.tar.gz https://dev.gentoo.org/~jlec/distfiles/${PN}.png.xz" @@ -40,7 +40,7 @@ src_prepare() { -e "s|clustalx.hlp|${EPREFIX}/usr/share/${PN}/clustalx.hlp|" \ -i HelpDisplayWidget.cpp || \ die "Failed to patch help file location." - rm -rf usr || die + rm -r usr || die } src_configure() {