Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gtk-g-rays2: ChangeLog gtk-g-rays2-1.20.ebuild
Date: Thu, 29 Jul 2010 11:42:32
Message-Id: 20100729114228.808602CE15@corvid.gentoo.org
1 ssuominen 10/07/29 11:42:28
2
3 Modified: ChangeLog gtk-g-rays2-1.20.ebuild
4 Log:
5 Fix building with CFLAGS="-O0".
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.4 sci-geosciences/gtk-g-rays2/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.4&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.4&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?r1=1.3&r2=1.4
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v
18 retrieving revision 1.3
19 retrieving revision 1.4
20 diff -u -r1.3 -r1.4
21 --- ChangeLog 27 Apr 2010 10:59:43 -0000 1.3
22 +++ ChangeLog 29 Jul 2010 11:42:27 -0000 1.4
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-geosciences/gtk-g-rays2
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 1.3 2010/04/27 10:59:43 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 1.4 2010/07/29 11:42:27 ssuominen Exp $
28 +
29 + 29 Jul 2010; Samuli Suominen <ssuominen@g.o>
30 + gtk-g-rays2-1.20.ebuild, +files/gtk-g-rays2-1.20-locale_h.patch:
31 + Fix building with CFLAGS="-O0".
32
33 *gtk-g-rays2-1.20 (27 Apr 2010)
34
35
36
37
38 1.2 sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild?r1=1.1&r2=1.2
43
44 Index: gtk-g-rays2-1.20.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- gtk-g-rays2-1.20.ebuild 27 Apr 2010 10:59:43 -0000 1.1
51 +++ gtk-g-rays2-1.20.ebuild 29 Jul 2010 11:42:27 -0000 1.2
52 @@ -1,10 +1,10 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild,v 1.1 2010/04/27 10:59:43 scarabeus Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild,v 1.2 2010/07/29 11:42:27 ssuominen Exp $
57
58 EAPI="3"
59
60 -inherit gnome2 base
61 +inherit eutils gnome2 base
62
63 DESCRIPTION="GUI for accessing the Wintec WBT 201 / G-Rays 2 GPS device"
64 HOMEPAGE="http://www.daria.co.uk/gps"
65 @@ -24,6 +24,7 @@
66
67 src_prepare() {
68 rm -rf debian/
69 + epatch "${FILESDIR}"/${P}-locale_h.patch
70 }
71
72 src_configure() {