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 79175158090 for ; Sat, 28 May 2022 23:44:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F93CE0817; Sat, 28 May 2022 23:44:42 +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 F27F2E0817 for ; Sat, 28 May 2022 23:44:41 +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 F0A253416DC for ; Sat, 28 May 2022 23:44:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A39F4D7 for ; Sat, 28 May 2022 23:44:38 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1653780956.6c14b90637bfc52935d15edab4fafc82bf2eedac.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/zfp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/zfp/Manifest dev-libs/zfp/zfp-0.5.5-r1.ebuild dev-libs/zfp/zfp-0.5.5.ebuild X-VCS-Directories: dev-libs/zfp/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 6c14b90637bfc52935d15edab4fafc82bf2eedac X-VCS-Branch: dev Date: Sat, 28 May 2022 23:44:38 +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: 59a90400-eae7-4eaa-aeec-bb0c84d83d19 X-Archives-Hash: 089835aa6040ac266b6600e5afae6502 commit: 6c14b90637bfc52935d15edab4fafc82bf2eedac Author: Alessandro Barbieri gmail com> AuthorDate: Sat May 28 23:35:56 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat May 28 23:35:56 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c14b906 dev-libs/zfp: EAPI 8 Signed-off-by: Alessandro Barbieri gmail.com> dev-libs/zfp/Manifest | 2 +- dev-libs/zfp/{zfp-0.5.5.ebuild => zfp-0.5.5-r1.ebuild} | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/zfp/Manifest b/dev-libs/zfp/Manifest index dc662e908..aab600983 100644 --- a/dev-libs/zfp/Manifest +++ b/dev-libs/zfp/Manifest @@ -1 +1 @@ -DIST zfp-0.5.5.tar.gz 127482 BLAKE2B 2a3bfca4280c15c8679d1af23ff1b5e09de07060ecb120ce399a56bf598c7a934dbf8053ffd9b6bd26c81641d2f46557d5ad71c3abffefa475eaaaaaf28c8286 SHA512 c043cee73f6e972e047452552ab2ceb9247a6747fdb7e5f863aeab3a05208737c0bcabbe29f3c10e5c1aba961ec47aa6a0abdb395486fa0d5fb16a4ad45733c4 +DIST zfp-0.5.5.gh.tar.gz 127482 BLAKE2B 2a3bfca4280c15c8679d1af23ff1b5e09de07060ecb120ce399a56bf598c7a934dbf8053ffd9b6bd26c81641d2f46557d5ad71c3abffefa475eaaaaaf28c8286 SHA512 c043cee73f6e972e047452552ab2ceb9247a6747fdb7e5f863aeab3a05208737c0bcabbe29f3c10e5c1aba961ec47aa6a0abdb395486fa0d5fb16a4ad45733c4 diff --git a/dev-libs/zfp/zfp-0.5.5.ebuild b/dev-libs/zfp/zfp-0.5.5-r1.ebuild similarity index 95% rename from dev-libs/zfp/zfp-0.5.5.ebuild rename to dev-libs/zfp/zfp-0.5.5-r1.ebuild index 5b762715a..85a472b7e 100644 --- a/dev-libs/zfp/zfp-0.5.5.ebuild +++ b/dev-libs/zfp/zfp-0.5.5-r1.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 #DOCS_BUILDER="sphinx" #DOCS_DIR="docs/source" -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit cmake fortran-2 python-single-r1 #docs DESCRIPTION="Compressed numerical arrays that support high-speed random access" -SRC_URI="https://github.com/LLNL/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/LLNL/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" HOMEPAGE=" https://computing.llnl.gov/projects/zfp https://zfp.io