ChangeLog

# ChangeLog for app-editors/xmlcopyeditor
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.5 2008/07/04 19:43:04 yoswink Exp $

04 Jul 2008; Jose Luis Rivero
+files/gcc-4.3-header-dependency.patch, xmlcopyeditor-1.1.0.6.ebuild,
xmlcopyeditor-1.1.0.7.ebuild:
Make the application to compile with gcc-4.3 series thanks to patch by Ian
Abbott in #230731

*xmlcopyeditor-1.1.0.7 (03 Jul 2008)

03 Jul 2008; Jose Luis Rivero
-xmlcopyeditor-1.1.0.5.ebuild, +xmlcopyeditor-1.1.0.7.ebuild:
Version bump. Russian localisation, fixes a number of bugs and updates the
editor component. Remove old ebuild

*xmlcopyeditor-1.1.0.6 (23 Jan 2008)

23 Jan 2008; Jose Luis Rivero
-xmlcopyeditor-1.1.0.4.ebuild, +xmlcopyeditor-1.1.0.6.ebuild:
Version bump. Full Aspell support and XML Schema-based element inspection.
Remove old ebuild.

*xmlcopyeditor-1.1.0.5 (07 Jan 2008)

07 Jan 2008; Jose Luis Rivero
+xmlcopyeditor-1.1.0.5.ebuild:
New UPSTREAM version. This version Introduces XML Schema-based
autocompletion and validation-as-you-type

*xmlcopyeditor-1.1.0.4 (03 Jan 2008)

03 Jan 2008; Jose Luis Rivero +metadata.xml,
+xmlcopyeditor-1.1.0.4.ebuild:
Initial import. Thanks to Xavier Neys who made the
guidexml templates and the first ebuild #167372

Manifest

AUX gcc-4.3-header-dependency.patch 8039 RMD160 dd271875e8e1eecc325c8f6798902923481842a8 SHA1 5f8470a41dbbe7fa484d7d07adf49d88a16ca4a9 SHA256 017a0297d491eeccc831c647edf26eac14d56f8a5ad51d1909776ba025417224
DIST GuideXML-templates.tar.gz 884 RMD160 0f4cbdf795a65fb1006fe5a43cb5ca18d594cf1a SHA1 c23e3540350129403e28298def1b171d082d6f0e SHA256 3ede041b74a64a3f262455728486a616ffb496fa0d6f3c50610387d9de0d742e
DIST xmlcopyeditor-1.1.0.6.tar.gz 2202764 RMD160 f5e370f92cd4c6e40a43e48cd9d72654f2a398f4 SHA1 58b2bfa7aca37bf6a0c877af72f726363b8b57f9 SHA256 b4b9a203c23daddf926cc41841416c2fc08a6979f3019feae984d087e2851111
DIST xmlcopyeditor-1.1.0.7.tar.gz 2233717 RMD160 139c4c9a88aab544043281399fb4d69a0d8c53c0 SHA1 a60af11fe8f65169d675f59d2f264c489b73be6d SHA256 68a711ca9c4be50529bc1cdf2cf94bce58ef3ea55081c76f07a6b107837f8eca
EBUILD xmlcopyeditor-1.1.0.6.ebuild 1127 RMD160 b97ecc496405e709440c0ac12faf4a05a4b9fd8e SHA1 a8d120f101392c1550a8d2e4f22a9a85f5f4f2cc SHA256 e12c86bb19caf61f79443ca5246ef9030743ee1915aaaff70d214f4d58eb4dcc
EBUILD xmlcopyeditor-1.1.0.7.ebuild 1127 RMD160 cc4206af3446ee76ab058970202b3f2516a9440b SHA1 3c4a3d0d5e2a404419a5bedadaf5ad1e1c511b4a SHA256 4c1bb0b102f89c46e3bea187ab670b1d2b4ca8b4a92b9578256406a230d484dc
MISC ChangeLog 1517 RMD160 1259086881b02017b02eb9cf08f4ce9cba80c3bd SHA1 2696535564be0544b690cc80c78a218c4d5afc2e SHA256 c35071d735ae10ed0dda4ce83a35afa057f74bcf309c4097dffcf60f61a7ebc0
MISC metadata.xml 327 RMD160 30b29eff98d49ffc2db74b03131b9cf134a78d5f SHA1 94e5efbfb87bdf7c7d6d751c474d44b9fb175840 SHA256 0af463762d10b05141fe2f31e2d0a9a2100fe9b562184359f4051748b1ab69dc

files

metadata.xml




no-herd

yoswink@gentoo.org
José Luis Rivero


Fast, free, validating XML editor.

xmlcopyeditor-1.1.0.6.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

WX_GTK_VER="2.8"

inherit wxwidgets

DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
HOMEPAGE="http://xml-copy-editor.sourceforge.net/"
SRC_URI="mirror://sourceforge/xml-copy-editor/${P}.tar.gz
guidexml? ( mirror://gentoo/GuideXML-templates.tar.gz )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="guidexml"

DEPEND="dev-libs/xerces-c \
dev-libs/boost \
dev-libs/libpcre \
app-text/aspell \
=x11-libs/wxGTK-2.8*"

src_unpack() {
unpack ${A}
cd "${S}"

epatch "${FILESDIR}/gcc-4.3-header-dependency.patch"
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"

if use guidexml; then
insinto /usr/share/xmlcopyeditor/templates/
for TEMPLATE in "${WORKDIR}"/GuideXML-templates/*.xml; do
newins "${TEMPLATE}" "${TEMPLATE##*/}" || die "GuideXML templates failed"
done
fi

dodoc AUTHORS ChangeLog README NEWS
}

xmlcopyeditor-1.1.0.7.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $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 $

WX_GTK_VER="2.8"

inherit wxwidgets

DESCRIPTION="XML Copy Editor is a fast, free, validating XML editor"
HOMEPAGE="http://xml-copy-editor.sourceforge.net/"
SRC_URI="mirror://sourceforge/xml-copy-editor/${P}.tar.gz
guidexml? ( mirror://gentoo/GuideXML-templates.tar.gz )"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="guidexml"

DEPEND="dev-libs/xerces-c \
dev-libs/boost \
dev-libs/libpcre \
app-text/aspell \
=x11-libs/wxGTK-2.8*"

src_unpack() {
unpack ${A}
cd "${S}"

epatch "${FILESDIR}/gcc-4.3-header-dependency.patch"
}

src_install() {
emake DESTDIR="${D}" install || die "make install failed"

if use guidexml; then
insinto /usr/share/xmlcopyeditor/templates/
for TEMPLATE in "${WORKDIR}"/GuideXML-templates/*.xml; do
newins "${TEMPLATE}" "${TEMPLATE##*/}" || die "GuideXML templates failed"
done
fi

dodoc AUTHORS ChangeLog README NEWS
}