summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-06 11:53:29 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-06 11:53:29 +0000
commit4673fabab829b17a373ae4a658a998e7792c8c0b (patch)
treeabb43fcff3c3341823a819279748e57ffb43ec4f /net-libs/rb_libtorrent
parentVersion bump to follow sys-devel/autoconf. No changes. (diff)
downloadgentoo-2-4673fabab829b17a373ae4a658a998e7792c8c0b.tar.gz
gentoo-2-4673fabab829b17a373ae4a658a998e7792c8c0b.tar.bz2
gentoo-2-4673fabab829b17a373ae4a658a998e7792c8c0b.zip
Adjust boost dependencies. Bug #342589
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r--net-libs/rb_libtorrent/ChangeLog9
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild9
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild9
-rw-r--r--net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild9
4 files changed, 19 insertions, 17 deletions
diff --git a/net-libs/rb_libtorrent/ChangeLog b/net-libs/rb_libtorrent/ChangeLog
index dd2ab4d66d52..08076c621515 100644
--- a/net-libs/rb_libtorrent/ChangeLog
+++ b/net-libs/rb_libtorrent/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/rb_libtorrent
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.98 2010/12/09 19:35:18 xmw Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.99 2011/01/06 11:53:29 hwoarang Exp $
+
+ 06 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+ rb_libtorrent-0.15.1.ebuild, rb_libtorrent-0.15.3.ebuild,
+ rb_libtorrent-0.15.4.ebuild:
+ Adjust boost dependencies. Bug #342589
09 Dec 2010; Michael Weber <xmw@gentoo.org> rb_libtorrent-0.15.1.ebuild,
rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild
index d5b36233ce6e..29851122af15 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v 1.5 2010/12/09 19:35:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v 1.6 2011/01/06 11:53:29 hwoarang Exp $
EAPI="2"
WANT_AUTOMAKE="1.11.1"
@@ -20,9 +20,8 @@ KEYWORDS="amd64 ~arm ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="debug doc examples python"
RESTRICT="test"
-DEPEND="|| ( >=dev-libs/boost-1.35
- ( ~dev-libs/boost-1.34.1 dev-cpp/asio ) )
- python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
+DEPEND=">=dev-libs/boost-1.36
+ python? ( >=dev-libs/boost-1.36[python] dev-lang/python:2.6[threads] )
>=sys-devel/libtool-2.2
sys-libs/zlib
examples? ( !net-p2p/mldonkey )" #292998
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
index 6daa44099525..725062c35a24 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v 1.4 2010/12/09 19:35:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v 1.5 2011/01/06 11:53:29 hwoarang Exp $
EAPI="2"
WANT_AUTOMAKE="1.11.1"
@@ -20,9 +20,8 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc examples python"
RESTRICT="test"
-DEPEND="|| ( >=dev-libs/boost-1.35
- ( ~dev-libs/boost-1.34.1 dev-cpp/asio ) )
- python? ( >=dev-libs/boost-1.35.0-r5[python]
+DEPEND=">=dev-libs/boost-1.36
+ python? ( >=dev-libs/boost-1.36[python]
|| ( dev-lang/python:2.6[threads]
dev-lang/python:2.7[threads] ) )
>=sys-devel/libtool-2.2
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
index 24e0ea39982b..c7adcdd43e73 100644
--- a/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
+++ b/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.6 2010/12/09 19:35:18 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.7 2011/01/06 11:53:29 hwoarang Exp $
EAPI="2"
inherit eutils versionator
@@ -19,9 +19,8 @@ KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc examples python ssl"
RESTRICT="test"
-DEPEND="|| ( >=dev-libs/boost-1.35
- ( ~dev-libs/boost-1.34.1 dev-cpp/asio ) )
- python? ( >=dev-libs/boost-1.35.0-r5[python]
+DEPEND=">=dev-libs/boost-1.36
+ python? ( >=dev-libs/boost-1.36[python]
|| ( dev-lang/python:2.6[threads]
dev-lang/python:2.7[threads] ) )
>=sys-devel/libtool-2.2