From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9B321382C5 for ; Thu, 21 May 2020 19:42:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3927E08B1; Thu, 21 May 2020 19:42:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB260E08B1 for ; Thu, 21 May 2020 19:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 52E1234F2A5 for ; Thu, 21 May 2020 19:42:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE99F230 for ; Thu, 21 May 2020 19:42:26 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590090139.142e02c1094e564f0be9d371a7eb1d03a4130676.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/clustalx/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/clustalx/clustalx-2.1-r3.ebuild X-VCS-Directories: sci-biology/clustalx/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 142e02c1094e564f0be9d371a7eb1d03a4130676 X-VCS-Branch: master Date: Thu, 21 May 2020 19:42:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 69bcb3f0-1649-4b46-9002-493aa0d69ace X-Archives-Hash: ca38530806b0309e2128e671c9b8a007 commit: 142e02c1094e564f0be9d371a7eb1d03a4130676 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 19:42:19 2020 +0000 Commit: Andreas Sturmlechner gentoo 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 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() {