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/prover9/
Date: Fri, 03 May 2019 01:04:04
Message-Id: 1556845430.9313279243fd73849c246068197b916292a87b45.bman@gentoo
1 commit: 9313279243fd73849c246068197b916292a87b45
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 29 10:47:19 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri May 3 01:03:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93132792
7
8 sci-mathematics/prover9: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/11860
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 sci-mathematics/prover9/prover9-2009.11a.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/sci-mathematics/prover9/prover9-2009.11a.ebuild b/sci-mathematics/prover9/prover9-2009.11a.ebuild
18 index 56c2ad3a413..b9fe53f22b6 100644
19 --- a/sci-mathematics/prover9/prover9-2009.11a.ebuild
20 +++ b/sci-mathematics/prover9/prover9-2009.11a.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -11,9 +11,9 @@ MY_PV=$(replace_all_version_separators '-')
28 MY_P="${MY_PN}-${MY_PV}"
29
30 DESCRIPTION="Automated theorem prover for first-order and equational logic"
31 -HOMEPAGE="http://www.cs.unm.edu/~mccune/mace4/"
32 +HOMEPAGE="https://www.cs.unm.edu/~mccune/mace4/"
33 SRC_URI="
34 - http://www.cs.unm.edu/~mccune/mace4/download/${MY_P}.tar.gz
35 + https://www.cs.unm.edu/~mccune/mace4/download/${MY_P}.tar.gz
36 https://dev.gentoo.org/~jlec/distfiles/${MY_PN}-2009-11A-makefile.patch.xz"
37
38 SLOT="0"