Gentoo Archives: gentoo-commits

From: "Carsten Lohrke (carlo)" <carlo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/qbittorrent: qbittorrent-0.9.3.ebuild ChangeLog
Date: Mon, 28 Jul 2008 21:35:38
Message-Id: E1KNaNT-0007KD-Mh@stork.gentoo.org
1 carlo 08/07/28 21:35:35
2
3 Modified: qbittorrent-0.9.3.ebuild ChangeLog
4 Log:
5 QA: Get rid of deprecated qt4_min_version().
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild?r1=1.6&r2=1.7
14
15 Index: qbittorrent-0.9.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- qbittorrent-0.9.3.ebuild 19 Apr 2008 17:13:17 -0000 1.6
22 +++ qbittorrent-0.9.3.ebuild 28 Jul 2008 21:35:35 -0000 1.7
23 @@ -1,6 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.6 2008/04/19 17:13:17 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.7 2008/07/28 21:35:35 carlo Exp $
28 +
29 +EAPI=1
30
31 inherit eutils qt4
32
33 @@ -14,7 +16,7 @@
34 IUSE=""
35
36 DEPEND="=net-libs/rb_libtorrent-0.12*
37 - $(qt4_min_version 4.2)
38 + =x11-libs/qt-4.3*:4
39 >=dev-lang/python-2.3
40 dev-libs/boost
41 net-misc/curl"
42
43
44
45 1.40 net-p2p/qbittorrent/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.40&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.40&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.39&r2=1.40
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
54 retrieving revision 1.39
55 retrieving revision 1.40
56 diff -u -r1.39 -r1.40
57 --- ChangeLog 28 Jul 2008 18:14:19 -0000 1.39
58 +++ ChangeLog 28 Jul 2008 21:35:35 -0000 1.40
59 @@ -1,6 +1,9 @@
60 # ChangeLog for net-p2p/qbittorrent
61 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.39 2008/07/28 18:14:19 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.40 2008/07/28 21:35:35 carlo Exp $
64 +
65 + 28 Jul 2008; Carsten Lohrke <carlo@g.o> qbittorrent-0.9.3.ebuild:
66 + QA: Get rid of deprecated qt4_min_version().
67
68 *qbittorrent-1.1.0_rc2 (28 Jul 2008)