public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: ChangeLog xmlcopyeditor-1.2.0.2.ebuild xmlcopyeditor-1.1.0.7.ebuild
@ 2008-09-02 11:26 Jose Luis Rivero (yoswink)
  0 siblings, 0 replies; only message in thread
From: Jose Luis Rivero (yoswink) @ 2008-09-02 11:26 UTC (permalink / raw
  To: gentoo-commits

yoswink     08/09/02 11:26:25

  Modified:             ChangeLog
  Added:                xmlcopyeditor-1.2.0.2.ebuild
  Removed:              xmlcopyeditor-1.1.0.7.ebuild
  Log:
  Version bump. Much faster background validation for DTDs and more readable parser error messages. It also fixes a number of minor bugs. Ebuild now introduces the dependency over wxGTK with X support. Remove old ebuild.
  (Portage version: 2.2_rc7/cvs/Linux 2.6.24-mactel i686)

Revision  Changes    Path
1.9                  app-editors/xmlcopyeditor/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	12 Aug 2008 23:46:27 -0000	1.8
+++ ChangeLog	2 Sep 2008 11:26:24 -0000	1.9
@@ -1,6 +1,15 @@
 # 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.8 2008/08/12 23:46:27 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.9 2008/09/02 11:26:24 yoswink Exp $
+
+*xmlcopyeditor-1.2.0.2 (02 Sep 2008)
+
+  02 Sep 2008; Jose Luis Rivero <yoswink@gentoo.org>
+  -files/gcc-4.3-header-dependency.patch, -xmlcopyeditor-1.1.0.7.ebuild,
+  +xmlcopyeditor-1.2.0.2.ebuild:
+  Version bump. Much faster background validation for DTDs and more readable
+  parser error messages. It also fixes a number of minor bugs. Ebuild now
+  introduces the dependency over wxGTK with X support. Remove old ebuild.
 
 *xmlcopyeditor-1.2.0.1 (12 Aug 2008)
 



1.1                  app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.2.ebuild?rev=1.1&content-type=text/plain

Index: xmlcopyeditor-1.2.0.2.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.2.0.2.ebuild,v 1.1 2008/09/02 11:26:24 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*"

pkg_setup() {
	check_wxuse X
}

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-09-02 11:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-02 11:26 [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: ChangeLog xmlcopyeditor-1.2.0.2.ebuild xmlcopyeditor-1.1.0.7.ebuild Jose Luis Rivero (yoswink)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox