diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-09-19 17:42:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-09-19 17:42:28 +0000 |
commit | 345f3b11705bed8eb530c1a5743f637648068692 (patch) | |
tree | 8a398f8d92749773331bb1cd2b48bab6078cd7e0 /net-p2p/bitcoind | |
parent | Expand leveldb version range (diff) | |
download | gentoo-2-345f3b11705bed8eb530c1a5743f637648068692.tar.gz gentoo-2-345f3b11705bed8eb530c1a5743f637648068692.tar.bz2 gentoo-2-345f3b11705bed8eb530c1a5743f637648068692.zip |
Expand leveldb version range
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r-- | net-p2p/bitcoind/ChangeLog | 7 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.3.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.4.ebuild | 4 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.8.5.ebuild | 4 |
7 files changed, 18 insertions, 13 deletions
diff --git a/net-p2p/bitcoind/ChangeLog b/net-p2p/bitcoind/ChangeLog index 38cd86d4e0d8..2b999c23aa04 100644 --- a/net-p2p/bitcoind/ChangeLog +++ b/net-p2p/bitcoind/ChangeLog @@ -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 <blueness@gentoo.org> 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 <blueness@gentoo.org> -bitcoind-0.8.1-r1.ebuild, -bitcoind-0.8.2-r1.ebuild: diff --git a/net-p2p/bitcoind/bitcoind-0.8.1.ebuild b/net-p2p/bitcoind/bitcoind-0.8.1.ebuild index b5b2d9f0812d..d8f4d40a5e05 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.1.ebuild @@ -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 @@ RDEPEND=" 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 diff --git a/net-p2p/bitcoind/bitcoind-0.8.2.ebuild b/net-p2p/bitcoind/bitcoind-0.8.2.ebuild index 87e83b31a502..7b4e8263127f 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.2.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.2.ebuild @@ -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 @@ RDEPEND=" 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 diff --git a/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild b/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild index 77e11f1de543..8ee5a79b9acf 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.3-r1.ebuild @@ -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 @@ RDEPEND=" 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 diff --git a/net-p2p/bitcoind/bitcoind-0.8.3.ebuild b/net-p2p/bitcoind/bitcoind-0.8.3.ebuild index b4af83020286..23b5cf6adbe3 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.3.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.3.ebuild @@ -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 @@ RDEPEND=" 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 diff --git a/net-p2p/bitcoind/bitcoind-0.8.4.ebuild b/net-p2p/bitcoind/bitcoind-0.8.4.ebuild index 968e6d20a1e5..5ef7165c357c 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.4.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.4.ebuild @@ -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 @@ RDEPEND=" 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 diff --git a/net-p2p/bitcoind/bitcoind-0.8.5.ebuild b/net-p2p/bitcoind/bitcoind-0.8.5.ebuild index aa67fcb3fe4c..8151aceffd5a 100644 --- a/net-p2p/bitcoind/bitcoind-0.8.5.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.8.5.ebuild @@ -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 @@ RDEPEND=" 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 |