Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-math/
Date: Sun, 28 Oct 2018 22:40:21
Message-Id: 1540766227.b6ef9e15f2c9a375a75c5e28435918ce0ea4dcc2.monsieurp@gentoo
1 commit: b6ef9e15f2c9a375a75c5e28435918ce0ea4dcc2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 27 21:30:33 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 28 22:37:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ef9e15
7
8 dev-java/commons-math: update SRC_URI.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.10
12
13 dev-java/commons-math/commons-math-3.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-java/commons-math/commons-math-3.2.ebuild b/dev-java/commons-math/commons-math-3.2.ebuild
17 index 7d4b8f2dc93..0fcdf307223 100644
18 --- a/dev-java/commons-math/commons-math-3.2.ebuild
19 +++ b/dev-java/commons-math/commons-math-3.2.ebuild
20 @@ -13,7 +13,7 @@ MY_P="${MY_PN}-${PV}"
21
22 DESCRIPTION="Lightweight, self-contained mathematics and statistics components"
23 HOMEPAGE="https://commons.apache.org/math/"
24 -SRC_URI="mirror://apache/commons/math/source/${MY_P}-src.tar.gz"
25 +SRC_URI="https://archive.apache.org/dist/commons/math/source/${MY_P}-src.tar.gz"
26
27 LICENSE="Apache-2.0"
28 SLOT="3"