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-libs/libtorrent: libtorrent-0.12.0.ebuild ChangeLog
Date: Mon, 21 Apr 2008 14:33:43
Message-Id: E1Jnx5Q-0007WS-86@stork.gentoo.org
1 flameeyes 08/04/21 14:33:40
2
3 Modified: libtorrent-0.12.0.ebuild ChangeLog
4 Log:
5 Add patch to fix building with GCC 4.3 (taken from Debian). Closes bug #212824.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.2 net-libs/libtorrent/libtorrent-0.12.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.0.ebuild?r1=1.1&r2=1.2
14
15 Index: libtorrent-0.12.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libtorrent-0.12.0.ebuild 1 Mar 2008 11:12:42 -0000 1.1
22 +++ libtorrent-0.12.0.ebuild 21 Apr 2008 14:33:39 -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-libs/libtorrent/libtorrent-0.12.0.ebuild,v 1.1 2008/03/01 11:12:42 drizzt Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/libtorrent-0.12.0.ebuild,v 1.2 2008/04/21 14:33:39 flameeyes Exp $
28
29 inherit eutils toolchain-funcs flag-o-matic libtool
30
31 @@ -18,6 +18,14 @@
32 DEPEND="${RDEPEND}
33 >=dev-util/pkgconfig-0.11"
34
35 +src_unpack() {
36 + unpack ${A}
37 + cd "${S}"
38 +
39 + # Patch taken from Debian.
40 + epatch "${FILESDIR}/${PN}-0.11.9+gcc-4.3.patch"
41 +}
42 +
43 src_compile() {
44 replace-flags -Os -O2
45
46
47
48
49 1.112 net-libs/libtorrent/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.112&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?rev=1.112&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libtorrent/ChangeLog?r1=1.111&r2=1.112
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v
58 retrieving revision 1.111
59 retrieving revision 1.112
60 diff -u -r1.111 -r1.112
61 --- ChangeLog 1 Mar 2008 11:12:42 -0000 1.111
62 +++ ChangeLog 21 Apr 2008 14:33:39 -0000 1.112
63 @@ -1,6 +1,11 @@
64 # ChangeLog for net-libs/libtorrent
65 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.111 2008/03/01 11:12:42 drizzt Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libtorrent/ChangeLog,v 1.112 2008/04/21 14:33:39 flameeyes Exp $
68 +
69 + 21 Apr 2008; Diego Pettenò <flameeyes@g.o>
70 + +files/libtorrent-0.11.9+gcc-4.3.patch, libtorrent-0.12.0.ebuild:
71 + Add patch to fix building with GCC 4.3 (taken from Debian). Closes bug
72 + #212824.
73
74 *libtorrent-0.12.0 (01 Mar 2008)
75
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list