From da49d14392b240e52fecce6b488b9d04e9bf23f8 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Wed, 25 Sep 2024 16:43:14 +0200 Subject: [PATCH] net-p2p/monero: drop 0.18.3.4-r0 Signed-off-by: Filip Kobierski --- net-p2p/monero/monero-0.18.3.4.ebuild | 123 -------------------------- 1 file changed, 123 deletions(-) delete mode 100644 net-p2p/monero/monero-0.18.3.4.ebuild diff --git a/net-p2p/monero/monero-0.18.3.4.ebuild b/net-p2p/monero/monero-0.18.3.4.ebuild deleted file mode 100644 index 2b6b6e997e..0000000000 --- a/net-p2p/monero/monero-0.18.3.4.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 -