Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/clustalx/
Date: Thu, 21 May 2020 19:42:31
Message-Id: 1590090139.142e02c1094e564f0be9d371a7eb1d03a4130676.asturm@gentoo
1 commit: 142e02c1094e564f0be9d371a7eb1d03a4130676
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 19:42:19 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 19:42:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142e02c1
7
8 sci-biology/clustalx: EAPI-7 bump, update HOMEPAGE
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-biology/clustalx/clustalx-2.1-r3.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sci-biology/clustalx/clustalx-2.1-r3.ebuild b/sci-biology/clustalx/clustalx-2.1-r3.ebuild
17 index 4a3199f352c..bd9b57aabe7 100644
18 --- a/sci-biology/clustalx/clustalx-2.1-r3.ebuild
19 +++ b/sci-biology/clustalx/clustalx-2.1-r3.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit desktop qmake-utils
29
30 DESCRIPTION="Graphical interface for the ClustalW multiple alignment program"
31 -HOMEPAGE="http://www.ebi.ac.uk/tools/clustalw2/"
32 +HOMEPAGE="https://www.ebi.ac.uk/Tools/msa/clustalw2/"
33 SRC_URI="
34 http://www.clustal.org/download/current/${P}.tar.gz
35 https://dev.gentoo.org/~jlec/distfiles/${PN}.png.xz"
36 @@ -40,7 +40,7 @@ src_prepare() {
37 -e "s|clustalx.hlp|${EPREFIX}/usr/share/${PN}/clustalx.hlp|" \
38 -i HelpDisplayWidget.cpp || \
39 die "Failed to patch help file location."
40 - rm -rf usr || die
41 + rm -r usr || die
42 }
43
44 src_configure() {