From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7159615800A for ; Sun, 16 Jul 2023 00:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C5AE0856; Sun, 16 Jul 2023 00:27:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6AF96E0856 for ; Sun, 16 Jul 2023 00:27:23 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45460340A98 for ; Sun, 16 Jul 2023 00:27:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F5AB69 for ; Sun, 16 Jul 2023 00:27:20 +0000 (UTC) From: "Victor Skovorodnikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Victor Skovorodnikov" Message-ID: <1689467225.47302f39a4bc8357b393e78fa362a3708de7089f.victor3.14@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/dogecoin-qt/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild X-VCS-Directories: net-p2p/dogecoin-qt/ X-VCS-Committer: victor3.14 X-VCS-Committer-Name: Victor Skovorodnikov X-VCS-Revision: 47302f39a4bc8357b393e78fa362a3708de7089f X-VCS-Branch: dev Date: Sun, 16 Jul 2023 00:27:20 +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: 0deb2502-8e50-43c9-ad77-3bdf23b195e9 X-Archives-Hash: 4161e0f5a390671d5e62be86601211a6 commit: 47302f39a4bc8357b393e78fa362a3708de7089f Author: Victor Skovorodnikov yandex com> AuthorDate: Sun Jul 16 00:24:41 2023 +0000 Commit: Victor Skovorodnikov yandex com> CommitDate: Sun Jul 16 00:27:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47302f39 net-p2p/dogecoin-qt: Re-factored ebuild, removed --with-incompatible-bdb option, modified some DEPEND logic Signed-off-by: Victor Skovorodnikov yandex.com> net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild | 39 +++++++++++++-------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild index 5520b995f..802eb8685 100644 --- a/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild +++ b/net-p2p/dogecoin-qt/dogecoin-qt-1.14.6.ebuild @@ -15,17 +15,13 @@ KEYWORDS="~amd64" IUSE="cpu_flags_x86_avx2 tests +wallet +prune zmq" DOGEDIR="/opt/${PN}" DEPEND=" + sys-libs/db:"${DB_VER}"=[cxx] dev-libs/libevent:= dev-libs/protobuf dev-libs/openssl sys-devel/libtool sys-devel/automake:= >=dev-libs/boost-1.81.0-r1 - cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb ) - wallet? ( - sys-libs/db:"${DB_VER}"=[cxx] - media-gfx/qrencode - ) dev-qt/qtcore dev-qt/qtgui dev-qt/qtwidgets @@ -33,6 +29,8 @@ DEPEND=" dev-qt/qtnetwork dev-qt/qtprintsupport dev-qt/linguist-tools:= + cpu_flags_x86_avx2? ( app-crypt/intel-ipsec-mb ) + wallet? ( media-gfx/qrencode ) zmq? ( net-libs/cppzmq ) " RDEPEND="${DEPEND}" @@ -40,13 +38,14 @@ BDEPEND=" sys-devel/autoconf sys-devel/automake " - PATCHES=( - "${FILESDIR}"/"${PV}"-net_processing.patch - "${FILESDIR}"/"${PV}"-paymentserver.patch - "${FILESDIR}"/"${PV}"-transactiondesc.patch - "${FILESDIR}"/"${PV}"-deque.patch - "${FILESDIR}"/"${PV}"-gcc13.patch - ) + +PATCHES=( + "${FILESDIR}"/"${PV}"-net_processing.patch + "${FILESDIR}"/"${PV}"-paymentserver.patch + "${FILESDIR}"/"${PV}"-transactiondesc.patch + "${FILESDIR}"/"${PV}"-deque.patch + "${FILESDIR}"/"${PV}"-gcc13.patch +) WORKDIR_="${WORKDIR}/dogecoin-${PV}" S=${WORKDIR_} @@ -62,18 +61,18 @@ src_prepare() { src_configure() { local my_econf=( --enable-cxx - $(use_with cpu_flags_x86_avx2 intel-avx2) - $(use_with wallet incompatible-bdb) --bindir="${DOGEDIR}/bin" + --with-gui=qt5 + --with-qt-incdir="/usr/include/qt5" + --disable-bench BDB_CFLAGS="-I/usr/include/db${DB_VER}" BDB_LIBS="-L/usr/lib64 -ldb_cxx-${DB_VER}" - --with-gui=qt5 - --with-qt-incdir=/usr/include/qt5 - $(use_enable zmq) + $(use_with cpu_flags_x86_avx2 intel-avx2) $(use_enable wallet) + $(use_enable zmq) $(use_enable tests tests) - --disable-bench ) + econf "${my_econf[@]}" } @@ -86,9 +85,7 @@ src_install() { if use prune ; then domenu "${FILESDIR}"/"${PN}-prune.desktop" - fi - - if ! use prune ; then + else domenu "${FILESDIR}"/"${PN}.desktop" fi