diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 18:26:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:59:14 +0200 |
commit | 9787a828952cde2ddab10e90b12b7e51b03fc1d8 (patch) | |
tree | fce79dde5239d9c4b0f8af6b17cae1f7a86c2cd6 /sci-mathematics | |
parent | net-misc/openssh: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-9787a828952cde2ddab10e90b12b7e51b03fc1d8.tar.gz gentoo-9787a828952cde2ddab10e90b12b7e51b03fc1d8.tar.bz2 gentoo-9787a828952cde2ddab10e90b12b7e51b03fc1d8.zip |
sci-mathematics/Macaulay2: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild index 79d575209c49..0836337b8d5d 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-1.8.2.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ inherit autotools elisp-common eutils flag-o-matic multilib python-single-r1 too DESCRIPTION="Research tool for commutative algebra and algebraic geometry" HOMEPAGE="http://www.math.uiuc.edu/Macaulay2/" BASE_URI="http://www.math.uiuc.edu/Macaulay2/Downloads/OtherSourceCode/" -BASE_URI2="http://dev.gentoo.org/~tomka/files/" +BASE_URI2="https://dev.gentoo.org/~tomka/files/" SRC_URI=" ${BASE_URI2}/${P}-fat.tar.bz2 " |