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-mathematics/p9m4/
Date: Fri, 03 May 2019 01:04:04
Message-Id: 1556845431.0215de3511026ab38633419f287acb87dc9b79e5.bman@gentoo
1 commit: 0215de3511026ab38633419f287acb87dc9b79e5
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 29 10:48:01 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 01:03:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0215de35
7
8 sci-mathematics/p9m4: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 sci-mathematics/p9m4/p9m4-05-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-mathematics/p9m4/p9m4-05-r1.ebuild b/sci-mathematics/p9m4/p9m4-05-r1.ebuild
17 index 16bb1c83dee..29cb679eeb2 100644
18 --- a/sci-mathematics/p9m4/p9m4-05-r1.ebuild
19 +++ b/sci-mathematics/p9m4/p9m4-05-r1.ebuild
20 @@ -11,9 +11,9 @@ MY_PN="p9m4-v"
21 MY_P="${MY_PN}${PV}"
22
23 DESCRIPTION="This is a Graphical User Interface for Prover9 and Mace4"
24 -HOMEPAGE="http://www.cs.unm.edu/~mccune/mace4/"
25 +HOMEPAGE="https://www.cs.unm.edu/~mccune/mace4/"
26 SRC_URI="
27 - http://www.cs.unm.edu/~mccune/prover9/gui/${MY_P}.tar.gz
28 + https://www.cs.unm.edu/~mccune/prover9/gui/${MY_P}.tar.gz
29 https://dev.gentoo.org/~gienah/2big4tree/sci-mathematics/p9m4/p9m4-v05-64bit.patch.bz2"
30
31 LICENSE="GPL-2"