Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent: rtorrent-0.8.2-r3.ebuild ChangeLog
Date: Fri, 01 Aug 2008 21:16:57
Message-Id: E1KP1za-0003Dh-00@stork.gentoo.org
1 loki_val 08/08/01 21:16:53
2
3 Modified: rtorrent-0.8.2-r3.ebuild ChangeLog
4 Log:
5 Add patch for gcc-3.4, bug #224031. Thanks goes to Herbie Hopkins <herbie@×××××××.net>. Upstream http://libtorrent.rakshasa.no/ticket/1271 . Verified with Josef Drexler via IRC that this is the correct solution.
6 (Portage version: 2.2_rc5/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.5 net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild?r1=1.4&r2=1.5
14
15 Index: rtorrent-0.8.2-r3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- rtorrent-0.8.2-r3.ebuild 1 Aug 2008 18:42:09 -0000 1.4
22 +++ rtorrent-0.8.2-r3.ebuild 1 Aug 2008 21:16:53 -0000 1.5
23 @@ -1,6 +1,6 @@
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/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.4 2008/08/01 18:42:09 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.2-r3.ebuild,v 1.5 2008/08/01 21:16:53 loki_val Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic
30
31 @@ -26,6 +26,7 @@
32 epatch "${FILESDIR}"/${P}-fix_start_stop_filter.patch
33 epatch "${FILESDIR}"/${P}-fix_conn_type_seed.patch
34 epatch "${FILESDIR}"/${P}-fix_load_cache.patch
35 + epatch "${FILESDIR}"/${P}-gcc34.patch
36 }
37
38 src_compile() {
39
40
41
42 1.114 net-p2p/rtorrent/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.114&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.114&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?r1=1.113&r2=1.114
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v
51 retrieving revision 1.113
52 retrieving revision 1.114
53 diff -u -r1.113 -r1.114
54 --- ChangeLog 1 Aug 2008 18:42:09 -0000 1.113
55 +++ ChangeLog 1 Aug 2008 21:16:53 -0000 1.114
56 @@ -1,6 +1,12 @@
57 # ChangeLog for net-p2p/rtorrent
58 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.113 2008/08/01 18:42:09 nixnut Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.114 2008/08/01 21:16:53 loki_val Exp $
61 +
62 + 01 Aug 2008; Peter Alfredsen <loki_val@g.o>
63 + +files/rtorrent-0.8.2-gcc34.patch, rtorrent-0.8.2-r3.ebuild:
64 + Add patch for gcc-3.4, bug #224031. Thanks goes to Herbie Hopkins
65 + <herbie@×××××××.net>. Upstream http://libtorrent.rakshasa.no/ticket/1271 .
66 + Verified with Josef Drexler via IRC that this is the correct solution.
67
68 01 Aug 2008; nixnut <nixnut@g.o> rtorrent-0.8.2-r3.ebuild:
69 Stable on ppc wrt bug 233122