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 54C25158074 for ; Sun, 22 Jun 2025 23:07:09 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 01BAC341EE7 for ; Sun, 22 Jun 2025 23:07:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 83D58110547; Sun, 22 Jun 2025 23:06:48 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 77AD911053C for ; Sun, 22 Jun 2025 23:06:48 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C7E4340E73 for ; Sun, 22 Jun 2025 23:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFB9A2A63 for ; Sun, 22 Jun 2025 23:06:45 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1750607324.6297ebeade934ab3d3420dda1beb13f35f944124.watermanpaint@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-0.18.4.0-r3.ebuild X-VCS-Directories: net-p2p/monero/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: 6297ebeade934ab3d3420dda1beb13f35f944124 X-VCS-Branch: master Date: Sun, 22 Jun 2025 23:06:45 +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: a3df41b2-265d-4273-9fbf-4b8bc2b45d5a X-Archives-Hash: 3441c8c876353fca176d44fa84695509 commit: 6297ebeade934ab3d3420dda1beb13f35f944124 Author: Filip Kobierski pm me> AuthorDate: Sun Jun 22 15:44:49 2025 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jun 22 15:48:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6297ebea net-p2p/monero: drop 0.18.4.0-r3 Signed-off-by: Filip Kobierski pm.me> net-p2p/monero/monero-0.18.4.0-r3.ebuild | 129 ------------------------------- 1 file changed, 129 deletions(-) diff --git a/net-p2p/monero/monero-0.18.4.0-r3.ebuild b/net-p2p/monero/monero-0.18.4.0-r3.ebuild deleted file mode 100644 index 25fdf1b037..0000000000 --- a/net-p2p/monero/monero-0.18.4.0-r3.ebuild +++ /dev/null @@ -1,129 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake systemd - -DESCRIPTION="The secure, private, untraceable cryptocurrency" -HOMEPAGE="https://github.com/monero-project/monero" - -if [[ ${PV} == 9999 ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/monero-project/monero.git" - EGIT_SUBMODULES=() -else - SRC_URI="https://github.com/monero-project/monero/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" -fi - -LICENSE="BSD MIT" -SLOT="0" -IUSE="+daemon hw-wallet readline +tools +wallet-cli +wallet-rpc" -REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )" -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/miniupnpc:= - net-libs/zeromq:= - readline? ( sys-libs/readline:0= ) - hw-wallet? ( - dev-libs/hidapi - dev-libs/protobuf:= - virtual/libusb:1 - ) -" -RDEPEND="${DEPEND}" -BDEPEND="virtual/pkgconfig -