Gentoo Archives: gentoo-commits

From: Amy Liffey <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/gmm/
Date: Fri, 11 Aug 2017 19:57:29
Message-Id: 1502481421.9e309ad0c7b2bab384d37cc8bdbdb54f8e4e48cb.amynka@gentoo
1 commit: 9e309ad0c7b2bab384d37cc8bdbdb54f8e4e48cb
2 Author: Amy Liffey <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 11 19:55:58 2017 +0000
4 Commit: Amy Liffey <amynka <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 11 19:57:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e309ad0
7
8 sci-mathematics/gmm: fix homepage, src_uri
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 sci-mathematics/gmm/gmm-5.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-mathematics/gmm/gmm-5.1.ebuild b/sci-mathematics/gmm/gmm-5.1.ebuild
16 index 89327e5ea17..afc103e6cc6 100644
17 --- a/sci-mathematics/gmm/gmm-5.1.ebuild
18 +++ b/sci-mathematics/gmm/gmm-5.1.ebuild
19 @@ -6,8 +6,8 @@ EAPI=6
20 inherit flag-o-matic
21
22 DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices"
23 -SRC_URI="http://download.gna.org/getfem/stable/${P}.tar.gz"
24 -HOMEPAGE="http://www-gmm.insa-toulouse.fr/getfem/"
25 +SRC_URI="https://download.gna.org/getfem/stable/${P}.tar.gz"
26 +HOMEPAGE="https://www-gmm.insa-toulouse.fr/getfem/"
27
28 LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )"
29 SLOT="0"