summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-03-14 19:27:46 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-03-14 19:27:46 +0000
commitff5b0a272d9387245afc8befb38e84482a4678cb (patch)
treea50181e9c9d561aa69e0efa0aaa9a1aa6602e3e6 /net-p2p
parentUpdate BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux (diff)
downloadgentoo-2-ff5b0a272d9387245afc8befb38e84482a4678cb.tar.gz
gentoo-2-ff5b0a272d9387245afc8befb38e84482a4678cb.tar.bz2
gentoo-2-ff5b0a272d9387245afc8befb38e84482a4678cb.zip
Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/bitcoin-cli/ChangeLog6
-rw-r--r--net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild6
-rw-r--r--net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/bitcoin-cli/ChangeLog b/net-p2p/bitcoin-cli/ChangeLog
index 58845bc2cf18..9c095b145c9a 100644
--- a/net-p2p/bitcoin-cli/ChangeLog
+++ b/net-p2p/bitcoin-cli/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-p2p/bitcoin-cli
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.6 2015/03/03 23:59:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/ChangeLog,v 1.7 2015/03/14 19:27:46 blueness Exp $
+
+ 14 Mar 2015; Anthony G. Basile <blueness@gentoo.org>
+ bitcoin-cli-0.10.0-r1.ebuild, bitcoin-cli-0.9.3.ebuild:
+ Update BITCOINCORE_LJR_DATE. Keyword ~arm64 ~amd64-linux ~x86-linux
*bitcoin-cli-0.10.0-r1 (04 Mar 2015)
diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild
index d76e472181ac..ac425408491e 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild
@@ -1,18 +1,18 @@
# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild,v 1.1 2015/03/03 23:59:21 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.10.0-r1.ebuild,v 1.2 2015/03/14 19:27:46 blueness Exp $
EAPI=5
BITCOINCORE_COMMITHASH="047a89831760ff124740fe9f58411d57ee087078"
-BITCOINCORE_LJR_DATE="20150220"
+BITCOINCORE_LJR_DATE="20150311"
BITCOINCORE_IUSE=""
inherit bitcoincore
DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
src_prepare() {
bitcoincore_prepare
diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild
index d776bdae01cd..776943f51191 100644
--- a/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild
+++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 2010-2014 Gentoo Foundation
+# Copyright 2010-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild,v 1.3 2014/11/13 18:19:42 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoin-cli/bitcoin-cli-0.9.3.ebuild,v 1.4 2015/03/14 19:27:46 blueness Exp $
EAPI=4