Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/quicktree/
Date: Fri, 05 Feb 2021 11:51:12
Message-Id: 1612524759.5eb9735bb1058e5ceff829b31441f55507e7abaa.andrewammerlaan@gentoo
1 commit: 5eb9735bb1058e5ceff829b31441f55507e7abaa
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Feb 5 11:32:39 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Feb 5 11:32:39 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=5eb9735b
7
8 sci-biology/quicktree: update homepage
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-biology/quicktree/quicktree-1.1-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/quicktree/quicktree-1.1-r1.ebuild b/sci-biology/quicktree/quicktree-1.1-r1.ebuild
17 index 552831110..425df943a 100644
18 --- a/sci-biology/quicktree/quicktree-1.1-r1.ebuild
19 +++ b/sci-biology/quicktree/quicktree-1.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,7 @@ EAPI=5
27 inherit toolchain-funcs
28
29 DESCRIPTION="Rapid reconstruction of phylogenies by the Neighbor-Joining method"
30 -HOMEPAGE="http://www.sanger.ac.uk/Software/analysis/quicktree/"
31 +HOMEPAGE="https://www.sanger.ac.uk/tool/quicktree/"
32 SRC_URI="ftp://ftp.sanger.ac.uk/pub4/resources/software/${PN}/${PN}.tar.gz -> ${P}.tar.gz"
33
34 LICENSE="GRL"