Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/Macaulay2/
Date: Wed, 06 Sep 2017 21:00:31
Message-Id: 1504731554.9787a828952cde2ddab10e90b12b7e51b03fc1d8.mgorny@gentoo
1 commit: 9787a828952cde2ddab10e90b12b7e51b03fc1d8
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 16:26:45 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:59:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9787a828
7
8 sci-mathematics/Macaulay2: use HTTPS for links to dev.gentoo.org
9
10 sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild
14 index 79d575209c4..0836337b8d5 100644
15 --- a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild
16 +++ b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2015 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 @@ -11,7 +11,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib python-single-r1 too
24 DESCRIPTION="Research tool for commutative algebra and algebraic geometry"
25 HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/"
26 BASE_URI="http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/"
27 -BASE_URI2="http://dev.gentoo.org/~tomka/files/"
28 +BASE_URI2="https://dev.gentoo.org/~tomka/files/"
29 SRC_URI="
30 ${BASE_URI2}/${P}-fat.tar.bz2
31 "