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/zmap/
Date: Fri, 05 Feb 2021 11:51:12
Message-Id: 1612524391.e43706e7519c4da5fadaae72c319788351be1743.andrewammerlaan@gentoo
1 commit: e43706e7519c4da5fadaae72c319788351be1743
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Fri Feb 5 11:26:31 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Fri Feb 5 11:26:31 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e43706e7
7
8 sci-biology/zmap: use https for 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/zmap/zmap-2.12.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-biology/zmap/zmap-2.12.0.ebuild b/sci-biology/zmap/zmap-2.12.0.ebuild
17 index 4b52b3ebf..b4cb2e9b4 100644
18 --- a/sci-biology/zmap/zmap-2.12.0.ebuild
19 +++ b/sci-biology/zmap/zmap-2.12.0.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26
27 DESCRIPTION="A desktop genome browser using GFF inputs"
28 -HOMEPAGE="http://www.sanger.ac.uk/science/tools/zmap"
29 +HOMEPAGE="https://www.sanger.ac.uk/science/tools/zmap"
30 SRC_URI="ftp://ftp.sanger.ac.uk/pub/resources/software/zmap/production/zmap-${PV}.tar.gz
31 ftp://ftp.sanger.ac.uk/pub/resources/software/zmap/ZMap_User_Manual.pdf"