public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jose Luis Rivero (yoswink)" <yoswink@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: ChangeLog xmlcopyeditor-1.2.0.2.ebuild xmlcopyeditor-1.1.0.7.ebuild
Date: Tue, 02 Sep 2008 11:26:25 +0000	[thread overview]
Message-ID: <E1KaU1h-0007uL-6t@stork.gentoo.org> (raw)

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
}






                 reply	other threads:[~2008-09-02 11:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1KaU1h-0007uL-6t@stork.gentoo.org \
    --to=yoswink@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox