public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Theo Anderson" <telans@posteo.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/
Date: Tue, 29 Dec 2020 10:41:43 +0000 (UTC)	[thread overview]
Message-ID: <1609238123.6d827547f7ea8dc12308edd30dc99cdd53f948c4.telans@gentoo> (raw)

commit:     6d827547f7ea8dc12308edd30dc99cdd53f948c4
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Tue Dec 29 08:28:49 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Tue Dec 29 10:35:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d827547

net-p2p/monero: remove hw-wallet use flag

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 net-p2p/monero/Manifest               |  1 -
 net-p2p/monero/metadata.xml           |  4 ----
 net-p2p/monero/monero-0.17.1.7.ebuild | 13 ++-----------
 3 files changed, 2 insertions(+), 16 deletions(-)

diff --git a/net-p2p/monero/Manifest b/net-p2p/monero/Manifest
index 8dc5d5af..d313f0a4 100644
--- a/net-p2p/monero/Manifest
+++ b/net-p2p/monero/Manifest
@@ -1,4 +1,3 @@
 DIST monero-0.17.1.7.tar.gz 10598750 BLAKE2B 03a80f3c38bc1b643d8d9ddba4ee1de59e0f4c6d66cfc5dcb700d19659a5cb66add4fcf1320c1ed2b7dfa15fdfe9548eb758e67661832f9da7bd0e173b5a0ae1 SHA512 b049a738eb5752a620fc19dfafd5e2996d3f33d89737774264a5ef69b7fcfcd9fe852b89e35187486f48fdc8bb73c2010a1917d1ed7fcb4f1f87b18a6bb4c2d5
 DIST monero-randomx-0.17.1.7.tar.gz 163581 BLAKE2B d1a4021a652c95d0af9c6bf2fdab2470641206e908778daafa2640e986d5635bdddfa39f44a6a9542d0c17284cf0551eac3be68a24176f1ba7106611517a080f SHA512 626cc83aa22015049c82811be5d66e96f3d14a413d9cb3eee3c28464fbdef71889b97a6385f24c7cac5fc5a9cada197ba887ae2c0782cec0d3e29debad0f3e91
 DIST monero-supercop-0.17.1.7.tar.gz 346604 BLAKE2B 10e48076acb2e5de5acb2efee61b2fac40fdfec3bc4037a94199d56ee2446466126e1b9dade56ee69598f4bd3c64b45d86d0810f24f461f6e09fb84c87e1ef93 SHA512 06cca8d1def31aa11bf5aa42d861c4a027786f7cc494fa3ab53a2bc4bd9d1f55b2389020ba5fd1816ed277b6e4320ad8edbb3117dcf4981fc7fba655c4bbe648
-DIST monero-trezor-common-0.17.1.7.tar.gz 1327782 BLAKE2B 738f2833317d5b5f52c21582160c1bee331fda38615c7e2c29d68cec600e849209111aaa75cce059596e87b2711c5a5749d965c91f1cf15cbe98fc86a049b5a5 SHA512 9955aa160e9a969decee598584f788e4d36e9c65f2ee730cd8f128669e86175f2189e804ca53e405871ab698ae5e683f146e59e832d8ec58fa1cb46328665ddf

diff --git a/net-p2p/monero/metadata.xml b/net-p2p/monero/metadata.xml
index b865c6e7..d4e99387 100644
--- a/net-p2p/monero/metadata.xml
+++ b/net-p2p/monero/metadata.xml
@@ -14,10 +14,6 @@
     <flag name="daemon">
       Build the Monero daemon used to connect to the P2P network.
     </flag>
-    <flag name="hw-wallet">
-      Enable if you want to use a hardware wallet like a Trezor or
-      Ledger.
-    </flag>
     <flag name="tools">
       Build tools used to manipulate the blockchain as it is stored on
       disk.

diff --git a/net-p2p/monero/monero-0.17.1.7.ebuild b/net-p2p/monero/monero-0.17.1.7.ebuild
index 63a2009b..11f61385 100644
--- a/net-p2p/monero/monero-0.17.1.7.ebuild
+++ b/net-p2p/monero/monero-0.17.1.7.ebuild
@@ -7,7 +7,6 @@ inherit cmake systemd
 
 MY_RANDOMX_REV="5ce5f4906c1eb166be980f6d83cc80f4112ffc2a"
 MY_SUPERCOP_REV="633500ad8c8759995049ccd022107d1fa8a1bbc9"
-MY_TREZORCOMMON_REV="bff7fdfe436c727982cc553bdfb29a9021b423b0"
 
 DESCRIPTION="The secure, private, untraceable cryptocurrency"
 HOMEPAGE="https://github.com/monero-project/monero"
