diff options
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/monero-gui/Manifest | 3 | ||||
-rw-r--r-- | net-p2p/monero-gui/monero-gui-0.12.3.0.ebuild | 78 | ||||
-rw-r--r-- | net-p2p/monero-gui/monero-gui-0.13.0.4.ebuild (renamed from net-p2p/monero-gui/monero-gui-0.13.0.3.ebuild) | 0 |
3 files changed, 1 insertions, 80 deletions
diff --git a/net-p2p/monero-gui/Manifest b/net-p2p/monero-gui/Manifest index f449f4d0..4b200ab8 100644 --- a/net-p2p/monero-gui/Manifest +++ b/net-p2p/monero-gui/Manifest @@ -1,2 +1 @@ -DIST monero-gui-0.12.3.0.tar.gz 2998087 BLAKE2B c1c1f5322f01d08acd01e876f0f8447a72b017cd16558db17c38b554b85e7340dff9f8cc6d370f69b1e40434d873739ab1d83ca1c8e46e050593c5e0fd41a86d SHA512 2b70cc93e030aacab23c0a63787e7adb35bafc289165d63e4c59b3ffc66721eab5a18b5d3964db319a6014a498ad1334fe03aca1b5edb92bd3a92f1d4c07ef78 -DIST monero-gui-0.13.0.3.tar.gz 2914899 BLAKE2B 05cdbbb1f34b6044ed93cb0df5e90b5c4f96d15a6ea5f092e4cd6a904dc985884a402d1d42c37fe8e48c69b3e91105257ce2a90e0f2e7e9427093c9013a1c1b9 SHA512 64d6e27f3bdd8441098b316505ca6a7869cc72d23c984ca4a265c96343465e30bf66f1d27450ea6df9a8969fe87394a31513c43aedcf394593afa87993891613 +DIST monero-gui-0.13.0.4.tar.gz 2916441 BLAKE2B bda16151451a7bf3ed974e28311c19339f48563b17ad07ffe6d7a6840dd7be158b6ab9f6d24107cb2c9d5f82fab6cb41666d414dc131e5cc2895f8a9c05fcb5f SHA512 d4f49cedb3f4f997c126d40c002102e05cd81d894523d2619ce144ad21ab81693fdde7f9e27cd938b37417472a2939988072964f738a8c251b20e8b94c502e00 diff --git a/net-p2p/monero-gui/monero-gui-0.12.3.0.ebuild b/net-p2p/monero-gui/monero-gui-0.12.3.0.ebuild deleted file mode 100644 index 3e1dee50..00000000 --- a/net-p2p/monero-gui/monero-gui-0.12.3.0.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qmake-utils toolchain-funcs - -DESCRIPTION="GUI for net-p2p/monero" -HOMEPAGE="https://getmonero.org" -SRC_URI="https://github.com/monero-project/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="NEWLIB" -SLOT="0" -KEYWORDS="~amd64" -IUSE="qrcode smartcard unwind" - -COMMON_DEPEND="=net-p2p/monero-${PV}[qt5,smartcard?,unwind?] - dev-db/lmdb:= - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtdeclarative:5[xml] - dev-qt/qtwidgets:5 - dev-libs/boost:= - dev-libs/openssl:0 - unwind? ( sys-libs/libunwind[lzma] ) - qrcode? ( - dev-qt/qtmultimedia:5 - media-gfx/zbar - ) - smartcard? ( - sys-apps/pcsc-lite - >=app-crypt/ccid-1.4.28[usb] - )" -DEPEND="${COMMON_DEPEND} - dev-qt/linguist-tools:5" -RDEPEND="${COMMON_DEPEND} - dev-qt/qtquickcontrols:5 - dev-qt/qtquickcontrols2:5 - dev-qt/qtgraphicaleffects:5" - -src_prepare () { - cat > version.js || die <<-EOF - var GUI_VERSION = "${PV}" - var GUI_MONERO_VERSION = "${PV}" - EOF - - export AR=$(tc-getAR) - export CC=$(tc-getCC) - export CXX=$(tc-getCXX) - - default -} - -src_configure () { - local myconf=( "release" ) - - if use qrcode ; then - myconf+=( "WITH_SCANNER" ) - fi - - if ! use unwind ; then - myconf+=( "libunwind_off" ) - fi - - # CONFIG is expected to be a single argument, - eqmake5 "CONFIG+=${myconf[*]}" -} - -src_compile () { - emake -C src/zxcvbn-c - - default -} - -src_install () { - dobin release/bin/monero-wallet-gui - dodoc README.md -} diff --git a/net-p2p/monero-gui/monero-gui-0.13.0.3.ebuild b/net-p2p/monero-gui/monero-gui-0.13.0.4.ebuild index ec1fcfe7..ec1fcfe7 100644 --- a/net-p2p/monero-gui/monero-gui-0.13.0.3.ebuild +++ b/net-p2p/monero-gui/monero-gui-0.13.0.4.ebuild |