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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 73FF3139083 for ; Wed, 22 Nov 2017 17:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9B06E0EEE; Wed, 22 Nov 2017 17:37:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73DF8E0EEE for ; Wed, 22 Nov 2017 17:37:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 71BF2340AC7 for ; Wed, 22 Nov 2017 17:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30F62A3D9 for ; Wed, 22 Nov 2017 17:36:58 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1511372180.129c5c93c00db75ea74eee07b91c9578ad61430e.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoin-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild net-p2p/bitcoin-cli/bitcoin-cli-9999.ebuild X-VCS-Directories: net-p2p/bitcoin-cli/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 129c5c93c00db75ea74eee07b91c9578ad61430e X-VCS-Branch: master Date: Wed, 22 Nov 2017 17:36:58 +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-Archives-Salt: 87d9cb3e-e3fd-428e-9c0a-80e3066f0b79 X-Archives-Hash: 7014608a945df9a044591b2abb8adf29 commit: 129c5c93c00db75ea74eee07b91c9578ad61430e Author: Jonas Stein gentoo org> AuthorDate: Wed Nov 22 17:36:10 2017 +0000 Commit: Jonas Stein gentoo org> CommitDate: Wed Nov 22 17:36:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=129c5c93 net-p2p/bitcoin-cli: QA fix DESCRIPTION was >80 Char. Package-Manager: Portage-2.3.15, Repoman-2.3.5 net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild | 4 ++-- net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild | 4 ++-- net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild | 2 +- net-p2p/bitcoin-cli/bitcoin-cli-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild index ed503cc6e94..5214d5c7ea4 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2016 Gentoo Foundation +# Copyright 2010-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ BITCOINCORE_LJR_DATE="20160814" BITCOINCORE_IUSE="+ljr" inherit bash-completion-r1 bitcoincore -DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon" +DESCRIPTION="Command-line JSON-RPC client for the communication with the Bitcoin Core Daemon" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild index 06646283c19..96877488947 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2016 Gentoo Foundation +# Copyright 2010-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ BITCOINCORE_LJR_DATE="20161027" BITCOINCORE_IUSE="+ljr" inherit bash-completion-r1 bitcoincore -DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon" +DESCRIPTION="Command-line JSON-RPC client for the communication with the Bitcoin Core Daemon" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 arm ~arm64 ~mips ~ppc x86 ~amd64-linux ~x86-linux" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild index 2a4bdb7544d..e6f0569a9ba 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-0.13.2.ebuild @@ -8,7 +8,7 @@ BITCOINCORE_LJR_DATE="20170102" BITCOINCORE_IUSE="knots" inherit bash-completion-r1 bitcoincore -DESCRIPTION="Command-line JSON-RPC client specifically designed for talking to Bitcoin Core Daemon" +DESCRIPTION="Command-line JSON-RPC client for the communication with the Bitcoin Core Daemon" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" diff --git a/net-p2p/bitcoin-cli/bitcoin-cli-9999.ebuild b/net-p2p/bitcoin-cli/bitcoin-cli-9999.ebuild index 5ac8fb8bc25..6f5b39c0dc4 100644 --- a/net-p2p/bitcoin-cli/bitcoin-cli-9999.ebuild +++ b/net-p2p/bitcoin-cli/bitcoin-cli-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2010-2016 Gentoo Foundation +# Copyright 2010-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ BITCOINCORE_NO_SYSLIBS=1 BITCOINCORE_IUSE="" inherit bitcoincore -DESCRIPTION="Command-line client specifically designed for talking to Bitcoin Core Daemon" +DESCRIPTION="Command-line JSON-RPC client for the communication with the Bitcoin Core Daemon" LICENSE="MIT" SLOT="0" KEYWORDS=""