@@ -15,13 +14,12 @@ SRC_URI="
 	https://github.com/monero-project/monero/archive/v${PV}.tar.gz -> ${P}.tar.gz
 	https://github.com/tevador/RandomX/archive/${MY_RANDOMX_REV}.tar.gz -> ${PN}-randomx-${PV}.tar.gz
 	https://github.com/monero-project/supercop/archive/${MY_SUPERCOP_REV}.tar.gz -> ${PN}-supercop-${PV}.tar.gz
-	hw-wallet? ( https://github.com/trezor/trezor-common/archive/${MY_TREZORCOMMON_REV}.tar.gz -> ${PN}-trezor-common-${PV}.tar.gz )
 "
 
 LICENSE="BSD MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="+daemon hw-wallet libressl readline tools +wallet-cli +wallet-rpc"
+IUSE="+daemon libressl readline tools +wallet-cli +wallet-rpc"
 REQUIRED_USE="|| ( daemon tools wallet-cli wallet-rpc )"
 
 DEPEND="
@@ -33,11 +31,6 @@ DEPEND="
 	net-dns/unbound:=[threads]
 	net-libs/czmq:=
 	net-libs/miniupnpc
-	hw-wallet? (
-		dev-libs/hidapi
-		dev-libs/protobuf:=
-		virtual/libusb:1
-	)
 	!libressl? ( dev-libs/openssl:= )
 	libressl? ( dev-libs/libressl:= )
 	readline? ( sys-libs/readline:0= )
@@ -52,7 +45,6 @@ src_unpack() {
 	rmdir "${S}"/external/{randomx,supercop,trezor-common} || die
 	mv "${WORKDIR}"/RandomX-${MY_RANDOMX_REV} "${S}"/external/randomx || die
 	mv "${WORKDIR}"/supercop-${MY_SUPERCOP_REV} "${S}"/external/supercop || die
-	use hw-wallet && (mv "${WORKDIR}"/trezor-common-${MY_TREZORCOMMON_REV} "${S}"/external/trezor-common || die)
 }
 
 src_prepare() {
@@ -67,11 +59,10 @@ src_prepare() {
 
 src_configure() {
 	local mycmakeargs=(
-		# Monero's liblmdb conflicts with the system liblmdb :(
 		-DBUILD_SHARED_LIBS=OFF
 		-DMANUAL_SUBMODULES=ON
 		-DMONERO_PARALLEL_LINK_JOBS=1
-		-DUSE_DEVICE_TREZOR=$(usex hw-wallet 1 0)
+		-DUSE_DEVICE_TREZOR=OFF
 	)
 
 	cmake_src_configure


             reply	other threads:[~2020-12-29 10:41 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-29 10:41 Theo Anderson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-06 17:58 [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/monero/ Filip Kobierski
2025-03-31 11:30 Sergey Alirzaev
2024-12-18  0:27 Julien Roy
2024-12-14 16:44 Sergey Alirzaev
2024-09-25 14:46 Filip Kobierski
2024-09-25 14:46 Filip Kobierski
2024-09-25 14:46 Filip Kobierski
2024-09-17  9:20 Filip Kobierski
2024-08-15  0:35 Sergey Alirzaev
2024-07-26 14:07 Filip Kobierski
2024-06-29  9:42 Sergey Alirzaev
2024-05-29 10:26 Sergey Alirzaev
2024-03-16 13:19 Sergey Alirzaev
2024-03-09 20:07 Sergey Alirzaev
2024-01-07  7:24 Takuya Wakazono
2023-11-23 17:46 Alfred Persson Forsberg
2023-10-03  0:01 Sergey Alirzaev
2023-10-02  0:01 Sergey Alirzaev
2023-06-07  1:42 YiFei Zhu
2023-04-04 13:42 Sergey Alirzaev
2023-02-26  1:02 Sergey Alirzaev
2023-01-02 12:17 Sergey Alirzaev
2023-01-01 17:10 Sergey Alirzaev
2022-09-25  0:17 Sergey Alirzaev
2022-09-17 20:23 Sergey Alirzaev
2022-07-01 16:57 Alfred Persson Forsberg
2022-04-30  6:09 Dex Conner
2022-04-16 10:12 Dex Conner
2021-09-09 23:28 Sergey Alirzaev
2021-05-07 13:25 Sergey Alirzaev
2021-04-28  2:16 Theo Anderson
2021-04-28  2:16 Theo Anderson
2021-04-27 23:24 [gentoo-commits] repo/proj/guru:master " Theo Anderson
2021-04-27 23:23 ` [gentoo-commits] repo/proj/guru:dev " Theo Anderson
2021-01-08 21:18 Theo Anderson
2021-01-08 21:18 Theo Anderson
2021-01-04 21:41 Theo Anderson
2020-12-31  8:08 Theo Anderson
2020-12-29 10:41 Theo Anderson
2020-12-29 10:41 Theo Anderson

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=1609238123.6d827547f7ea8dc12308edd30dc99cdd53f948c4.telans@gentoo \
    --to=telans@posteo.de \
    --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