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/fastdnaml/
Date: Wed, 13 Jan 2021 21:07:01
Message-Id: 1610571243.67173df94655c0f6110fd1087ec3504ce5e70aee.andrewammerlaan@gentoo
1 commit: 67173df94655c0f6110fd1087ec3504ce5e70aee
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Wed Jan 13 20:54:03 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Wed Jan 13 20:54:03 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=67173df9
7
8 sci-biology/fastdnaml: use https for homepage
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
17 index bf739d3c6..bda2a666c 100644
18 --- a/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
19 +++ b/sci-biology/fastdnaml/fastdnaml-1.2.2_p10.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2014 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 @@ -8,7 +8,7 @@ inherit eutils
27 DEB_PATCHLVL=10
28
29 DESCRIPTION="Maximum likelihood phylogenetic tree builder for DNA sequences"
30 -HOMEPAGE="http://directory.fsf.org/project/fastDNAml/"
31 +HOMEPAGE="https://directory.fsf.org/wiki/FastDNAml"
32 SRC_URI="
33 mirror://debian/pool/main/f/fastdnaml/${PN}_${PV%%_p${DEB_PATCHLVL}}.orig.tar.gz
34 mirror://debian/pool/main/f/fastdnaml/${PN}_${PV/_p/-}.debian.tar.gz"