public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.8.3.1.ebuild ChangeLog
@ 2012-10-29 10:36 Ben de Groot (yngwin)
  0 siblings, 0 replies; 3+ messages in thread
From: Ben de Groot (yngwin) @ 2012-10-29 10:36 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/10/29 10:36:45

  Modified:             ChangeLog
  Added:                qxmledit-0.8.3.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.35                 app-editors/qxmledit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	27 Sep 2012 20:09:19 -0000	1.34
+++ ChangeLog	29 Oct 2012 10:36:45 -0000	1.35
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/qxmledit
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.34 2012/09/27 20:09:19 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.35 2012/10/29 10:36:45 yngwin Exp $
+
+*qxmledit-0.8.3.1 (29 Oct 2012)
+
+  29 Oct 2012; Ben de Groot <yngwin@gentoo.org> +qxmledit-0.8.3.1.ebuild:
+  Version bump
 
 *qxmledit-0.8.3 (27 Sep 2012)
 



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

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

Index: qxmledit-0.8.3.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.1 2012/10/29 10:36:45 yngwin Exp $

EAPI=4

inherit multilib eutils qt4-r2

MY_P="qxmledit-${PV}-src"

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

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

DEPEND=">=x11-libs/qt-core-4.7:4
	>=x11-libs/qt-gui-4.7:4
	>=x11-libs/qt-sql-4.7:4
	>=x11-libs/qt-svg-4.7:4
	>=x11-libs/qt-xmlpatterns-4.7:4"
RDEPEND="${DEPEND}"

DOCS="AUTHORS NEWS README ROADMAP TODO"

src_prepare() {
	# fix doc dir
	sed -i "/INST_DOC_DIR = / s|/opt/${PN}|/usr/share/doc/${PF}|" \
		src/QXmlEdit{,Widget}.pro src/sessions/QXmlEditSessions.pro || \
		die "failed to fix doc installation path"
	# fix binary installation path
	sed -i "/INST_DIR = / s|/opt/${PN}|/usr/bin|" \
		src/QXmlEdit{,Widget}.pro src/sessions/QXmlEditSessions.pro || \
		die "failed to fix binary installation path"
	# fix helper libraries installation path
	sed -i "/INST_LIB_DIR = / s|/opt/${PN}|/usr/$(get_libdir)|" \
		src/QXmlEdit{,Widget}.pro \
		src/sessions/QXmlEditSessions.pro || \
		die "failed to fix library installation path"
	# fix translations
	sed -i "/INST_DATA_DIR = / s|/opt|/usr/share|" src/QXmlEdit{,Widget}.pro \
		src/sessions/QXmlEditSessions.pro || \
		die "failed to fix translations"
	# fix include
	sed -i "/INST_INCLUDE_DIR = / s|/opt|/usr/share|" src/QXmlEditWidget.pro \
		|| die "failed to fix include directory"

	qt4-r2_src_prepare
}

src_install() {
	qt4-r2_src_install

	newicon src/images/icon.png ${PN}.png
	make_desktop_entry QXmlEdit QXmlEdit ${PN} "Qt;Utility;TextEditor"
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.8.3.1.ebuild ChangeLog
@ 2013-02-12 14:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 14:18 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/12 14:18:35

  Modified:             qxmledit-0.8.3.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #456436
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  app-editors/qxmledit/qxmledit-0.8.3.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild?r1=1.1&r2=1.2

Index: qxmledit-0.8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qxmledit-0.8.3.1.ebuild	29 Oct 2012 10:36:45 -0000	1.1
+++ qxmledit-0.8.3.1.ebuild	12 Feb 2013 14:18:35 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.1 2012/10/29 10:36:45 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.2 2013/02/12 14:18:35 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="debug"
 
 DEPEND=">=x11-libs/qt-core-4.7:4



1.37                 app-editors/qxmledit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	7 Feb 2013 22:21:13 -0000	1.36
+++ ChangeLog	12 Feb 2013 14:18:35 -0000	1.37
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/qxmledit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.36 2013/02/07 22:21:13 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.37 2013/02/12 14:18:35 ago Exp $
+
+  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> qxmledit-0.8.3.1.ebuild:
+  Stable for amd64, wrt bug #456436
 
 *qxmledit-0.8.4 (07 Feb 2013)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.8.3.1.ebuild ChangeLog
@ 2013-02-12 14:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-12 14:20 UTC (permalink / raw
  To: gentoo-commits

ago         13/02/12 14:20:29

  Modified:             qxmledit-0.8.3.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #456436
  
  (Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  app-editors/qxmledit/qxmledit-0.8.3.1.ebuild

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

Index: qxmledit-0.8.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qxmledit-0.8.3.1.ebuild	12 Feb 2013 14:18:35 -0000	1.2
+++ qxmledit-0.8.3.1.ebuild	12 Feb 2013 14:20:29 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.2 2013/02/12 14:18:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/qxmledit-0.8.3.1.ebuild,v 1.3 2013/02/12 14:20:29 ago Exp $
 
 EAPI=4
 
@@ -14,7 +14,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 DEPEND=">=x11-libs/qt-core-4.7:4



1.38                 app-editors/qxmledit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/qxmledit/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	12 Feb 2013 14:18:35 -0000	1.37
+++ ChangeLog	12 Feb 2013 14:20:29 -0000	1.38
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/qxmledit
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.37 2013/02/12 14:18:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qxmledit/ChangeLog,v 1.38 2013/02/12 14:20:29 ago Exp $
+
+  12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> qxmledit-0.8.3.1.ebuild:
+  Stable for x86, wrt bug #456436
 
   12 Feb 2013; Agostino Sarubbo <ago@gentoo.org> qxmledit-0.8.3.1.ebuild:
   Stable for amd64, wrt bug #456436





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-02-12 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-12 14:20 [gentoo-commits] gentoo-x86 commit in app-editors/qxmledit: qxmledit-0.8.3.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-02-12 14:18 Agostino Sarubbo (ago)
2012-10-29 10:36 Ben de Groot (yngwin)

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