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-chemistry/modeller/
Date: Mon, 11 Jun 2018 16:28:19
Message-Id: 1528734449.03acc592f645d64982e31912a2416f478885fde0.bman@gentoo
1 commit: 03acc592f645d64982e31912a2416f478885fde0
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:34:38 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 11 16:27:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03acc592
7
8 sci-chemistry/modeller: use HTTPs
9
10 sci-chemistry/modeller/modeller-9.20.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sci-chemistry/modeller/modeller-9.20.ebuild b/sci-chemistry/modeller/modeller-9.20.ebuild
14 index 0d29c3843f2..e7e80937b7f 100644
15 --- a/sci-chemistry/modeller/modeller-9.20.ebuild
16 +++ b/sci-chemistry/modeller/modeller-9.20.ebuild
17 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 )
18 inherit distutils-r1 eutils multilib versionator
19
20 DESCRIPTION="Homology or comparative modeling of protein three-dimensional structures"
21 -HOMEPAGE="http://salilab.org/modeller/"
22 -SRC_URI="http://salilab.org/${PN}/${PV}/${P}.tar.gz"
23 +HOMEPAGE="https://salilab.org/modeller/"
24 +SRC_URI="https://salilab.org/${PN}/${PV}/${P}.tar.gz"
25
26 LICENSE="modeller"
27 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"