From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 2B8F21584AD for ; Wed, 07 May 2025 12:08:41 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 170663431F0 for ; Wed, 07 May 2025 12:08:41 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 655DB1104B9; Wed, 07 May 2025 12:08:18 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 5BDB11104BA for ; Wed, 07 May 2025 12:08:18 +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 19FE634316C for ; Wed, 07 May 2025 12:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBDD6289D for ; Wed, 07 May 2025 12:08:14 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1746554297.536b360e217b376a2e020d73da3af115151a84bf.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-p2p/monero/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/monero/monero-9999.ebuild X-VCS-Directories: net-p2p/monero/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 536b360e217b376a2e020d73da3af115151a84bf X-VCS-Branch: master Date: Wed, 07 May 2025 12:08:14 +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: ffac9380-da1b-4429-bfda-29ebfa70e3a5 X-Archives-Hash: 82d896fd96490ad342d22107850e388d commit: 536b360e217b376a2e020d73da3af115151a84bf Author: Filip Kobierski pm me> AuthorDate: Tue May 6 17:55:46 2025 +0000 Commit: David Roman gmail com> CommitDate: Tue May 6 17:58:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=536b360e net-p2p/monero: sync live Signed-off-by: Filip Kobierski pm.me> net-p2p/monero/monero-9999.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-p2p/monero/monero-9999.ebuild b/net-p2p/monero/monero-9999.ebuild index 3377c0139..9f03849f1 100644 --- a/net-p2p/monero/monero-9999.ebuild +++ b/net-p2p/monero/monero-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,15 +26,17 @@ RESTRICT="test" DEPEND=" acct-group/monero acct-user/monero + app-crypt/libmd dev-libs/boost:=[nls] dev-libs/libsodium:= + dev-libs/libbsd dev-libs/openssl:= dev-libs/randomx dev-libs/rapidjson dev-libs/supercop net-dns/unbound:=[threads] - net-libs/czmq:= net-libs/miniupnpc:= + net-libs/zeromq:= readline? ( sys-libs/readline:0= ) hw-wallet? ( dev-libs/hidapi @@ -99,8 +101,8 @@ src_install() { doins "${FILESDIR}/monerod.conf" # OpenRC - newconfd "${FILESDIR}/monerod.confd" monerod - newinitd "${FILESDIR}/monerod.initd" monerod + newconfd "${FILESDIR}/monerod-0.18.4.0.confd" monerod + newinitd "${FILESDIR}/monerod-0.18.4.0.initd" monerod # systemd systemd_dounit "${FILESDIR}/monerod.service"