commit:     142e02c1094e564f0be9d371a7eb1d03a4130676
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 19:42:19 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 19:42:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142e02c1

sci-biology/clustalx: EAPI-7 bump, update HOMEPAGE

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sci-biology/clustalx/clustalx-2.1-r3.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sci-biology/clustalx/clustalx-2.1-r3.ebuild 
b/sci-biology/clustalx/clustalx-2.1-r3.ebuild
index 4a3199f352c..bd9b57aabe7 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() {

Reply via email to