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-p2p/qbittorrent: qbittorrent-1.0.0_rc11.ebuild ChangeLog
Date: Thu, 03 Jan 2008 20:40:13
Message-Id: E1JAWrC-0007hA-Ni@stork.gentoo.org
1 armin76 08/01/03 20:40:02
2
3 Modified: qbittorrent-1.0.0_rc11.ebuild ChangeLog
4 Log:
5 Move python to RDEPEND, thanks to ishanarora
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild?r1=1.1&r2=1.2
14
15 Index: qbittorrent-1.0.0_rc11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- qbittorrent-1.0.0_rc11.ebuild 31 Dec 2007 11:34:45 -0000 1.1
22 +++ qbittorrent-1.0.0_rc11.ebuild 3 Jan 2008 20:40:02 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
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-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild,v 1.1 2007/12/31 11:34:45 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0_rc11.ebuild,v 1.2 2008/01/03 20:40:02 armin76 Exp $
29
30 inherit eutils qt4 multilib
31
32 @@ -18,10 +18,12 @@
33
34 DEPEND=">=net-libs/rb_libtorrent-0.13_pre1876
35 $(qt4_min_version 4.2)
36 - >=dev-lang/python-2.3
37 dev-libs/boost
38 net-misc/curl
39 dev-cpp/commoncpp2"
40 +RDEPEND="${DEPEND}
41 + >=dev-lang/python-2.3"
42 +
43
44 pkg_setup() {
45 # We need boost built with threads
46
47
48
49 1.31 net-p2p/qbittorrent/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.31&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.31&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.30&r2=1.31
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
58 retrieving revision 1.30
59 retrieving revision 1.31
60 diff -u -r1.30 -r1.31
61 --- ChangeLog 31 Dec 2007 11:34:45 -0000 1.30
62 +++ ChangeLog 3 Jan 2008 20:40:02 -0000 1.31
63 @@ -1,6 +1,10 @@
64 # ChangeLog for net-p2p/qbittorrent
65 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.30 2007/12/31 11:34:45 armin76 Exp $
67 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.31 2008/01/03 20:40:02 armin76 Exp $
69 +
70 + 03 Jan 2008; Raúl Porcel <armin76@g.o>
71 + qbittorrent-1.0.0_rc11.ebuild:
72 + Move python to RDEPEND, thanks to ishanarora
73
74 *qbittorrent-1.0.0_rc11 (31 Dec 2007)
75
76
77
78
79 --
80 gentoo-commits@g.o mailing list