* [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: xmlcopyeditor-1.2.0.9.ebuild ChangeLog
@ 2012-12-03 19:55 Markos Chandras (hwoarang)
0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2012-12-03 19:55 UTC (permalink / raw
To: gentoo-commits
hwoarang 12/12/03 19:55:30
Modified: ChangeLog
Added: xmlcopyeditor-1.2.0.9.ebuild
Log:
Version bump thanks to David Abbott <dabbott@gentoo.org>. Bug #443818
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
Revision Changes Path
1.25 app-editors/xmlcopyeditor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 27 Nov 2012 10:13:16 -0000 1.24
+++ ChangeLog 3 Dec 2012 19:55:30 -0000 1.25
@@ -1,6 +1,12 @@
# ChangeLog for app-editors/xmlcopyeditor
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.24 2012/11/27 10:13:16 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xmlcopyeditor/ChangeLog,v 1.25 2012/12/03 19:55:30 hwoarang Exp $
+
+*xmlcopyeditor-1.2.0.9 (03 Dec 2012)
+
+ 03 Dec 2012; Markos Chandras <hwoarang@gentoo.org>
+ +xmlcopyeditor-1.2.0.9.ebuild:
+ Version bump thanks to David Abbott <dabbott@gentoo.org>. Bug #443818
27 Nov 2012; Sergey Popov <pinkbyte@gentoo.org> xmlcopyeditor-1.2.0.6.ebuild:
Fix some parts of .desktop file
1.1 app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xmlcopyeditor/xmlcopyeditor-1.2.0.9.ebuild?rev=1.1&content-type=text/plain
Index: xmlcopyeditor-1.2.0.9.ebuild
===================================================================
# Copyright 1999-2012 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.9.ebuild,v 1.1 2012/12/03 19:55:30 hwoarang Exp $
EAPI="4"
WX_GTK_VER="2.8"
inherit autotools 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 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
IUSE="aqua guidexml"
RDEPEND=">=dev-libs/libxml2-2.7.3-r1
dev-libs/libxslt
dev-libs/xerces-c[icu]
dev-libs/libpcre
!aqua? ( x11-libs/wxGTK:2.8[X] )
aqua? ( x11-libs/wxGTK:2.8[aqua] )"
DEPEND="${RDEPEND}
dev-libs/boost"
DOCS=( AUTHORS ChangeLog README NEWS )
src_prepare() {
# fix desktop file
sed -i -e '/Categories/s/Application;//' \
-e '/Icon/s/.png//' \
"src/${PN}.desktop" || die "sed on src/${PN}.desktop failed"
# bug #440744
sed -i -e 's/ -Wall -g -fexceptions//g' \
-e '/CXXFLAGS/s/CPPFLAGS/CXXFLAGS/' \
configure.in || die 'sed on configure.in failed'
eautoreconf
}
src_install() {
emake DESTDIR="${D}" install
if use guidexml; then
insinto /usr/share/xmlcopyeditor/templates/
for TEMPLATE in "${WORKDIR}"/GuideXML-templates/*.xml; do
newins "${TEMPLATE}" "${TEMPLATE##*/}"
done
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-03 19:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-03 19:55 [gentoo-commits] gentoo-x86 commit in app-editors/xmlcopyeditor: xmlcopyeditor-1.2.0.9.ebuild ChangeLog Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox