public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.4.3.ebuild ChangeLog
@ 2010-01-31 10:48 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2010-01-31 10:48 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/01/31 10:48:35

  Modified:             ChangeLog
  Added:                qxmledit-0.4.3.ebuild
  Log:
  Version bump. Fixes bug #302462
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-editors/qxmledit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	21 Dec 2009 15:36:04 -0000	1.2
+++ ChangeLog	31 Jan 2010 10:48:34 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/qxmledit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.2 2009/12/21 15:36:04 hwoarang Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.3 2010/01/31 10:48:34 hwoarang Exp $
+
+*qxmledit-0.4.3 (31 Jan 2010)
+
+  31 Jan 2010; <hwoarang@gentoo.org> +qxmledit-0.4.3.ebuild:
+  Version bump. Fixes bug #302462
 
 *qxmledit-0.3.0-r1 (21 Dec 2009)
 



1.1                  app-editors/qxmledit/qxmledit-0.4.3.ebuild

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

Index: qxmledit-0.4.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.4.3.ebuild,v 1.1 2010/01/31 10:48:34 hwoarang Exp $

EAPI="2"

inherit qt4-r2

MY_P="${PN}-${PV}.src"

DESCRIPTION="Qt4 XML Editor"
HOMEPAGE="http://code.google.com/p/qxmledit/"
SRC_URI="http://${PN}.googlecode.com/files/${MY_P}.tgz"

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

DEPEND="x11-libs/qt-gui:4"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${P}/src/"

DOCS="AUTHORS NEWS README TODO"
DOCSDIR="${WORKDIR}/${P}/"

src_prepare(){
	# fix installation path
	sed -i "/^target.path/ s/\/opt\/${PN}/\/usr\/bin/" QXmlEdit.pro || \
		die "failed to fix installation path"
	# fix translations
	sed -i "/^translations.path/ s/\/opt/\/usr\/share/" QXmlEdit.pro || \
		die "failed to fix translations"
	qt4-r2_src_prepare
}






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

only message in thread, other threads:[~2010-01-31 10:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-31 10:48 [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.4.3.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