public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.14.9-r1.ebuild rb_libtorrent-0.15.4.ebuild rb_libtorrent-0.15.3.ebuild ChangeLog rb_libtorrent-0.15.0.ebuild rb_libtorrent-0.14.12.ebuild rb_libtorrent-0.15.1.ebuild
@ 2010-11-11 15:27 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2010-11-11 15:27 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/11/11 15:27:23

  Modified:             rb_libtorrent-0.14.9-r1.ebuild
                        rb_libtorrent-0.15.4.ebuild
                        rb_libtorrent-0.15.3.ebuild ChangeLog
                        rb_libtorrent-0.15.0.ebuild
                        rb_libtorrent-0.14.12.ebuild
                        rb_libtorrent-0.15.1.ebuild
  Log:
  Fix sys-devel/libtool depend from = to >= wrt #345115 by Attila Jecs.
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild?r1=1.3&r2=1.4

Index: rb_libtorrent-0.14.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rb_libtorrent-0.14.9-r1.ebuild	10 Apr 2010 23:00:15 -0000	1.3
+++ rb_libtorrent-0.14.9-r1.ebuild	11 Nov 2010 15:27:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.14.9-r1.ebuild,v 1.3 2010/04/10 23:00:15 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.9-r1.ebuild,v 1.4 2010/11/11 15:27:23 ssuominen Exp $
 
 EAPI="2"
 inherit autotools eutils flag-o-matic versionator
@@ -22,7 +22,7 @@
 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] )
-	=sys-devel/libtool-2.2*
+	>=sys-devel/libtool-2.2
 	sys-libs/zlib
 	examples? ( !net-p2p/mldonkey )"  #292998
 RDEPEND="${DEPEND}"



1.4                  net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?r1=1.3&r2=1.4

Index: rb_libtorrent-0.15.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rb_libtorrent-0.15.4.ebuild	21 Oct 2010 20:09:27 -0000	1.3
+++ rb_libtorrent-0.15.4.ebuild	11 Nov 2010 15:27:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3 2010/10/21 20:09:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.4 2010/11/11 15:27:23 ssuominen Exp $
 
 EAPI="2"
 inherit eutils versionator
@@ -22,7 +22,7 @@
 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] )
-	=sys-devel/libtool-2.2*
+	>=sys-devel/libtool-2.2
 	sys-libs/zlib
 	examples? ( !net-p2p/mldonkey )
 	ssl? ( dev-libs/openssl )"



1.2                  net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild?r1=1.1&r2=1.2

Index: rb_libtorrent-0.15.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rb_libtorrent-0.15.3.ebuild	8 Sep 2010 23:03:43 -0000	1.1
+++ rb_libtorrent-0.15.3.ebuild	11 Nov 2010 15:27:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.1 2010/09/08 23:03:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v 1.2 2010/11/11 15:27:23 ssuominen Exp $
 
 EAPI="2"
 WANT_AUTOMAKE="1.11.1"
@@ -23,7 +23,7 @@
 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] )
-	=sys-devel/libtool-2.2*
+	>=sys-devel/libtool-2.2
 	sys-libs/zlib
 	examples? ( !net-p2p/mldonkey )"  #292998
 RDEPEND="${DEPEND}"



1.96                 net-libs/rb_libtorrent/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	21 Oct 2010 20:09:27 -0000	1.95
+++ ChangeLog	11 Nov 2010 15:27:23 -0000	1.96
@@ -1,6 +1,12 @@
 # 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.95 2010/10/21 20:09:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.96 2010/11/11 15:27:23 ssuominen Exp $
+
+  11 Nov 2010; Samuli Suominen <ssuominen@gentoo.org>
+  rb_libtorrent-0.14.9-r1.ebuild, rb_libtorrent-0.14.12.ebuild,
+  rb_libtorrent-0.15.0.ebuild, rb_libtorrent-0.15.1.ebuild,
+  rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
+  Fix sys-devel/libtool depend from = to >= wrt #345115 by Attila Jecs.
 
   21 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
   rb_libtorrent-0.15.4.ebuild:



1.2                  net-libs/rb_libtorrent/rb_libtorrent-0.15.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.0.ebuild?r1=1.1&r2=1.2

Index: rb_libtorrent-0.15.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rb_libtorrent-0.15.0.ebuild	16 Jun 2010 17:40:38 -0000	1.1
+++ rb_libtorrent-0.15.0.ebuild	11 Nov 2010 15:27:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.0.ebuild,v 1.1 2010/06/16 17:40:38 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.0.ebuild,v 1.2 2010/11/11 15:27:23 ssuominen Exp $
 
 EAPI="2"
 inherit autotools eutils flag-o-matic versionator
@@ -22,7 +22,7 @@
 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] )
-	=sys-devel/libtool-2.2*
+	>=sys-devel/libtool-2.2
 	sys-libs/zlib
 	examples? ( !net-p2p/mldonkey )"  #292998
 RDEPEND="${DEPEND}"



1.2                  net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild?r1=1.1&r2=1.2

Index: rb_libtorrent-0.14.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rb_libtorrent-0.14.12.ebuild	8 Sep 2010 23:03:43 -0000	1.1
+++ rb_libtorrent-0.14.12.ebuild	11 Nov 2010 15:27:23 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.14.12.ebuild,v 1.1 2010/09/08 23:03:43 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.14.12.ebuild,v 1.2 2010/11/11 15:27:23 ssuominen Exp $
 
 EAPI="2"
 inherit autotools eutils flag-o-matic versionator
@@ -22,7 +22,7 @@
 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] )
-	=sys-devel/libtool-2.2*
+	>=sys-devel/libtool-2.2
 	sys-libs/zlib
 	examples? ( !net-p2p/mldonkey )"  #292998
 RDEPEND="${DEPEND}"



1.4                  net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild?r1=1.3&r2=1.4

Index: rb_libtorrent-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rb_libtorrent-0.15.1.ebuild	20 Oct 2010 13:52:55 -0000	1.3
+++ rb_libtorrent-0.15.1.ebuild	11 Nov 2010 15:27:23 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.3 2010/10/20 13:52:55 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.1.ebuild,v 1.4 2010/11/11 15:27:23 ssuominen Exp $
 
 EAPI="2"
 WANT_AUTOMAKE="1.11.1"
@@ -23,7 +23,7 @@
 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] )
-	=sys-devel/libtool-2.2*
+	>=sys-devel/libtool-2.2
 	sys-libs/zlib
 	examples? ( !net-p2p/mldonkey )"  #292998
 RDEPEND="${DEPEND}"






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-11 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 15:27 [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.14.9-r1.ebuild rb_libtorrent-0.15.4.ebuild rb_libtorrent-0.15.3.ebuild ChangeLog rb_libtorrent-0.15.0.ebuild rb_libtorrent-0.14.12.ebuild rb_libtorrent-0.15.1.ebuild Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox