Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: ChangeLog xmlcopyeditor-1.2.0.6.ebuild
Date: Tue, 27 Nov 2012 12:03:20
Message-Id: 20121127095344.D625220C65@flycatcher.gentoo.org
1 pinkbyte 12/11/27 09:53:44
2
3 Modified: ChangeLog xmlcopyeditor-1.2.0.6.ebuild
4 Log:
5 Respect CFLAGS/CXXFLAGS wrt bug #440744
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.23 app-editors/xmlcopyeditor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.23&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.23&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.22&r2=1.23
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
19 retrieving revision 1.22
20 retrieving revision 1.23
21 diff -u -r1.22 -r1.23
22 --- ChangeLog 18 Nov 2012 18:17:19 -0000 1.22
23 +++ ChangeLog 27 Nov 2012 09:53:44 -0000 1.23
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-editors/xmlcopyeditor
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.22 2012/11/18 18:17:19 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.23 2012/11/27 09:53:44 pinkbyte Exp $
29 +
30 + 27 Nov 2012; Sergey Popov <pinkbyte@g.o> xmlcopyeditor-1.2.0.6.ebuild:
31 + Respect CFLAGS/CXXFLAGS wrt bug #440744
32
33 18 Nov 2012; Michael Palimaka <kensington@g.o> metadata.xml:
34 Update secondary maintainer wrt bug #440744.
35
36
37
38 1.5 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?r1=1.4&r2=1.5
43
44 Index: xmlcopyeditor-1.2.0.6.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- xmlcopyeditor-1.2.0.6.ebuild 5 Aug 2012 22:44:03 -0000 1.4
51 +++ xmlcopyeditor-1.2.0.6.ebuild 27 Nov 2012 09:53:44 -0000 1.5
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.4 2012/08/05 22:44:03 ottxor Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.5 2012/11/27 09:53:44 pinkbyte Exp $
57
58 EAPI="4"
59
60 WX_GTK_VER="2.8"
61 MY_P=${P}-2
62
63 -inherit wxwidgets
64 +inherit autotools wxwidgets
65
66 DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
67 HOMEPAGE="http://xml-copy-editor.sourceforge.net/"
68 @@ -29,6 +29,14 @@
69 DEPEND="${RDEPEND}
70 dev-libs/boost"
71
72 +src_prepare() {
73 + # bug #440744
74 + sed -i -e 's/ -Wall -g -fexceptions//g' \
75 + -e '/CXXFLAGS/s/CPPFLAGS/CXXFLAGS/' \
76 + configure.in || die 'sed on configure.in failed'
77 + eautoreconf
78 +}
79 +
80 src_install() {
81 emake DESTDIR="${D}" install