diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-11-19 09:57:01 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-11-19 12:39:25 +0100 |
commit | 161e7d35948abcf8d7fde773c4597292fa1c4db1 (patch) | |
tree | 621bea6b75ce61ee7b10c3a54815fa0b09f7541b /sci-libs | |
parent | sci-chemistry/mdtraj: use HTTPS, fix LICENSE (diff) | |
download | gentoo-161e7d35948abcf8d7fde773c4597292fa1c4db1.tar.gz gentoo-161e7d35948abcf8d7fde773c4597292fa1c4db1.tar.bz2 gentoo-161e7d35948abcf8d7fde773c4597292fa1c4db1.zip |
sci-libs/armadillo: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/armadillo/armadillo-10.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/armadillo/armadillo-10.7.1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/armadillo/armadillo-10.8.2.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/armadillo/armadillo-11.4.0.ebuild | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild b/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild index 0d7210c26cb8..bf6e45bd7854 100644 --- a/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild +++ b/sci-libs/armadillo/armadillo-10.2.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1 inherit cmake toolchain-funcs multilib DESCRIPTION="Streamlined C++ linear algebra library" -HOMEPAGE="http://arma.sourceforge.net/" +HOMEPAGE="https://arma.sourceforge.net" SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" diff --git a/sci-libs/armadillo/armadillo-10.7.1.ebuild b/sci-libs/armadillo/armadillo-10.7.1.ebuild index d85588ffb610..879006ea7c98 100644 --- a/sci-libs/armadillo/armadillo-10.7.1.ebuild +++ b/sci-libs/armadillo/armadillo-10.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1 inherit cmake toolchain-funcs multilib DESCRIPTION="Streamlined C++ linear algebra library" -HOMEPAGE="http://arma.sourceforge.net/" +HOMEPAGE="https://arma.sourceforge.net" SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" diff --git a/sci-libs/armadillo/armadillo-10.8.2.ebuild b/sci-libs/armadillo/armadillo-10.8.2.ebuild index f780ac97fb59..637bacec3260 100644 --- a/sci-libs/armadillo/armadillo-10.8.2.ebuild +++ b/sci-libs/armadillo/armadillo-10.8.2.ebuild @@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1 inherit cmake toolchain-funcs multilib DESCRIPTION="Streamlined C++ linear algebra library" -HOMEPAGE="http://arma.sourceforge.net/" +HOMEPAGE="https://arma.sourceforge.net" SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" diff --git a/sci-libs/armadillo/armadillo-11.4.0.ebuild b/sci-libs/armadillo/armadillo-11.4.0.ebuild index 415194976a72..efbac097f195 100644 --- a/sci-libs/armadillo/armadillo-11.4.0.ebuild +++ b/sci-libs/armadillo/armadillo-11.4.0.ebuild @@ -8,7 +8,7 @@ CMAKE_IN_SOURCE_BUILD=1 inherit cmake toolchain-funcs multilib DESCRIPTION="Streamlined C++ linear algebra library" -HOMEPAGE="http://arma.sourceforge.net/" +HOMEPAGE="https://arma.sourceforge.net" SRC_URI="mirror://sourceforge/arma/${P}.tar.xz" LICENSE="Apache-2.0" |