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 6107315800C for ; Wed, 28 Dec 2022 13:29:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B743E085A; Wed, 28 Dec 2022 13:29:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5DB90E085A for ; Wed, 28 Dec 2022 13:29:15 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 397883410C2 for ; Wed, 28 Dec 2022 13:29:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66D397F2 for ; Wed, 28 Dec 2022 13:29:12 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1672234149.ae4f38a96df624cd3247407a9486da3776303589.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/c-blosc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/c-blosc/c-blosc-1.21.3.ebuild X-VCS-Directories: dev-libs/c-blosc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ae4f38a96df624cd3247407a9486da3776303589 X-VCS-Branch: master Date: Wed, 28 Dec 2022 13:29:12 +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: 814754e0-2943-4134-bc10-241bf80a19e9 X-Archives-Hash: dbe5f51cf0842c72fcc361e32ef828fb commit: ae4f38a96df624cd3247407a9486da3776303589 Author: Michał Górny gentoo org> AuthorDate: Wed Dec 28 13:28:07 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Dec 28 13:29:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae4f38a9 dev-libs/c-blosc: Add GitHub homepage Signed-off-by: Michał Górny gentoo.org> dev-libs/c-blosc/c-blosc-1.21.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-libs/c-blosc/c-blosc-1.21.3.ebuild b/dev-libs/c-blosc/c-blosc-1.21.3.ebuild index 3a03272014b2..440457b70675 100644 --- a/dev-libs/c-blosc/c-blosc-1.21.3.ebuild +++ b/dev-libs/c-blosc/c-blosc-1.21.3.ebuild @@ -6,7 +6,10 @@ EAPI=8 inherit cmake DESCRIPTION="Blocking, shuffling and lossless compression library" -HOMEPAGE="https://www.blosc.org/" +HOMEPAGE=" + https://www.blosc.org/ + https://github.com/Blosc/c-blosc/ +" SRC_URI=" https://github.com/Blosc/c-blosc/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz