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/xdsstat-bin/
Date: Mon, 11 Jun 2018 16:28:20
Message-Id: 1528734449.359ef00f8f9551fcedaf8b00e7dd52142b033961.bman@gentoo
1 commit: 359ef00f8f9551fcedaf8b00e7dd52142b033961
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 9 19:33:40 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=359ef00f
7
8 sci-chemistry/xdsstat-bin: use HTTPs
9
10 Closes: https://github.com/gentoo/gentoo/pull/8776
11
12 sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild
16 index e2115321133..0c144d9b28e 100644
17 --- a/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild
18 +++ b/sci-chemistry/xdsstat-bin/xdsstat-bin-171217.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -6,7 +6,7 @@ EAPI=6
26 MY_PN="${PN/-bin}"
27
28 DESCRIPTION="Prints various statistics (that are not available from XDS itself)"
29 -HOMEPAGE="http://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT"
30 +HOMEPAGE="https://strucbio.biologie.uni-konstanz.de/xdswiki/index.php/XDSSTAT"
31 SRC_URI="
32 amd64? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux64.bz2 )
33 x86? ( ftp://turn5.biologie.uni-konstanz.de/pub/${MY_PN}-linux32.bz2 )