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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 391D7158020 for ; Mon, 24 Oct 2022 15:52:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 649EFE0788; Mon, 24 Oct 2022 15:52:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48DBAE0788 for ; Mon, 24 Oct 2022 15:52:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 38A413406D1 for ; Mon, 24 Oct 2022 15:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C21E3629 for ; Mon, 24 Oct 2022 15:52:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1666626713.c29081a6e389a5266bc401ed99f5658d33b77201.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/openblas/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/openblas/openblas-0.3.18.ebuild sci-libs/openblas/openblas-0.3.19.ebuild sci-libs/openblas/openblas-0.3.20.ebuild X-VCS-Directories: sci-libs/openblas/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c29081a6e389a5266bc401ed99f5658d33b77201 X-VCS-Branch: master Date: Mon, 24 Oct 2022 15:52:01 +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: 54c2b3f8-74d4-41b6-b1d2-05a8254abf7b X-Archives-Hash: 1d71bcc50680b9eab870b243fef8dee3 commit: c29081a6e389a5266bc401ed99f5658d33b77201 Author: Sam James gentoo org> AuthorDate: Mon Oct 24 15:20:41 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 24 15:51:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29081a6 sci-libs/openblas: update HOMEPAGE Signed-off-by: Sam James gentoo.org> sci-libs/openblas/openblas-0.3.18.ebuild | 2 +- sci-libs/openblas/openblas-0.3.19.ebuild | 2 +- sci-libs/openblas/openblas-0.3.20.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-libs/openblas/openblas-0.3.18.ebuild b/sci-libs/openblas/openblas-0.3.18.ebuild index ec15a244d0b8..31488ab8cb0d 100644 --- a/sci-libs/openblas/openblas-0.3.18.ebuild +++ b/sci-libs/openblas/openblas-0.3.18.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Optimized BLAS library based on GotoBLAS2" -HOMEPAGE="http://xianyi.github.com/OpenBLAS/" +HOMEPAGE="http://xianyi.github.io/OpenBLAS/" SRC_URI="https://github.com/xianyi/OpenBLAS/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/OpenBLAS-${PV} diff --git a/sci-libs/openblas/openblas-0.3.19.ebuild b/sci-libs/openblas/openblas-0.3.19.ebuild index ec15a244d0b8..31488ab8cb0d 100644 --- a/sci-libs/openblas/openblas-0.3.19.ebuild +++ b/sci-libs/openblas/openblas-0.3.19.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Optimized BLAS library based on GotoBLAS2" -HOMEPAGE="http://xianyi.github.com/OpenBLAS/" +HOMEPAGE="http://xianyi.github.io/OpenBLAS/" SRC_URI="https://github.com/xianyi/OpenBLAS/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/OpenBLAS-${PV} diff --git a/sci-libs/openblas/openblas-0.3.20.ebuild b/sci-libs/openblas/openblas-0.3.20.ebuild index 01fd54d252c4..9752701c1849 100644 --- a/sci-libs/openblas/openblas-0.3.20.ebuild +++ b/sci-libs/openblas/openblas-0.3.20.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Optimized BLAS library based on GotoBLAS2" -HOMEPAGE="http://xianyi.github.com/OpenBLAS/" +HOMEPAGE="http://xianyi.github.io/OpenBLAS/" SRC_URI="https://github.com/xianyi/OpenBLAS/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}"/OpenBLAS-${PV}