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.1.0.7.ebuild xmlcopyeditor-1.1.0.5.ebuild
@ 2008-07-03 22:24 Jose Luis Rivero (yoswink)
  0 siblings, 0 replies; only message in thread
From: Jose Luis Rivero (yoswink) @ 2008-07-03 22:24 UTC (permalink / raw
  To: gentoo-commits

yoswink     08/07/03 22:24:37

  Modified:             ChangeLog
  Added:                xmlcopyeditor-1.1.0.7.ebuild
  Removed:              xmlcopyeditor-1.1.0.5.ebuild
  Log:
  Version bump. Russian localisation, fixes a number of bugs and updates the editor component. Remove old ebuild
  (Portage version: 2.2_rc1/cvs/Linux 2.6.24-mactel i686)

Revision  Changes    Path
1.4                  app-editors/xmlcopyeditor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	23 Jan 2008 00:23:37 -0000	1.3
+++ ChangeLog	3 Jul 2008 22:24:36 -0000	1.4
@@ -1,6 +1,13 @@
 # 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.3 2008/01/23 00:23:37 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.4 2008/07/03 22:24:36 yoswink Exp $
+
+*xmlcopyeditor-1.1.0.7 (03 Jul 2008)
+
+  03 Jul 2008; Jose Luis Rivero <yoswink@gentoo.org>
+  -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)
 



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

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

Index: 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.1 2008/07/03 22:24:36 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_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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-07-03 22:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 22:24 [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: ChangeLog xmlcopyeditor-1.1.0.7.ebuild xmlcopyeditor-1.1.0.5.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