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: ChangeLog xmlcopyeditor-1.1.0.5.ebuild
Date: Mon, 07 Jan 2008 15:09:22
Message-Id: E1JBtb1-000098-TZ@stork.gentoo.org
1 yoswink 08/01/07 15:08:59
2
3 Modified: ChangeLog
4 Added: xmlcopyeditor-1.1.0.5.ebuild
5 Log:
6 New UPSTREAM version. This version Introduces XML Schema-based autocompletion and validation-as-you-type
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.2 app-editors/xmlcopyeditor/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 3 Jan 2008 15:34:54 -0000 1.1
23 +++ ChangeLog 7 Jan 2008 15:08:59 -0000 1.2
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-editors/xmlcopyeditor
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.1 2008/01/03 15:34:54 yoswink Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.2 2008/01/07 15:08:59 yoswink Exp $
29 +
30 +*xmlcopyeditor-1.1.0.5 (07 Jan 2008)
31 +
32 + 07 Jan 2008; Jose Luis Rivero <yoswink@g.o>
33 + +xmlcopyeditor-1.1.0.5.ebuild:
34 + New UPSTREAM version. This version Introduces XML Schema-based
35 + autocompletion and validation-as-you-type
36
37 *xmlcopyeditor-1.1.0.4 (03 Jan 2008)
38
39
40
41
42 1.1 app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xmlcopyeditor-1.1.0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.1.0.5.ebuild,v 1.1 2008/01/07 15:08:59 yoswink Exp $
52
53 WX_GTK_VER="2.8"
54
55 inherit wxwidgets
56
57 DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
58 HOMEPAGE="http://xml-copy-editor.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/xml-copy-editor/${P}.tar.gz
60 guidexml? ( mirror://gentoo/GuideXML-templates.tar.gz )"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="guidexml"
66
67 DEPEND="dev-libs/xerces-c \
68 dev-libs/boost \
69 dev-libs/libpcre \
70 =x11-libs/wxGTK-2.8*"
71
72 src_install() {
73 emake DESTDIR="${D}" install || die "make install failed"
74
75 if use guidexml; then
76 insinto /usr/share/xmlcopyeditor/templates/
77 for TEMPLATE in "${WORKDIR}"/GuideXML-templates/*.xml; do
78 newins "${TEMPLATE}" "${TEMPLATE##*/}" || die "GuideXML templates failed"
79 done
80 fi
81
82 dodoc AUTHORS ChangeLog README NEWS
83 }
84
85
86
87 --
88 gentoo-commits@l.g.o mailing list