Gentoo Archives: gentoo-commits

From: "Andreas HAttel (dilfridge)" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/gspiceui: gspiceui-0.9.99.ebuild ChangeLog
Date: Sun, 31 Oct 2010 23:42:01
Message-Id: 20101031234155.3D61020051@flycatcher.gentoo.org
1 dilfridge 10/10/31 23:41:55
2
3 Modified: gspiceui-0.9.99.ebuild ChangeLog
4 Log:
5 Fix LDFLAGS and CXXFLAGS, remove icon extension in desktop file
6
7 (Portage version: 2.1.9.23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.3 sci-electronics/gspiceui/gspiceui-0.9.99.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/gspiceui-0.9.99.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/gspiceui-0.9.99.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/gspiceui-0.9.99.ebuild?r1=1.2&r2=1.3
15
16 Index: gspiceui-0.9.99.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/gspiceui-0.9.99.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- gspiceui-0.9.99.ebuild 19 Oct 2010 09:40:15 -0000 1.2
23 +++ gspiceui-0.9.99.ebuild 31 Oct 2010 23:41:55 -0000 1.3
24 @@ -1,11 +1,11 @@
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-electronics/gspiceui/gspiceui-0.9.99.ebuild,v 1.2 2010/10/19 09:40:15 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/gspiceui-0.9.99.ebuild,v 1.3 2010/10/31 23:41:55 dilfridge Exp $
29
30 EAPI="2"
31
32 WX_GTK_VER="2.8"
33 -inherit wxwidgets
34 +inherit eutils wxwidgets
35
36 MY_P="${PN}-v${PV}"
37
38 @@ -28,11 +28,8 @@
39 S="${WORKDIR}/${MY_P}"
40
41 src_prepare() {
42 - # Removing pre-configured CXXFLAGS from Makefile. The Makefile then only appends
43 - # the flags required for wxwidgets to the Gentoo preset.
44 - sed -i \
45 - -e "s:CXXFLAGS = -O -pipe:CXXFLAGS += :" \
46 - src/Makefile || die "Patching src/Makefile failed"
47 + # Use Gentoo LDFLAGS and CXXFLAGS
48 + epatch "${FILESDIR}/${P}-flags.patch"
49
50 # Adjusting the doc path at src/main/HelpTasks.cpp
51 sed -i \
52 @@ -57,7 +54,7 @@
53 doins -r lib/* || die
54 fi
55
56 - make_desktop_entry gspiceui "GNU Spice GUI" gspiceui.xpm "Electronics"
57 + make_desktop_entry gspiceui "GNU Spice GUI" gspiceui "Electronics"
58 }
59
60 pkg_postinst() {
61
62
63
64 1.3 sci-electronics/gspiceui/ChangeLog
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/ChangeLog?rev=1.3&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/ChangeLog?rev=1.3&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/gspiceui/ChangeLog?r1=1.2&r2=1.3
69
70 Index: ChangeLog
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/ChangeLog,v
73 retrieving revision 1.2
74 retrieving revision 1.3
75 diff -u -r1.2 -r1.3
76 --- ChangeLog 19 Oct 2010 09:40:15 -0000 1.2
77 +++ ChangeLog 31 Oct 2010 23:41:55 -0000 1.3
78 @@ -1,6 +1,10 @@
79 # ChangeLog for sci-electronics/gspiceui
80 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
81 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/ChangeLog,v 1.2 2010/10/19 09:40:15 hwoarang Exp $
82 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/gspiceui/ChangeLog,v 1.3 2010/10/31 23:41:55 dilfridge Exp $
83 +
84 + 31 Oct 2010; Andreas K. Huettel <dilfridge@g.o>
85 + gspiceui-0.9.99.ebuild, +files/gspiceui-0.9.99-flags.patch:
86 + Fix LDFLAGS and CXXFLAGS, remove icon extension in desktop file
87
88 19 Oct 2010; Markos Chandras <hwoarang@g.o> gspiceui-0.9.99.ebuild:
89 Stable on amd64 wrt bug #341545