Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/rtorrent: rtorrent-0.8.0.ebuild ChangeLog
Date: Mon, 21 Apr 2008 15:09:24
Message-Id: E1JnxdT-0007uT-OO@stork.gentoo.org
1 flameeyes 08/04/21 15:08:51
2
3 Modified: rtorrent-0.8.0.ebuild ChangeLog
4 Log:
5 Add patch by Philipp to build with GCC 4.3 (bug #212833).
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.2 net-p2p/rtorrent/rtorrent-0.8.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.0.ebuild?r1=1.1&r2=1.2
14
15 Index: rtorrent-0.8.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- rtorrent-0.8.0.ebuild 1 Mar 2008 11:17:24 -0000 1.1
22 +++ rtorrent-0.8.0.ebuild 21 Apr 2008 15:08:51 -0000 1.2
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.0.ebuild,v 1.1 2008/03/01 11:17:24 drizzt Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/rtorrent-0.8.0.ebuild,v 1.2 2008/04/21 15:08:51 flameeyes Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic
30
31 @@ -20,6 +20,13 @@
32 xmlrpc? ( dev-libs/xmlrpc-c )"
33 DEPEND="${RDEPEND}"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 +
39 + epatch "${FILESDIR}/${P}+gcc-4.3.patch"
40 +}
41 +
42 src_compile() {
43 replace-flags -Os -O2
44 append-flags -fno-strict-aliasing
45
46
47
48 1.107 net-p2p/rtorrent/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.107&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?rev=1.107&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/rtorrent/ChangeLog?r1=1.106&r2=1.107
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v
57 retrieving revision 1.106
58 retrieving revision 1.107
59 diff -u -r1.106 -r1.107
60 --- ChangeLog 1 Mar 2008 11:17:24 -0000 1.106
61 +++ ChangeLog 21 Apr 2008 15:08:51 -0000 1.107
62 @@ -1,6 +1,10 @@
63 # ChangeLog for net-p2p/rtorrent
64 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.106 2008/03/01 11:17:24 drizzt Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/rtorrent/ChangeLog,v 1.107 2008/04/21 15:08:51 flameeyes Exp $
67 +
68 + 21 Apr 2008; Diego Pettenò <flameeyes@g.o>
69 + +files/rtorrent-0.8.0+gcc-4.3.patch, rtorrent-0.8.0.ebuild:
70 + Add patch by Philipp to build with GCC 4.3 (bug #212833).
71
72 *rtorrent-0.8.0 (01 Mar 2008)
73
74
75
76
77 --
78 gentoo-commits@l.g.o mailing list