aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-08-09 02:48:54 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2024-08-09 02:48:54 +0500
commit9ed19f5fbb7d05f4bfefae050913c1f304bf5650 (patch)
tree22d71fd351f4c2dbf787aa39d2a19a92b51ca3f4 /net-p2p
parentdev-python/pydantic-settings: new package, add 2.3.4, 2.4.0 (diff)
downloadguru-9ed19f5fbb7d05f4bfefae050913c1f304bf5650.tar.gz
guru-9ed19f5fbb7d05f4bfefae050913c1f304bf5650.tar.bz2
guru-9ed19f5fbb7d05f4bfefae050913c1f304bf5650.zip
net-p2p/gridcoin: add 5.4.8.0_p1, drop 5.4.7.0
Closes: https://bugs.gentoo.org/937502 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/gridcoin/Manifest2
-rw-r--r--net-p2p/gridcoin/gridcoin-5.4.8.0_p1.ebuild (renamed from net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild)12
2 files changed, 4 insertions, 10 deletions
diff --git a/net-p2p/gridcoin/Manifest b/net-p2p/gridcoin/Manifest
index 9c4ddc1694..e5a01a3cae 100644
--- a/net-p2p/gridcoin/Manifest
+++ b/net-p2p/gridcoin/Manifest
@@ -1,2 +1,2 @@
-DIST gridcoin-5.4.7.0.tar.gz 42846185 BLAKE2B 2d6d0858fc34611878e19ada2066d38e00abde55037a1eecc8f2c28d8db1d10c1297177c1b6b74ef0ce2630bea67075ff6fd47b6a8830465007a5860f789aae1 SHA512 042250d89151492796f8a294c83aa756fb9fbed6d62302a9d7037180d18d67b582eb0ba4fc4c9340e0d07ad9f0cd0f5dfeddc76f4c08bf417c73cb6b12a12ca2
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.7.0.ebuild b/net-p2p/gridcoin/gridcoin-5.4.8.0_p1.ebuild
index d36b4d86e6..4a2ffd446b 100644
--- a/net-p2p/gridcoin/gridcoin-5.4.7.0.ebuild
+++ b/net-p2p/gridcoin/gridcoin-5.4.8.0_p1.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"
@@ -81,13 +82,6 @@ src_configure() {
cmake_src_configure
}
-src_install() {
- cmake_src_install
-
- mkdir -p "${ED}"/usr/share/man/man1 || die
- mv "${ED}"/usr/share/man/*.1 "${ED}"/usr/share/man/man1 || die
-}
-
pkg_postinst() {
# we don't use xdg.eclass because it adds unconditional IDEPENDs
if use gui; then