Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/
Date: Mon, 31 Dec 2018 09:44:19
Message-Id: 1546249388.4aeb0ca94f49f040072b61eb28abc65bca3d1b00.jlec@gentoo
1 commit: 4aeb0ca94f49f040072b61eb28abc65bca3d1b00
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 30 19:19:39 2018 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 09:43:08 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aeb0ca9
7
8 sci-libs/cholmod: Update HOMPAGE
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/cholmod/cholmod-2.1.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild
17 index 32bd49515a4..a0460f5c4b6 100644
18 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild
19 +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -6,7 +6,7 @@ EAPI=5
27 inherit autotools-utils multilib toolchain-funcs
28
29 DESCRIPTION="Sparse Cholesky factorization and update/downdate library"
30 -HOMEPAGE="http://www.cise.ufl.edu/research/sparse/cholmod/"
31 +HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html"
32 SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
33
34 LICENSE="minimal? ( LGPL-2.1 ) !minimal? ( GPL-2 )"