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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57E2F15812D for ; Mon, 06 Jan 2025 09:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F90AE079C; Mon, 06 Jan 2025 09:10:07 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 150B0E079C for ; Mon, 06 Jan 2025 09:10:06 +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 E13D234069F for ; Mon, 06 Jan 2025 09:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE290AED for ; Mon, 06 Jan 2025 09:10:03 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1736154401.f43a4ffc82fc94d881c1b1bc18e34d4e6a20de67.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/gridcoin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/gridcoin/Manifest net-p2p/gridcoin/gridcoin-5.4.8.0.ebuild net-p2p/gridcoin/gridcoin-5.4.8.0_p1-r1.ebuild X-VCS-Directories: net-p2p/gridcoin/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: f43a4ffc82fc94d881c1b1bc18e34d4e6a20de67 X-VCS-Branch: dev Date: Mon, 06 Jan 2025 09:10:03 +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: 25f7a2a9-c4d1-4f25-a216-a7952eb53a60 X-Archives-Hash: 1bd08eed40fd4c28466b4c3b3de5b121 commit: f43a4ffc82fc94d881c1b1bc18e34d4e6a20de67 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon Jan 6 09:04:15 2025 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Jan 6 09:06:41 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f43a4ffc net-p2p/gridcoin: limit maximum Boost version Gridcoin is not yet compatible with Boost 1.87.0. See: https://github.com/gridcoin-community/Gridcoin-Research/pull/2786 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-p2p/gridcoin/Manifest | 1 - .../{gridcoin-5.4.8.0.ebuild => gridcoin-5.4.8.0_p1-r1.ebuild} | 6 ++++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net-p2p/gridcoin/Manifest b/net-p2p/gridcoin/Manifest index e5a01a3ca..d7fefb7a7 100644 --- a/net-p2p/gridcoin/Manifest +++ b/net-p2p/gridcoin/Manifest @@ -1,2 +1 @@ -DIST gridcoin-5.4.8.0.tar.gz 42846011 BLAKE2B 915500d6b953d1fe2b735092d6c3e5e72d3ce64a6f3f4d1cb94bd8561969663dc98ca3b784b0ea643e9fb7bb70e0439abc122b9382bec073fe0eff4ad3715a8b SHA512 2e37d982ee257e87241d7545e5b15d4d756813089ff029c5c53863f791805942c0f4fb78c2d92684967ca9b5623c530d234e17d1c1f12a48fac8e6119f3f2957 DIST gridcoin-5.4.8.0_p1.tar.gz 42849990 BLAKE2B 4c2c071b5de9ddae46cfbec2d575a79e1c9e4941efbfba8af7f412e776b1bdcc19529fc50249b20a4bcd42630826fbff580519b7bc5e38320a7a9cf0e82b71d5 SHA512 6c0662bf31fbc927ef447c54c1720c39754695dfa5fcdf8ac62d558eebe9142cc38d3bbf9ca72143229b8f5c7f6e121efe3e7901699ab51fa611dd0cd68a9a5a diff --git a/net-p2p/gridcoin/gridcoin-5.4.8.0.ebuild b/net-p2p/gridcoin/gridcoin-5.4.8.0_p1-r1.ebuild similarity index 94% rename from net-p2p/gridcoin/gridcoin-5.4.8.0.ebuild rename to net-p2p/gridcoin/gridcoin-5.4.8.0_p1-r1.ebuild index 06cd4113c..9a39c0700 100644 --- a/net-p2p/gridcoin/gridcoin-5.4.8.0.ebuild +++ b/net-p2p/gridcoin/gridcoin-5.4.8.0_p1-r1.ebuild @@ -5,10 +5,11 @@ EAPI=8 inherit cmake db-use multilib xdg-utils +MY_PV="${PV/_p/-hotfix-}" DESCRIPTION="Proof-of-Stake based cryptocurrency that rewards BOINC computation" HOMEPAGE="https://gridcoin.us/ https://gridcoin.world/" -SRC_URI="https://github.com/${PN}-community/${PN^}-Research/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN^}-Research-${PV}" +SRC_URI="https://github.com/${PN}-community/${PN^}-Research/archive/refs/tags/${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN^}-Research-${MY_PV}" LICENSE="BSD BSD-2 Boost-1.0 MIT SSLeay" SLOT="0" @@ -25,6 +26,7 @@ REQUIRED_USE=" BDB_SLOT="5.3" RDEPEND=" >=dev-libs/boost-1.63.0:=[zlib(+)] + =dev-libs/libsecp256k1-0.2.0:=[recovery(+)] >=dev-libs/leveldb-1.21:= dev-libs/libzip:=