Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/aaindex/
Date: Sat, 09 Jun 2018 14:09:17
Message-Id: 1528553335.60a1a3bb4d18539d69ebdfaee604934e027fad0a.bman@gentoo
1 commit: 60a1a3bb4d18539d69ebdfaee604934e027fad0a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Jun 1 16:44:52 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 9 14:08:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a1a3bb
7
8 sci-biology/aaindex: use HTTPs
9
10 sci-biology/aaindex/aaindex-9.1-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sci-biology/aaindex/aaindex-9.1-r1.ebuild b/sci-biology/aaindex/aaindex-9.1-r1.ebuild
14 index 068902e96fa..b51f64beaef 100644
15 --- a/sci-biology/aaindex/aaindex-9.1-r1.ebuild
16 +++ b/sci-biology/aaindex/aaindex-9.1-r1.ebuild
17 @@ -1,10 +1,10 @@
18 -# Copyright 1999-2017 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23
24 DESCRIPTION="Amino acid indices and similarity matrices"
25 -HOMEPAGE="http://www.genome.jp/aaindex/"
26 +HOMEPAGE="https://www.genome.jp/aaindex/"
27 SRC_URI="mirror://gentoo/${P}.tar.bz2"
28
29 LICENSE="public-domain"