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/bittorrent: ChangeLog bittorrent-5.0.9.ebuild
Date: Fri, 28 Dec 2007 12:52:51
Message-Id: E1J8Ehd-0001KO-Ly@stork.gentoo.org
1 armin76 07/12/28 12:52:41
2
3 Modified: ChangeLog bittorrent-5.0.9.ebuild
4 Log:
5 Make it not die with wxpython-2.8 installed, bug #202813, patch by <dynamotwain at aim dot com>
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.125 net-p2p/bittorrent/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/ChangeLog?rev=1.125&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/ChangeLog?rev=1.125&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/ChangeLog?r1=1.124&r2=1.125
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v
18 retrieving revision 1.124
19 retrieving revision 1.125
20 diff -u -r1.124 -r1.125
21 --- ChangeLog 23 Nov 2007 21:14:53 -0000 1.124
22 +++ ChangeLog 28 Dec 2007 12:52:41 -0000 1.125
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-p2p/bittorrent
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.124 2007/11/23 21:14:53 corsair Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/ChangeLog,v 1.125 2007/12/28 12:52:41 armin76 Exp $
28 +
29 + 28 Dec 2007; Raúl Porcel <armin76@g.o> bittorrent-5.0.9.ebuild:
30 + Make it not die with wxpython-2.8 installed, bug #202813, patch by
31 + <dynamotwain at aim dot com>
32
33 23 Nov 2007; Markus Rothe <corsair@g.o> bittorrent-5.0.9.ebuild:
34 Stable on ppc64; bug #199882
35
36
37
38 1.8 net-p2p/bittorrent/bittorrent-5.0.9.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.8&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?rev=1.8&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild?r1=1.7&r2=1.8
43
44 Index: bittorrent-5.0.9.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v
47 retrieving revision 1.7
48 retrieving revision 1.8
49 diff -u -r1.7 -r1.8
50 --- bittorrent-5.0.9.ebuild 23 Nov 2007 21:14:53 -0000 1.7
51 +++ bittorrent-5.0.9.ebuild 28 Dec 2007 12:52:41 -0000 1.8
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.7 2007/11/23 21:14:53 corsair Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/bittorrent/bittorrent-5.0.9.ebuild,v 1.8 2007/12/28 12:52:41 armin76 Exp $
57
58 -inherit distutils fdo-mime eutils
59 +WX_GTK_VER="2.6"
60 +inherit distutils fdo-mime eutils wxwidgets
61
62 MY_P="${P/bittorrent/BitTorrent}"
63 #MY_P="${MY_P/}"
64 @@ -35,10 +36,10 @@
65
66 pkg_setup() {
67 if use gtk ; then
68 - if ! built_with_use x11-libs/wxGTK unicode ; then
69 + need-wxwidgets unicode ||
70 die "You must build wxGTK and wxpython with unicode support"
71 - fi
72 - if ! built_with_use dev-python/wxpython unicode ; then
73 +
74 + if ! built_with_use =dev-python/wxpython-2.6* unicode ; then
75 die "You must build wxGTK and wxpython with unicode support"
76 fi
77 fi
78
79
80
81 --
82 gentoo-commits@g.o mailing list