Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/rb_libtorrent: rb_libtorrent-0.12.1.ebuild rb_libtorrent-0.13.ebuild ChangeLog
Date: Sat, 19 Apr 2008 17:09:46
Message-Id: E1JnGZL-00023T-HI@stork.gentoo.org
1 armin76 08/04/19 17:09:43
2
3 Modified: rb_libtorrent-0.12.1.ebuild
4 rb_libtorrent-0.13.ebuild ChangeLog
5 Log:
6 Some tweaks
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild?r1=1.3&r2=1.4
15
16 Index: rb_libtorrent-0.12.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- rb_libtorrent-0.12.1.ebuild 5 Feb 2008 15:47:53 -0000 1.3
23 +++ rb_libtorrent-0.12.1.ebuild 19 Apr 2008 17:09:42 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild,v 1.3 2008/02/05 15:47:53 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.12.1.ebuild,v 1.4 2008/04/19 17:09:42 armin76 Exp $
29
30 inherit eutils autotools
31
32 @@ -22,8 +22,7 @@
33
34 pkg_setup() {
35 # We need boost built with threads
36 - if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \
37 - ! built_with_use "dev-libs/boost" threads; then
38 + if ! built_with_use --missing true "dev-libs/boost" threads; then
39 eerror "${PN} needs dev-libs/boost built with threads USE flag"
40 die "dev-libs/boost is built without threads USE flag"
41 fi
42
43
44
45 1.2 net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild?r1=1.1&r2=1.2
50
51 Index: rb_libtorrent-0.13.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- rb_libtorrent-0.13.ebuild 9 Apr 2008 16:23:10 -0000 1.1
58 +++ rb_libtorrent-0.13.ebuild 19 Apr 2008 17:09:42 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild,v 1.1 2008/04/09 16:23:10 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/rb_libtorrent-0.13.ebuild,v 1.2 2008/04/19 17:09:42 armin76 Exp $
64
65 inherit eutils autotools
66
67 @@ -23,8 +23,7 @@
68
69 pkg_setup() {
70 # We need boost built with threads
71 - if ! has_version ">=dev-libs/boost-1.34_pre20061214" && \
72 - ! built_with_use "dev-libs/boost" threads; then
73 + if ! built_with_use --missing true "dev-libs/boost" threads; then
74 eerror "${PN} needs dev-libs/boost built with threads USE flag"
75 die "dev-libs/boost is built without threads USE flag"
76 fi
77
78
79
80 1.48 net-libs/rb_libtorrent/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.48&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?rev=1.48&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/rb_libtorrent/ChangeLog?r1=1.47&r2=1.48
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v
89 retrieving revision 1.47
90 retrieving revision 1.48
91 diff -u -r1.47 -r1.48
92 --- ChangeLog 9 Apr 2008 16:23:10 -0000 1.47
93 +++ ChangeLog 19 Apr 2008 17:09:42 -0000 1.48
94 @@ -1,6 +1,10 @@
95 # ChangeLog for net-libs/rb_libtorrent
96 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.47 2008/04/09 16:23:10 armin76 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-libs/rb_libtorrent/ChangeLog,v 1.48 2008/04/19 17:09:42 armin76 Exp $
99 +
100 + 19 Apr 2008; Raúl Porcel <armin76@g.o>
101 + rb_libtorrent-0.12.1.ebuild, rb_libtorrent-0.13.ebuild:
102 + Some tweaks
103
104 *rb_libtorrent-0.13 (09 Apr 2008)
105
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list