From 481d1a3f8626be6d1c75271b5e282a2b211d7085 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Sun, 10 Dec 2017 14:00:47 +0000 Subject: net-p2p/monero: Version bump Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- net-p2p/monero/Manifest | 2 +- ...utilities-Add-monero-blockchain-ex-im-por.patch | 34 -------------- ...utilities-Add-monero-blockchain-ex-im-por.patch | 34 ++++++++++++++ net-p2p/monero/monero-0.11.0.0.ebuild | 44 ------------------ net-p2p/monero/monero-0.11.1.0.ebuild | 52 ++++++++++++++++++++++ 5 files changed, 87 insertions(+), 79 deletions(-) delete mode 100644 net-p2p/monero/files/0.11.0.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch create mode 100644 net-p2p/monero/files/0.11.1.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch delete mode 100644 net-p2p/monero/monero-0.11.0.0.ebuild create mode 100644 net-p2p/monero/monero-0.11.1.0.ebuild (limited to 'net-p2p/monero') diff --git a/net-p2p/monero/Manifest b/net-p2p/monero/Manifest index 9608511e..f35c16c6 100644 --- a/net-p2p/monero/Manifest +++ b/net-p2p/monero/Manifest @@ -1 +1 @@ -DIST monero-0.11.0.0.tar.gz 55328701 BLAKE2B fcb9a2c976b2960a1fb2d43a872690c9bb8ea38be5810f43fa1176d79d235aa8af0be33d6cb0dd609e9aa48cc6e52debdd240b5220d855c0d3805c3eddf88b8b SHA512 c5ac5b08e3ac027ae74c140f4a293dacb642a782a057cfc4ae5be2e2fdc5c669e6f647bc529f4f946345534e59f8d8e48e90c8c53d9871683f549335422488df +DIST monero-0.11.1.0.tar.gz 55329159 BLAKE2B ca543f6694a9117b12f6a0acf852943387d8c95215c9c70ea5a1e75595119715a255d9717cf76dfce00e88b5d01701949e352c4d1376b583de1e187b82664d1c SHA512 bac3520730164afe2ca992c588bd0b51791d986cd8d5ebcaac5bd48185b963e2391c28ee89399d7dd678a5d1f8b41c3ae5724d194a5f62bbcd3e6ad505986573 diff --git a/net-p2p/monero/files/0.11.0.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch b/net-p2p/monero/files/0.11.0.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch deleted file mode 100644 index dd678276..00000000 --- a/net-p2p/monero/files/0.11.0.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch +++ /dev/null @@ -1,34 +0,0 @@ -From aa9c702eb7dcb529f91a972b05592797af154823 Mon Sep 17 00:00:00 2001 -From: Bertrand Jacquin -Date: Sun, 15 Oct 2017 22:15:18 +0100 -Subject: [PATCH] blockchain_utilities: Add monero-blockchain-{ex,im}port - binaries to default install targets - -Binaries available to download on https://getmonero.org/downloads/ as -embedding monerod, monero-wallet-{cli,rpc} and -monero-blockchain-{ex,im}port. - -This change synchronise download results with a manual build from -source ---- - src/blockchain_utilities/CMakeLists.txt | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/blockchain_utilities/CMakeLists.txt b/src/blockchain_utilities/CMakeLists.txt -index 0eaf71084f56..bd32e0c552d0 100644 ---- a/src/blockchain_utilities/CMakeLists.txt -+++ b/src/blockchain_utilities/CMakeLists.txt -@@ -93,6 +93,7 @@ endif() - set_property(TARGET blockchain_import - PROPERTY - OUTPUT_NAME "monero-blockchain-import") -+install(TARGETS blockchain_import DESTINATION bin) - - monero_add_executable(blockchain_export - ${blockchain_export_sources} -@@ -114,4 +115,5 @@ target_link_libraries(blockchain_export - set_property(TARGET blockchain_export - PROPERTY - OUTPUT_NAME "monero-blockchain-export") -+install(TARGETS blockchain_export DESTINATION bin) - diff --git a/net-p2p/monero/files/0.11.1.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch b/net-p2p/monero/files/0.11.1.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch new file mode 100644 index 00000000..dd678276 --- /dev/null +++ b/net-p2p/monero/files/0.11.1.0-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch @@ -0,0 +1,34 @@ +From aa9c702eb7dcb529f91a972b05592797af154823 Mon Sep 17 00:00:00 2001 +From: Bertrand Jacquin +Date: Sun, 15 Oct 2017 22:15:18 +0100 +Subject: [PATCH] blockchain_utilities: Add monero-blockchain-{ex,im}port + binaries to default install targets + +Binaries available to download on https://getmonero.org/downloads/ as +embedding monerod, monero-wallet-{cli,rpc} and +monero-blockchain-{ex,im}port. + +This change synchronise download results with a manual build from +source +--- + src/blockchain_utilities/CMakeLists.txt | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/blockchain_utilities/CMakeLists.txt b/src/blockchain_utilities/CMakeLists.txt +index 0eaf71084f56..bd32e0c552d0 100644 +--- a/src/blockchain_utilities/CMakeLists.txt ++++ b/src/blockchain_utilities/CMakeLists.txt +@@ -93,6 +93,7 @@ endif() + set_property(TARGET blockchain_import + PROPERTY + OUTPUT_NAME "monero-blockchain-import") ++install(TARGETS blockchain_import DESTINATION bin) + + monero_add_executable(blockchain_export + ${blockchain_export_sources} +@@ -114,4 +115,5 @@ target_link_libraries(blockchain_export + set_property(TARGET blockchain_export + PROPERTY + OUTPUT_NAME "monero-blockchain-export") ++install(TARGETS blockchain_export DESTINATION bin) + diff --git a/net-p2p/monero/monero-0.11.0.0.ebuild b/net-p2p/monero/monero-0.11.0.0.ebuild deleted file mode 100644 index 70c5e0dd..00000000 --- a/net-p2p/monero/monero-0.11.0.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit cmake-utils - -DESCRIPTION="Monero: the secure, private, untraceable cryptocurrency" -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 ~x86" -IUSE="doc readline +system-libs unwind" - -RDEPEND="dev-db/lmdb - system-libs? ( - net-dns/unbound - net-libs/miniupnpc ) - dev-libs/openssl:0 - dev-libs/boost:= - readline? ( sys-libs/readline:= ) - net-libs/zeromq[sodium] - unwind? ( sys-libs/libunwind[lzma] )" -DEPEND=">=dev-util/cmake-2.8.7 - doc? ( - media-gfx/graphviz - app-doc/doxygen:0 ) - ${RDEPEND}" - -PATCHES=( "${FILESDIR}/${PV}-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch" ) - -src_configure () { - local mycmakeargs=( - -DCMAKE_BUILD_TYPE=Release - -DBUILD_DOCUMENTATION="$(usex doc ON OFF)" - -DBUILD_TESTS=OFF - -DCOVERAGE=OFF - -DUSE_READLINE="$(usex readline ON OFF)" - -DINSTALL_VENDORED_LIBUNBOUND="$(usex system-libs OFF ON)" - ) - - cmake-utils_src_configure -} diff --git a/net-p2p/monero/monero-0.11.1.0.ebuild b/net-p2p/monero/monero-0.11.1.0.ebuild new file mode 100644 index 00000000..a93f9acf --- /dev/null +++ b/net-p2p/monero/monero-0.11.1.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit cmake-utils + +DESCRIPTION="Secure, private, untraceable cryptocurrency" +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="doc qt5 readline +system-libs unwind" + +RDEPEND="dev-db/lmdb + system-libs? ( + net-dns/unbound + net-libs/miniupnpc + ) + dev-libs/openssl:0 + dev-libs/boost:= + readline? ( sys-libs/readline:= ) + net-libs/zeromq[sodium] + unwind? ( sys-libs/libunwind[lzma] )" +DEPEND=">=dev-util/cmake-2.8.7 + doc? ( + media-gfx/graphviz + app-doc/doxygen:0 + ) + ${RDEPEND}" +PDEPEND="qt5? ( =net-p2p/monero-gui-${PV} )" + +PATCHES=( "${FILESDIR}/${PV}-blockchain_utilities-Add-monero-blockchain-ex-im-por.patch" ) + +src_configure () { + local mycmakeargs=( + -DCMAKE_BUILD_TYPE=Release + -DBUILD_DOCUMENTATION="$(usex doc ON OFF)" + -DBUILD_TESTS=OFF + -DCOVERAGE=OFF + -DUSE_READLINE="$(usex readline ON OFF)" + -DINSTALL_VENDORED_LIBUNBOUND="$(usex system-libs OFF ON)" + -DBUILD_GUI_DEPS="$(usex qt5 ON OFF)" + ) + + export DATABASE="lmdb" + export DEVELOPER_LOCAL_TOOLS=0 + export DEVELOPER_LIBUNBOUND_OLD=0 + + cmake-utils_src_configure +} -- cgit v1.2.3