Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/tiemu: tiemu-3.03.ebuild ChangeLog
Date: Sun, 04 Jul 2010 08:29:53
Message-Id: 20100704082951.0E1A42CE14@corvid.gentoo.org
1 xarthisius 10/07/04 08:29:50
2
3 Modified: tiemu-3.03.ebuild ChangeLog
4 Log:
5 Fix build with >=gtk+-2.18 wrt bug 326793. Thanks to Diego for reporting.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-calculators/tiemu/tiemu-3.03.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild?r1=1.2&r2=1.3
14
15 Index: tiemu-3.03.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- tiemu-3.03.ebuild 9 Nov 2009 11:12:26 -0000 1.2
22 +++ tiemu-3.03.ebuild 4 Jul 2010 08:29:50 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2009 Gentoo Foundation
25 +# Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.2 2009/11/09 11:12:26 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/tiemu-3.03.ebuild,v 1.3 2010/07/04 08:29:50 xarthisius Exp $
29
30 EAPI=2
31 inherit eutils
32 @@ -30,6 +30,10 @@
33 nls? ( sys-devel/gettext )
34 xinerama? ( x11-proto/xineramaproto )"
35
36 +src_prepare() {
37 + epatch "${FILESDIR}"/${P}-remove_depreciated_gtk_calls.patch
38 +}
39 +
40 src_configure() {
41 econf \
42 --disable-rpath \
43
44
45
46 1.4 sci-calculators/tiemu/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/tiemu/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 9 Nov 2009 11:12:26 -0000 1.3
59 +++ ChangeLog 4 Jul 2010 08:29:50 -0000 1.4
60 @@ -1,6 +1,10 @@
61 # ChangeLog for sci-calculators/tiemu
62 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.3 2009/11/09 11:12:26 ssuominen Exp $
64 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/tiemu/ChangeLog,v 1.4 2010/07/04 08:29:50 xarthisius Exp $
66 +
67 + 04 Jul 2010; Kacper Kowalik <xarthisius@g.o> tiemu-3.03.ebuild,
68 + +files/tiemu-3.03-remove_depreciated_gtk_calls.patch:
69 + Fix build with >=gtk+-2.18 wrt bug 326793. Thanks to Diego for reporting.
70
71 09 Nov 2009; Samuli Suominen <ssuominen@g.o> tiemu-3.03.ebuild:
72 Remove USE kde wrt #257590, thanks to Jakob Dettner for reporting.