From 54305e22b2367ee3b795255a45c1ae14f9727fc1 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Mon, 5 Mar 2018 23:15:03 +0100 Subject: [PATCH] dev-java/commons-math: switch to HTTPS. Package-Manager: Portage-2.3.19, Repoman-2.3.6 --- dev-java/commons-math/commons-math-2.1-r2.ebuild | 2 +- dev-java/commons-math/commons-math-3.2.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/commons-math/commons-math-2.1-r2.ebuild b/dev-java/commons-math/commons-math-2.1-r2.ebuild index 2d426ac62dce8..9f447d65ff8c3 100644 --- a/dev-java/commons-math/commons-math-2.1-r2.ebuild +++ b/dev-java/commons-math/commons-math-2.1-r2.ebuild @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc test source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Lightweight, self-contained mathematics and statistics components" -HOMEPAGE="http://commons.apache.org/math/" +HOMEPAGE="https://commons.apache.org/math/" SRC_URI="mirror://apache/commons/math/source/${P}-src.tar.gz" LICENSE="Apache-2.0" SLOT="2" diff --git a/dev-java/commons-math/commons-math-3.2.ebuild b/dev-java/commons-math/commons-math-3.2.ebuild index 746cb389e3197..7d4b8f2dc93e8 100644 --- a/dev-java/commons-math/commons-math-3.2.ebuild +++ b/dev-java/commons-math/commons-math-3.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -12,7 +12,7 @@ MY_PN="${PN}3" MY_P="${MY_PN}-${PV}" DESCRIPTION="Lightweight, self-contained mathematics and statistics components" -HOMEPAGE="http://commons.apache.org/math/" +HOMEPAGE="https://commons.apache.org/math/" SRC_URI="mirror://apache/commons/math/source/${MY_P}-src.tar.gz" LICENSE="Apache-2.0"