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.ebuild qbittorrent-0.9.3.ebuild ChangeLog
Date: Sat, 19 Apr 2008 17:13:21
Message-Id: E1JnGcn-00025L-Tt@stork.gentoo.org
1 armin76 08/04/19 17:13:17
2
3 Modified: qbittorrent-1.0.0.ebuild qbittorrent-0.9.3.ebuild
4 ChangeLog
5 Log:
6 Some tweaks
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.2 net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild?r1=1.1&r2=1.2
15
16 Index: qbittorrent-1.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- qbittorrent-1.0.0.ebuild 12 Apr 2008 10:43:08 -0000 1.1
23 +++ qbittorrent-1.0.0.ebuild 19 Apr 2008 17:13:17 -0000 1.2
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-p2p/qbittorrent/qbittorrent-1.0.0.ebuild,v 1.1 2008/04/12 10:43:08 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-1.0.0.ebuild,v 1.2 2008/04/19 17:13:17 armin76 Exp $
29
30 inherit eutils qt4 multilib
31
32 @@ -26,8 +26,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.6 net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild?r1=1.5&r2=1.6
50
51 Index: qbittorrent-0.9.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- qbittorrent-0.9.3.ebuild 4 Feb 2008 13:54:53 -0000 1.5
58 +++ qbittorrent-0.9.3.ebuild 19 Apr 2008 17:13:17 -0000 1.6
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-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.5 2008/02/04 13:54:53 armin76 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-0.9.3.ebuild,v 1.6 2008/04/19 17:13:17 armin76 Exp $
64
65 inherit eutils qt4
66
67 @@ -21,8 +21,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.35 net-p2p/qbittorrent/ChangeLog
81
82 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.35&view=markup
83 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?rev=1.35&content-type=text/plain
84 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/qbittorrent/ChangeLog?r1=1.34&r2=1.35
85
86 Index: ChangeLog
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v
89 retrieving revision 1.34
90 retrieving revision 1.35
91 diff -u -r1.34 -r1.35
92 --- ChangeLog 12 Apr 2008 10:43:08 -0000 1.34
93 +++ ChangeLog 19 Apr 2008 17:13:17 -0000 1.35
94 @@ -1,6 +1,10 @@
95 # ChangeLog for net-p2p/qbittorrent
96 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
97 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.34 2008/04/12 10:43:08 armin76 Exp $
98 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/ChangeLog,v 1.35 2008/04/19 17:13:17 armin76 Exp $
99 +
100 + 19 Apr 2008; Raúl Porcel <armin76@g.o> qbittorrent-0.9.3.ebuild,
101 + qbittorrent-1.0.0.ebuild:
102 + Some tweaks
103
104 *qbittorrent-1.0.0 (12 Apr 2008)
105
106
107
108
109 --
110 gentoo-commits@l.g.o mailing list