Gentoo Archives: gentoo-commits

From: "PaweA Hajdan (phajdan.jr)" <phajdan.jr@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: Wed, 01 Aug 2012 07:26:52
Message-Id: 20120801072642.0495F2004B@flycatcher.gentoo.org
1 phajdan.jr 12/08/01 07:26:41
2
3 Modified: ChangeLog xmlcopyeditor-1.2.0.6.ebuild
4 Log:
5 Require xerces-c with USE=icu. Reported by dabbott.
6
7 (Portage version: 2.1.10.65/cvs/Linux i686)
8
9 Revision Changes Path
10 1.20 app-editors/xmlcopyeditor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 9 Oct 2011 07:42:53 -0000 1.19
23 +++ ChangeLog 1 Aug 2012 07:26:41 -0000 1.20
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-editors/xmlcopyeditor
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.19 2011/10/09 07:42:53 tove Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.20 2012/08/01 07:26:41 phajdan.jr Exp $
30 +
31 + 01 Aug 2012; Pawel Hajdan jr <phajdan.jr@g.o>
32 + xmlcopyeditor-1.2.0.6.ebuild:
33 + Require xerces-c with USE=icu. Reported by dabbott.
34
35 09 Oct 2011; Torsten Veller <tove@g.o> metadata.xml:
36 Remove tove from metadata.xml
37
38
39
40 1.3 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?rev=1.3&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?rev=1.3&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?r1=1.2&r2=1.3
45
46 Index: xmlcopyeditor-1.2.0.6.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v
49 retrieving revision 1.2
50 retrieving revision 1.3
51 diff -u -r1.2 -r1.3
52 --- xmlcopyeditor-1.2.0.6.ebuild 23 Aug 2010 07:02:15 -0000 1.2
53 +++ xmlcopyeditor-1.2.0.6.ebuild 1 Aug 2012 07:26:41 -0000 1.3
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.2 2010/08/23 07:02:15 tove Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.3 2012/08/01 07:26:41 phajdan.jr Exp $
60
61 EAPI="2"
62
63 @@ -21,7 +21,7 @@
64
65 RDEPEND=">=dev-libs/libxml2-2.7.3-r1
66 dev-libs/libxslt
67 - dev-libs/xerces-c
68 + dev-libs/xerces-c[icu]
69 dev-libs/libpcre
70 app-text/aspell
71 x11-libs/wxGTK:2.8[X]"