Gentoo Archives: gentoo-commits

From: "Jose Luis Rivero (yoswink)" <yoswink@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: xmlcopyeditor-1.1.0.6.ebuild xmlcopyeditor-1.1.0.7.ebuild ChangeLog
Date: Fri, 04 Jul 2008 19:43:10
Message-Id: E1KErBQ-0007Di-Vg@stork.gentoo.org
1 yoswink 08/07/04 19:43:04
2
3 Modified: xmlcopyeditor-1.1.0.6.ebuild
4 xmlcopyeditor-1.1.0.7.ebuild ChangeLog
5 Log:
6 Make the application to compile with gcc-4.3 series thanks to patch by Ian Abbott <ian@××××××.org> in #230731
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-mactel i686)
8
9 Revision Changes Path
10 1.2 app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild?r1=1.1&r2=1.2
15
16 Index: xmlcopyeditor-1.1.0.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- xmlcopyeditor-1.1.0.6.ebuild 23 Jan 2008 00:23:37 -0000 1.1
23 +++ xmlcopyeditor-1.1.0.6.ebuild 4 Jul 2008 19:43:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild,v 1.1 2008/01/23 00:23:37 yoswink Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.6.ebuild,v 1.2 2008/07/04 19:43:04 yoswink Exp $
29
30 WX_GTK_VER="2.8"
31
32 @@ -22,6 +22,13 @@
33 app-text/aspell \
34 =x11-libs/wxGTK-2.8*"
35
36 +src_unpack() {
37 + unpack ${A}
38 + cd "${S}"
39 +
40 + epatch "${FILESDIR}/gcc-4.3-header-dependency.patch"
41 +}
42 +
43 src_install() {
44 emake DESTDIR="${D}" install || die "make install failed"
45
46
47
48
49 1.2 app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild?rev=1.2&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild?rev=1.2&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild?r1=1.1&r2=1.2
54
55 Index: xmlcopyeditor-1.1.0.7.ebuild
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild,v
58 retrieving revision 1.1
59 retrieving revision 1.2
60 diff -u -r1.1 -r1.2
61 --- xmlcopyeditor-1.1.0.7.ebuild 3 Jul 2008 22:24:36 -0000 1.1
62 +++ xmlcopyeditor-1.1.0.7.ebuild 4 Jul 2008 19:43:04 -0000 1.2
63 @@ -1,6 +1,6 @@
64 # Copyright 1999-2008 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild,v 1.1 2008/07/03 22:24:36 yoswink Exp $
67 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.7.ebuild,v 1.2 2008/07/04 19:43:04 yoswink Exp $
68
69 WX_GTK_VER="2.8"
70
71 @@ -22,6 +22,13 @@
72 app-text/aspell \
73 =x11-libs/wxGTK-2.8*"
74
75 +src_unpack() {
76 + unpack ${A}
77 + cd "${S}"
78 +
79 + epatch "${FILESDIR}/gcc-4.3-header-dependency.patch"
80 +}
81 +
82 src_install() {
83 emake DESTDIR="${D}" install || die "make install failed"
84
85
86
87
88 1.5 app-editors/xmlcopyeditor/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.5&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.5&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.4&r2=1.5
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
97 retrieving revision 1.4
98 retrieving revision 1.5
99 diff -u -r1.4 -r1.5
100 --- ChangeLog 3 Jul 2008 22:24:36 -0000 1.4
101 +++ ChangeLog 4 Jul 2008 19:43:04 -0000 1.5
102 @@ -1,6 +1,12 @@
103 # ChangeLog for app-editors/xmlcopyeditor
104 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.4 2008/07/03 22:24:36 yoswink Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.5 2008/07/04 19:43:04 yoswink Exp $
107 +
108 + 04 Jul 2008; Jose Luis Rivero <yoswink@g.o>
109 + +files/gcc-4.3-header-dependency.patch, xmlcopyeditor-1.1.0.6.ebuild,
110 + xmlcopyeditor-1.1.0.7.ebuild:
111 + Make the application to compile with gcc-4.3 series thanks to patch by Ian
112 + Abbott <ian@××××××.org> in #230731
113
114 *xmlcopyeditor-1.1.0.7 (03 Jul 2008)
115
116
117
118
119 --
120 gentoo-commits@l.g.o mailing list