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 E7BDA13835A for ; Fri, 9 Oct 2020 13:47:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F429E0869; Fri, 9 Oct 2020 13:47:14 +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 E1E5CE086C for ; Fri, 9 Oct 2020 13:47:13 +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 1AF6E340FCF for ; Fri, 9 Oct 2020 13:47:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89B5339E for ; Fri, 9 Oct 2020 13:47:11 +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: <1602251146.772a434f349009eef7906718df9904e0108adda9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/colamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/colamd/colamd-2.9.6.ebuild X-VCS-Directories: sci-libs/colamd/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 772a434f349009eef7906718df9904e0108adda9 X-VCS-Branch: master Date: Fri, 9 Oct 2020 13:47:11 +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: 0e81e142-fb42-45ae-b2a0-b9bd0dbca3ab X-Archives-Hash: eb0b643330470572900e1f7528959ddc commit: 772a434f349009eef7906718df9904e0108adda9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Sep 26 14:27:23 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Oct 9 13:45:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=772a434f sci-libs/colamd: update HOMEPAGE, use https Closes: https://github.com/gentoo/gentoo/pull/17681 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> sci-libs/colamd/colamd-2.9.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/colamd/colamd-2.9.6.ebuild b/sci-libs/colamd/colamd-2.9.6.ebuild index a656a74f573..6a5198706ed 100644 --- a/sci-libs/colamd/colamd-2.9.6.ebuild +++ b/sci-libs/colamd/colamd-2.9.6.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="Column approximate minimum degree ordering algorithm" -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"