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 1092B138359 for ; Tue, 22 Sep 2020 21:33:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18074E0858; 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 F1613E0858 for ; Tue, 22 Sep 2020 21:33:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 73776340DAF 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 DDBDC365 for ; Tue, 22 Sep 2020 21:33:53 +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: <1600810330.3f8430578b2ab28c157365383213121eb832d8bd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/amd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/amd/amd-2.4.6.ebuild X-VCS-Directories: sci-libs/amd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3f8430578b2ab28c157365383213121eb832d8bd X-VCS-Branch: master Date: Tue, 22 Sep 2020 21:33:53 +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: bfb56e70-7814-4f48-ae5b-679102d3dc14 X-Archives-Hash: 97895aaa842d5e0755928ad379eb9e98 commit: 3f8430578b2ab28c157365383213121eb832d8bd Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Sep 14 17:56:31 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Sep 22 21:32:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f843057 sci-libs/amd: 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/amd/amd-2.4.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/amd/amd-2.4.6.ebuild b/sci-libs/amd/amd-2.4.6.ebuild index e63da81355a..669231443d0 100644 --- a/sci-libs/amd/amd-2.4.6.ebuild +++ b/sci-libs/amd/amd-2.4.6.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit fortran-2 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"