public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.7.4.ebuild
@ 2011-09-08  9:19 Alex Alexander (wired)
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Alexander (wired) @ 2011-09-08  9:19 UTC (permalink / raw
  To: gentoo-commits

wired       11/09/08 09:19:13

  Modified:             ChangeLog
  Added:                qt-dbus-4.7.4.ebuild
  Log:
  version bump, 4.7.4
  
  (Portage version: 2.2.0_alpha54/cvs/Linux x86_64)

Revision  Changes    Path
1.94                 x11-libs/qt-dbus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	17 Aug 2011 16:55:09 -0000	1.93
+++ ChangeLog	8 Sep 2011 09:19:13 -0000	1.94
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.93 2011/08/17 16:55:09 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.94 2011/09/08 09:19:13 wired Exp $
+
+*qt-dbus-4.7.4 (08 Sep 2011)
+
+  08 Sep 2011; Alex Alexander <wired@gentoo.org> +qt-dbus-4.7.4.ebuild:
+  version bump, 4.7.4
 
   17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   qt-dbus-4.6.3.ebuild:



1.1                  x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.1&content-type=text/plain

Index: qt-dbus-4.7.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.1 2011/09/08 09:19:13 wired Exp $

EAPI="3"
inherit qt4-build

DESCRIPTION="The DBus module for the Qt toolkit"
SLOT="4"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE=""

DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]
	>=sys-apps/dbus-1.0.2"
RDEPEND="${DEPEND}"

pkg_setup() {
	QT4_TARGET_DIRECTORIES="
		src/dbus
		tools/qdbus/qdbus
		tools/qdbus/qdbusxml2cpp
		tools/qdbus/qdbuscpp2xml"
	QCONFIG_ADD="dbus dbus-linked"
	QCONFIG_DEFINE="QT_DBUS"

	QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
		include/QtCore
		include/QtDBus
		include/QtXml
		src/corelib
		src/xml"

	qt4-build_pkg_setup
}

src_configure() {
	myconf="${myconf} -dbus-linked"
	qt4-build_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.7.4.ebuild
@ 2011-12-27 21:27 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-12-27 21:27 UTC (permalink / raw
  To: gentoo-commits

maekke      11/12/27 21:27:00

  Modified:             ChangeLog qt-dbus-4.7.4.ebuild
  Log:
  x86 stable, bug #390963
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.98                 x11-libs/qt-dbus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.97&r2=1.98

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	20 Dec 2011 23:13:09 -0000	1.97
+++ ChangeLog	27 Dec 2011 21:27:00 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.97 2011/12/20 23:13:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.98 2011/12/27 21:27:00 maekke Exp $
+
+  27 Dec 2011; Markus Meier <maekke@gentoo.org> qt-dbus-4.7.4.ebuild:
+  x86 stable, bug #390963
 
   20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> qt-dbus-4.7.4.ebuild:
   Stable for AMD64, wrt bug #390963



1.3                  x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?r1=1.2&r2=1.3

Index: qt-dbus-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-dbus-4.7.4.ebuild	20 Dec 2011 23:13:09 -0000	1.2
+++ qt-dbus-4.7.4.ebuild	27 Dec 2011 21:27:00 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.2 2011/12/20 23:13:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.3 2011/12/27 21:27:00 maekke Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.7.4.ebuild
@ 2012-01-29 23:24 Joseph Jezak (josejx)
  0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2012-01-29 23:24 UTC (permalink / raw
  To: gentoo-commits

josejx      12/01/29 23:24:36

  Modified:             ChangeLog qt-dbus-4.7.4.ebuild
  Log:
  Marked ppc ppc64 stable for bug #390963.
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.100                x11-libs/qt-dbus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	29 Jan 2012 17:00:46 -0000	1.99
+++ ChangeLog	29 Jan 2012 23:24:36 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.99 2012/01/29 17:00:46 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.100 2012/01/29 23:24:36 josejx Exp $
+
+  29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-dbus-4.7.4.ebuild:
+  Marked ppc ppc64 stable for bug #390963.
 
 *qt-dbus-4.8.0 (29 Jan 2012)
 



1.4                  x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?r1=1.3&r2=1.4

Index: qt-dbus-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-dbus-4.7.4.ebuild	27 Dec 2011 21:27:00 -0000	1.3
+++ qt-dbus-4.7.4.ebuild	29 Jan 2012 23:24:36 -0000	1.4
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.3 2011/12/27 21:27:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.4 2012/01/29 23:24:36 josejx Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.7.4.ebuild
@ 2012-04-03 21:44 Jeroen Roovers (jer)
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2012-04-03 21:44 UTC (permalink / raw
  To: gentoo-commits

jer         12/04/03 21:44:47

  Modified:             ChangeLog qt-dbus-4.7.4.ebuild
  Log:
  Stable for HPPA (bug #390963).
  
  (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)

Revision  Changes    Path
1.104                x11-libs/qt-dbus/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	30 Mar 2012 14:48:08 -0000	1.103
+++ ChangeLog	3 Apr 2012 21:44:47 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.103 2012/03/30 14:48:08 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.104 2012/04/03 21:44:47 jer Exp $
+
+  03 Apr 2012; Jeroen Roovers <jer@gentoo.org> qt-dbus-4.7.4.ebuild:
+  Stable for HPPA (bug #390963).
 
   30 Mar 2012; Davide Pesavento <pesa@gentoo.org>
   +files/qt-dbus-4.7-qdbusintegrator-no-const.patch, qt-dbus-4.7.4.ebuild,



1.6                  x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild?r1=1.5&r2=1.6

Index: qt-dbus-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-dbus-4.7.4.ebuild	30 Mar 2012 14:48:08 -0000	1.5
+++ qt-dbus-4.7.4.ebuild	3 Apr 2012 21:44:47 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.5 2012/03/30 14:48:08 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.7.4.ebuild,v 1.6 2012/04/03 21:44:47 jer Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm hppa ~ia64 ~mips ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]






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

end of thread, other threads:[~2012-04-03 21:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-29 23:24 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.7.4.ebuild Joseph Jezak (josejx)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-03 21:44 Jeroen Roovers (jer)
2011-12-27 21:27 Markus Meier (maekke)
2011-09-08  9:19 Alex Alexander (wired)

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