From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CE439138359 for ; Tue, 22 Sep 2020 21:33:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F44FE0863; Tue, 22 Sep 2020 21:33:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E850AE084E for ; Tue, 22 Sep 2020 21:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 882D1340E06 for ; Tue, 22 Sep 2020 21:33:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149FE378 for ; Tue, 22 Sep 2020 21:33:54 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600810356.866eaf6a6c5ce21f4cc034b3af295b951c0f6100.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/camd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/camd/camd-2.4.6.ebuild X-VCS-Directories: sci-libs/camd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 866eaf6a6c5ce21f4cc034b3af295b951c0f6100 X-VCS-Branch: master Date: Tue, 22 Sep 2020 21:33:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b8d2af7e-0cea-4825-9874-05ba7f148dcc X-Archives-Hash: 5b06e3ad7df82f7c4e80c917da1d26aa commit: 866eaf6a6c5ce21f4cc034b3af295b951c0f6100 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Sep 14 17:59:33 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Sep 22 21:32:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866eaf6a sci-libs/camd: update HOMEPAGE, use https Closes: https://github.com/gentoo/gentoo/pull/17541 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> sci-libs/camd/camd-2.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/camd/camd-2.4.6.ebuild b/sci-libs/camd/camd-2.4.6.ebuild index 81a19dcab52..4ac1627a0b3 100644 --- a/sci-libs/camd/camd-2.4.6.ebuild +++ b/sci-libs/camd/camd-2.4.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Library to order a sparse matrix prior to Cholesky factorization" -HOMEPAGE="http://faculty.cse.tamu.edu/davis/suitesparse.html" +HOMEPAGE="https://people.engr.tamu.edu/davis/suitesparse.html" SRC_URI="http://202.36.178.9/sage/${P}.tar.bz2" LICENSE="BSD"