Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-im/twittare: twittare-0.7.42.ebuild ChangeLog
Date: Thu, 02 Jul 2009 13:40:43
Message-Id: E1MMMWm-0007cc-OD@stork.gentoo.org
1 hwoarang 09/07/02 13:40:40
2
3 Modified: twittare-0.7.42.ebuild ChangeLog
4 Log:
5 Patch to compile with glibc-2.10 and gcc-4.4. Fixes bug 276204
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-im/twittare/twittare-0.7.42.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild?r1=1.1&r2=1.2
14
15 Index: twittare-0.7.42.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- twittare-0.7.42.ebuild 10 May 2009 11:35:02 -0000 1.1
22 +++ twittare-0.7.42.ebuild 2 Jul 2009 13:40:40 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild,v 1.1 2009/05/10 11:35:02 hwoarang Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild,v 1.2 2009/07/02 13:40:40 hwoarang Exp $
28
29 EAPI="2"
30
31 @@ -20,10 +20,15 @@
32 x11-libs/libnotify"
33 RDEPEND="${DEPEND}"
34
35 +PATCHES=(
36 + "${FILESDIR}/${PN}-gcc-4.4-glibc-2.10.patch"
37 +)
38 +
39 src_prepare() {
40 # fix LDFLAGS issue
41 sed -i "s/-fpic/${LDFLAGS}\ -fpic/" "${S}"/libtwnotification/makefile || die "sed failed"
42 sed -i "s/-shared/${LDFLAGS}\ -shared/" "${S}"/libtwnotification/makefile || die "sed failed"
43 + qt4_src_prepare
44 }
45
46 src_configure() {
47
48
49
50 1.2 net-im/twittare/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twittare/ChangeLog?rev=1.2&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twittare/ChangeLog?rev=1.2&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/twittare/ChangeLog?r1=1.1&r2=1.2
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-im/twittare/ChangeLog,v
59 retrieving revision 1.1
60 retrieving revision 1.2
61 diff -u -r1.1 -r1.2
62 --- ChangeLog 10 May 2009 11:35:02 -0000 1.1
63 +++ ChangeLog 2 Jul 2009 13:40:40 -0000 1.2
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-im/twittare
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/ChangeLog,v 1.1 2009/05/10 11:35:02 hwoarang Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/ChangeLog,v 1.2 2009/07/02 13:40:40 hwoarang Exp $
69 +
70 + 02 Jul 2009; <hwoarang@g.o> twittare-0.7.42.ebuild,
71 + +files/twittare-gcc-4.4-glibc-2.10.patch:
72 + Patch to compile with glibc-2.10 and gcc-4.4. Fixes bug 276204
73
74 *twittare-0.7.42 (10 May 2009)