Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.15.3.ebuild ChangeLog rb_libtorrent-0.15.4.ebuild
Date: Fri, 03 Dec 2010 15:12:10
Message-Id: 20101203151156.32CF520054@flycatcher.gentoo.org
1 voyageur 10/12/03 15:11:56
2
3 Modified: rb_libtorrent-0.15.3.ebuild ChangeLog
4 rb_libtorrent-0.15.4.ebuild
5 Log:
6 Also allow python:2.7
7
8 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild?r1=1.2&r2=1.3
16
17 Index: rb_libtorrent-0.15.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- rb_libtorrent-0.15.3.ebuild 11 Nov 2010 15:27:23 -0000 1.2
24 +++ rb_libtorrent-0.15.3.ebuild 3 Dec 2010 15:11:56 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $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 $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.3.ebuild,v 1.3 2010/12/03 15:11:56 voyageur Exp $
30
31 EAPI="2"
32 WANT_AUTOMAKE="1.11.1"
33 @@ -22,7 +22,9 @@
34
35 DEPEND="|| ( >=dev-libs/boost-1.35
36 ( ~dev-libs/boost-1.34.1 dev-cpp/asio ) )
37 - python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
38 + python? ( >=dev-libs/boost-1.35.0-r5[python]
39 + || ( dev-lang/python:2.6[threads]
40 + dev-lang/python:2.7[threads] ) )
41 >=sys-devel/libtool-2.2
42 sys-libs/zlib
43 examples? ( !net-p2p/mldonkey )" #292998
44
45
46
47 1.97 net-libs/rb_libtorrent/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.97&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.97&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.96&r2=1.97
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
56 retrieving revision 1.96
57 retrieving revision 1.97
58 diff -u -r1.96 -r1.97
59 --- ChangeLog 11 Nov 2010 15:27:23 -0000 1.96
60 +++ ChangeLog 3 Dec 2010 15:11:56 -0000 1.97
61 @@ -1,6 +1,10 @@
62 # ChangeLog for net-libs/rb_libtorrent
63 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.96 2010/11/11 15:27:23 ssuominen Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.97 2010/12/03 15:11:56 voyageur Exp $
66 +
67 + 03 Dec 2010; Bernard Cafarelli <voyageur@g.o>
68 + rb_libtorrent-0.15.3.ebuild, rb_libtorrent-0.15.4.ebuild:
69 + Also allow python:2.7
70
71 11 Nov 2010; Samuli Suominen <ssuominen@g.o>
72 rb_libtorrent-0.14.9-r1.ebuild, rb_libtorrent-0.14.12.ebuild,
73
74
75
76 1.5 net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.5&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?rev=1.5&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild?r1=1.4&r2=1.5
81
82 Index: rb_libtorrent-0.15.4.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v
85 retrieving revision 1.4
86 retrieving revision 1.5
87 diff -u -r1.4 -r1.5
88 --- rb_libtorrent-0.15.4.ebuild 11 Nov 2010 15:27:23 -0000 1.4
89 +++ rb_libtorrent-0.15.4.ebuild 3 Dec 2010 15:11:56 -0000 1.5
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2010 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $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 $
94 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.15.4.ebuild,v 1.5 2010/12/03 15:11:56 voyageur Exp $
95
96 EAPI="2"
97 inherit eutils versionator
98 @@ -21,7 +21,9 @@
99
100 DEPEND="|| ( >=dev-libs/boost-1.35
101 ( ~dev-libs/boost-1.34.1 dev-cpp/asio ) )
102 - python? ( >=dev-libs/boost-1.35.0-r5[python] dev-lang/python:2.6[threads] )
103 + python? ( >=dev-libs/boost-1.35.0-r5[python]
104 + || ( dev-lang/python:2.6[threads]
105 + dev-lang/python:2.7[threads] ) )
106 >=sys-devel/libtool-2.2
107 sys-libs/zlib
108 examples? ( !net-p2p/mldonkey )