Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@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: Sat, 05 Feb 2011 13:20:17
Message-Id: 20110205132007.75F6520054@flycatcher.gentoo.org
1 ssuominen 11/02/05 13:20:07
2
3 Modified: twittare-0.7.42.ebuild ChangeLog
4 Log:
5 Fix building with x11-libs/libnotify >= 0.7.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 net-im/twittare/twittare-0.7.42.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild?r1=1.4&r2=1.5
15
16 Index: twittare-0.7.42.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- twittare-0.7.42.ebuild 29 Jun 2010 08:42:20 -0000 1.4
23 +++ twittare-0.7.42.ebuild 5 Feb 2011 13:20:07 -0000 1.5
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild,v 1.4 2010/06/29 08:42:20 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/twittare-0.7.42.ebuild,v 1.5 2011/02/05 13:20:07 ssuominen Exp $
30
31 EAPI="2"
32
33 -inherit qt4
34 +inherit eutils qt4
35
36 DESCRIPTION="Twitter client for Linux using Qt4"
37 HOMEPAGE="http://www.twittare.com"
38 @@ -25,6 +25,8 @@
39 )
40
41 src_prepare() {
42 + epatch "${FILESDIR}"/${P}-libnotify-0.7.patch
43 +
44 # fix LDFLAGS issue
45 sed -i "s/-fpic/${LDFLAGS}\ -fpic/" "${S}"/libtwnotification/makefile || die "sed failed"
46 sed -i "s/-shared/${LDFLAGS}\ -shared/" "${S}"/libtwnotification/makefile || die "sed failed"
47
48
49
50 1.5 net-im/twittare/ChangeLog
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/twittare/ChangeLog?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/twittare/ChangeLog?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/twittare/ChangeLog?r1=1.4&r2=1.5
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/net-im/twittare/ChangeLog,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- ChangeLog 29 Jun 2010 08:42:20 -0000 1.4
63 +++ ChangeLog 5 Feb 2011 13:20:07 -0000 1.5
64 @@ -1,6 +1,10 @@
65 # ChangeLog for net-im/twittare
66 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/ChangeLog,v 1.4 2010/06/29 08:42:20 fauli Exp $
68 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/net-im/twittare/ChangeLog,v 1.5 2011/02/05 13:20:07 ssuominen Exp $
70 +
71 + 05 Feb 2011; Samuli Suominen <ssuominen@g.o> twittare-0.7.42.ebuild,
72 + +files/twittare-0.7.42-libnotify-0.7.patch:
73 + Fix building with x11-libs/libnotify >= 0.7.
74
75 29 Jun 2010; Christian Faulhammer <fauli@g.o>
76 twittare-0.7.42.ebuild: