Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@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: Mon, 23 Aug 2010 07:02:20
Message-Id: 20100823070215.C03992004E@flycatcher.gentoo.org
1 tove 10/08/23 07:02:15
2
3 Modified: ChangeLog xmlcopyeditor-1.2.0.6.ebuild
4 Log:
5 Drop RDEPEND on dev-libs/boost (#293064)
6
7 (Portage version: 2.2_rc67_p630/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 app-editors/xmlcopyeditor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 25 Jul 2010 18:39:22 -0000 1.15
23 +++ ChangeLog 23 Aug 2010 07:02:15 -0000 1.16
24 @@ -1,6 +1,10 @@
25 # ChangeLog for app-editors/xmlcopyeditor
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.15 2010/07/25 18:39:22 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.16 2010/08/23 07:02:15 tove Exp $
29 +
30 + 23 Aug 2010; Torsten Veller <tove@g.o>
31 + xmlcopyeditor-1.2.0.6.ebuild:
32 + Drop RDEPEND on dev-libs/boost (#293064)
33
34 *xmlcopyeditor-1.2.0.6 (25 Jul 2010)
35
36
37
38
39 1.2 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild?r1=1.1&r2=1.2
44
45 Index: xmlcopyeditor-1.2.0.6.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- xmlcopyeditor-1.2.0.6.ebuild 25 Jul 2010 18:39:22 -0000 1.1
52 +++ xmlcopyeditor-1.2.0.6.ebuild 23 Aug 2010 07:02:15 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.6.ebuild,v 1.1 2010/07/25 18:39:22 tove Exp $
57 +# $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 $
58
59 EAPI="2"
60
61 @@ -19,14 +19,14 @@
62 KEYWORDS="~amd64 ~ppc ~x86"
63 IUSE="guidexml"
64
65 -DEPEND=">=dev-libs/libxml2-2.7.3-r1
66 +RDEPEND=">=dev-libs/libxml2-2.7.3-r1
67 dev-libs/libxslt
68 dev-libs/xerces-c
69 - dev-libs/boost
70 dev-libs/libpcre
71 app-text/aspell
72 x11-libs/wxGTK:2.8[X]"
73 -RDEPEND=${DEPEND}
74 +DEPEND="${RDEPEND}
75 + dev-libs/boost"
76
77 src_install() {
78 emake DESTDIR="${D}" install || die "make install failed"