From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F3EE21381F3 for ; Thu, 19 Sep 2013 17:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A47FCE0B09; Thu, 19 Sep 2013 17:42:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1CB92E0B09 for ; Thu, 19 Sep 2013 17:42:32 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D131A33EC7D for ; Thu, 19 Sep 2013 17:42:30 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2273) id CAFF22004C; Thu, 19 Sep 2013 17:42:28 +0000 (UTC) From: "Anthony G. Basile (blueness)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, blueness@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/bitcoind: bitcoind-0.8.2.ebuild bitcoind-0.8.5.ebuild bitcoind-0.8.4.ebuild bitcoind-0.8.1.ebuild bitcoind-0.8.3-r1.ebuild bitcoind-0.8.3.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: bitcoind-0.8.2.ebuild bitcoind-0.8.5.ebuild bitcoind-0.8.4.ebuild bitcoind-0.8.1.ebuild bitcoind-0.8.3-r1.ebuild bitcoind-0.8.3.ebuild ChangeLog X-VCS-Directories: net-p2p/bitcoind X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130919174228.CAFF22004C@flycatcher.gentoo.org> Date: Thu, 19 Sep 2013 17:42:28 +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: 51d01926-9d02-459e-afd3-210bcfaf59dd X-Archives-Hash: 2ad2ed5991ac8d69aeb3b2040ab133ab blueness 13/09/19 17:42:28 Modified: bitcoind-0.8.2.ebuild bitcoind-0.8.5.ebuild bitcoind-0.8.4.ebuild bitcoind-0.8.1.ebuild bitcoind-0.8.3-r1.ebuild bitcoind-0.8.3.ebuild ChangeLog Log: Expand leveldb version range (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA) Revision Changes Path 1.2 net-p2p/bitcoind/bitcoind-0.8.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.2.ebuild?r1=1.1&r2=1.2 Index: bitcoind-0.8.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitcoind-0.8.2.ebuild 14 Jun 2013 18:49:59 -0000 1.1 +++ bitcoind-0.8.2.ebuild 19 Sep 2013 17:42:28 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.2.ebuild,v 1.1 2013/06/14 18:49:59 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.2.ebuild,v 1.2 2013/09/19 17:42:28 blueness Exp $ EAPI="4" @@ -32,7 +32,7 @@ net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - =dev-libs/leveldb-1.9.0*[-snappy] + <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 1.2 net-p2p/bitcoind/bitcoind-0.8.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild?r1=1.1&r2=1.2 Index: bitcoind-0.8.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitcoind-0.8.5.ebuild 13 Sep 2013 16:53:44 -0000 1.1 +++ bitcoind-0.8.5.ebuild 19 Sep 2013 17:42:28 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild,v 1.1 2013/09/13 16:53:44 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.5.ebuild,v 1.2 2013/09/19 17:42:28 blueness Exp $ EAPI="4" @@ -32,7 +32,7 @@ net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - =dev-libs/leveldb-1.9.0*[-snappy] + <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 1.2 net-p2p/bitcoind/bitcoind-0.8.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.4.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.4.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.4.ebuild?r1=1.1&r2=1.2 Index: bitcoind-0.8.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.4.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bitcoind-0.8.4.ebuild 8 Sep 2013 19:53:31 -0000 1.1 +++ bitcoind-0.8.4.ebuild 19 Sep 2013 17:42:28 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.4.ebuild,v 1.1 2013/09/08 19:53:31 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.4.ebuild,v 1.2 2013/09/19 17:42:28 blueness Exp $ EAPI="4" @@ -32,7 +32,7 @@ net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - =dev-libs/leveldb-1.9.0*[-snappy] + <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 1.7 net-p2p/bitcoind/bitcoind-0.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild?r1=1.6&r2=1.7 Index: bitcoind-0.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- bitcoind-0.8.1.ebuild 1 Jun 2013 15:03:03 -0000 1.6 +++ bitcoind-0.8.1.ebuild 19 Sep 2013 17:42:28 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v 1.6 2013/06/01 15:03:03 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.1.ebuild,v 1.7 2013/09/19 17:42:28 blueness Exp $ EAPI="4" @@ -32,7 +32,7 @@ net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - =dev-libs/leveldb-1.9.0*[-snappy] + <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 1.3 net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild?r1=1.2&r2=1.3 Index: bitcoind-0.8.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoind-0.8.3-r1.ebuild 16 Aug 2013 18:39:15 -0000 1.2 +++ bitcoind-0.8.3-r1.ebuild 19 Sep 2013 17:42:28 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild,v 1.2 2013/08/16 18:39:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild,v 1.3 2013/09/19 17:42:28 blueness Exp $ EAPI="4" @@ -32,7 +32,7 @@ net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - =dev-libs/leveldb-1.9.0*[-snappy] + <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 1.3 net-p2p/bitcoind/bitcoind-0.8.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild?r1=1.2&r2=1.3 Index: bitcoind-0.8.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bitcoind-0.8.3.ebuild 16 Aug 2013 18:39:15 -0000 1.2 +++ bitcoind-0.8.3.ebuild 19 Sep 2013 17:42:28 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 2010-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild,v 1.2 2013/08/16 18:39:15 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/bitcoind-0.8.3.ebuild,v 1.3 2013/09/19 17:42:28 blueness Exp $ EAPI="4" @@ -32,7 +32,7 @@ net-libs/miniupnpc ) sys-libs/db:$(db_ver_to_slot "${DB_VER}")[cxx] - =dev-libs/leveldb-1.9.0*[-snappy] + <=dev-libs/leveldb-1.12.0[-snappy] " DEPEND="${RDEPEND} >=app-shells/bash-4.1 1.75 net-p2p/bitcoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.75&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?rev=1.75&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/bitcoind/ChangeLog?r1=1.74&r2=1.75 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- ChangeLog 13 Sep 2013 17:01:53 -0000 1.74 +++ ChangeLog 19 Sep 2013 17:42:28 -0000 1.75 @@ -1,6 +1,11 @@ # ChangeLog for net-p2p/bitcoind # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.74 2013/09/13 17:01:53 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bitcoind/ChangeLog,v 1.75 2013/09/19 17:42:28 blueness Exp $ + + 19 Sep 2013; Anthony G. Basile bitcoind-0.8.1.ebuild, + bitcoind-0.8.2.ebuild, bitcoind-0.8.3-r1.ebuild, bitcoind-0.8.3.ebuild, + bitcoind-0.8.4.ebuild, bitcoind-0.8.5.ebuild: + Expand leveldb version range 13 Sep 2013; Anthony G. Basile -bitcoind-0.8.1-r1.ebuild, -bitcoind-0.8.2-r1.ebuild: