public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/gridcoin/
Date: Mon, 06 Jan 2025 09:10:03 +0000 (UTC)	[thread overview]
Message-ID: <1736154401.f43a4ffc82fc94d881c1b1bc18e34d4e6a20de67.cybertailor@gentoo> (raw)

commit:     f43a4ffc82fc94d881c1b1bc18e34d4e6a20de67
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan  6 09:04:15 2025 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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/boost-1.87.0:=
 	>=dev-libs/libsecp256k1-0.2.0:=[recovery(+)]
 	>=dev-libs/leveldb-1.21:=
 	dev-libs/libzip:=


             reply	other threads:[~2025-01-06  9:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-06  9:10 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-17 13:32 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/gridcoin/ Anna Vyalkova
2024-08-08 22:58 Anna Vyalkova
2024-04-11  4:16 Anna Vyalkova
2024-04-10  7:51 Anna Vyalkova
2024-04-09  0:30 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1736154401.f43a4ffc82fc94d881c1b1bc18e34d4e6a20de67.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox