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.6.3.ebuild
@ 2010-06-08 12:15 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-06-08 12:15 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/06/08 12:15:49

  Modified:             ChangeLog
  Added:                qt-dbus-4.6.3.ebuild
  Log:
  Qt  release version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	18 Apr 2010 13:05:47 -0000	1.64
+++ ChangeLog	8 Jun 2010 12:15:49 -0000	1.65
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.64 2010/04/18 13:05:47 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.65 2010/06/08 12:15:49 hwoarang Exp $
+
+*qt-dbus-4.6.3 (08 Jun 2010)
+
+  08 Jun 2010; Markos Chandras <hwoarang@gentoo.org> +qt-dbus-4.6.3.ebuild:
+  Version bump
 
   18 Apr 2010; <nixnut@gentoo.org> qt-dbus-4.6.2.ebuild:
   ppc stable #297299



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

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
# Copyright 1999-2010 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.6.3.ebuild,v 1.1 2010/06/08 12:15:49 hwoarang Exp $

EAPI="2"
inherit qt4-build

DESCRIPTION="The DBus module for the Qt toolkit"
SLOT="4"
KEYWORDS="~alpha ~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}"

QT4_TARGET_DIRECTORIES="
src/dbus
tools/qdbus/qdbus
tools/qdbus/qdbusxml2cpp
tools/qdbus/qdbuscpp2xml"
QCONFIG_ADD="dbus dbus-linked"
QCONFIG_DEFINE="QT_DBUS"

#FIXME: Check if these are still needed with the header package
QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
include/QtCore
include/QtDBus
include/QtXml
src/corelib
src/xml"

PATCHES=(
	"${FILESDIR}/qt-4.6-nolibx11.patch"
)

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






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2010-10-19 16:00 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-10-19 16:00 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/10/19 16:00:06

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  Stable on amd64 wrt bug #341703
  
  (Portage version: 2.2_rc97/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	10 Oct 2010 11:49:48 -0000	1.73
+++ ChangeLog	19 Oct 2010 16:00:06 -0000	1.74
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.73 2010/10/10 11:49:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.74 2010/10/19 16:00:06 hwoarang Exp $
+
+  19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> qt-dbus-4.6.3.ebuild:
+  Stable on amd64 wrt bug #341703
 
   10 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-dbus-4.7.0.ebuild:
   Mark -sparc because it sigbuses



1.2                  x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-dbus-4.6.3.ebuild	8 Jun 2010 12:15:49 -0000	1.1
+++ qt-dbus-4.6.3.ebuild	19 Oct 2010 16:00:06 -0000	1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 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.6.3.ebuild,v 1.1 2010/06/08 12:15:49 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.2 2010/10/19 16:00:06 hwoarang Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~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="~alpha 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2010-10-19 21:20 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-10-19 21:20 UTC (permalink / raw
  To: gentoo-commits

ranger      10/10/19 21:20:19

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  Marking qt-dbus-4.6.3 ~ppc for bug 341703
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- ChangeLog	19 Oct 2010 16:00:06 -0000	1.74
+++ ChangeLog	19 Oct 2010 21:20:19 -0000	1.75
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.74 2010/10/19 16:00:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.75 2010/10/19 21:20:19 ranger Exp $
+
+  19 Oct 2010; Brent Baude <ranger@gentoo.org> qt-dbus-4.6.3.ebuild:
+  Marking qt-dbus-4.6.3 ppc stable for bug 341703
 
   19 Oct 2010; Markos Chandras <hwoarang@gentoo.org> qt-dbus-4.6.3.ebuild:
   Stable on amd64 wrt bug #341703



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

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-dbus-4.6.3.ebuild	19 Oct 2010 16:00:06 -0000	1.2
+++ qt-dbus-4.6.3.ebuild	19 Oct 2010 21:20:19 -0000	1.3
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 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.6.3.ebuild,v 1.2 2010/10/19 16:00:06 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.3 2010/10/19 21:20:19 ranger Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="~alpha 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2010-10-22 15:07 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-22 15:07 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/22 15:07:20

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  stable x86, bug 341703
  (Portage version: 2.1.8.3/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	19 Oct 2010 21:20:19 -0000	1.75
+++ ChangeLog	22 Oct 2010 15:07:20 -0000	1.76
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.75 2010/10/19 21:20:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.76 2010/10/22 15:07:20 fauli Exp $
+
+  22 Oct 2010; Christian Faulhammer <fauli@gentoo.org> qt-dbus-4.6.3.ebuild:
+  stable x86, bug 341703
 
   19 Oct 2010; Brent Baude <ranger@gentoo.org> qt-dbus-4.6.3.ebuild:
   Marking qt-dbus-4.6.3 ppc stable for bug 341703



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

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-dbus-4.6.3.ebuild	19 Oct 2010 21:20:19 -0000	1.3
+++ qt-dbus-4.6.3.ebuild	22 Oct 2010 15:07:20 -0000	1.4
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 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.6.3.ebuild,v 1.3 2010/10/19 21:20:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.4 2010/10/22 15:07:20 fauli Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="~alpha 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2010-10-23 15:26 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-23 15:26 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/23 15:26:16

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  alpha/arm/ia64/sparc stable wrt #341703
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog	22 Oct 2010 15:07:20 -0000	1.76
+++ ChangeLog	23 Oct 2010 15:26:16 -0000	1.77
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.76 2010/10/22 15:07:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.77 2010/10/23 15:26:16 armin76 Exp $
+
+  23 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-dbus-4.6.3.ebuild:
+  alpha/arm/ia64/sparc stable wrt #341703
 
   22 Oct 2010; Christian Faulhammer <fauli@gentoo.org> qt-dbus-4.6.3.ebuild:
   stable x86, bug 341703



1.5                  x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-dbus-4.6.3.ebuild	22 Oct 2010 15:07:20 -0000	1.4
+++ qt-dbus-4.6.3.ebuild	23 Oct 2010 15:26:16 -0000	1.5
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 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.6.3.ebuild,v 1.4 2010/10/22 15:07:20 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.5 2010/10/23 15:26:16 armin76 Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="alpha 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2010-11-05 18:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-11-05 18:10 UTC (permalink / raw
  To: gentoo-commits

jer         10/11/05 18:10:53

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  Stable for HPPA (bug #341703).
  
  (Portage version: 2.1.9.24/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	23 Oct 2010 15:26:16 -0000	1.77
+++ ChangeLog	5 Nov 2010 18:10:53 -0000	1.78
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.77 2010/10/23 15:26:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.78 2010/11/05 18:10:53 jer Exp $
+
+  05 Nov 2010; Jeroen Roovers <jer@gentoo.org> qt-dbus-4.6.3.ebuild:
+  Stable for HPPA (bug #341703).
 
   23 Oct 2010; Raúl Porcel <armin76@gentoo.org> qt-dbus-4.6.3.ebuild:
   alpha/arm/ia64/sparc stable wrt #341703



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

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-dbus-4.6.3.ebuild	23 Oct 2010 15:26:16 -0000	1.5
+++ qt-dbus-4.6.3.ebuild	5 Nov 2010 18:10:53 -0000	1.6
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 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.6.3.ebuild,v 1.5 2010/10/23 15:26:16 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.6 2010/11/05 18:10:53 jer Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="alpha 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="alpha 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2010-12-23  7:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-12-23  7:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/12/23 07:55:05

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  ppc64 stable wrt #341703
  
  (Portage version: 2.2.0_alpha9/cvs/Linux x86_64, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	5 Dec 2010 21:46:00 -0000	1.81
+++ ChangeLog	23 Dec 2010 07:55:05 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-dbus
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.81 2010/12/05 21:46:00 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.82 2010/12/23 07:55:05 ssuominen Exp $
+
+  23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> qt-dbus-4.6.3.ebuild:
+  ppc64 stable wrt #341703
 
   05 Dec 2010; Alex Alexander <wired@gentoo.org> -qt-dbus-4.5.3-r1.ebuild,
   -files/qt-4.5.3-glib-event-loop.patch:



1.7                  x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-dbus-4.6.3.ebuild	5 Nov 2010 18:10:53 -0000	1.6
+++ qt-dbus-4.6.3.ebuild	23 Dec 2010 07:55:05 -0000	1.7
@@ -1,13 +1,13 @@
 # Copyright 1999-2010 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.6.3.ebuild,v 1.6 2010/11/05 18:10:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.7 2010/12/23 07:55:05 ssuominen Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="alpha 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="alpha 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] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2011-08-17 16:55 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 9+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2011-08-17 16:55 UTC (permalink / raw
  To: gentoo-commits

chithanh    11/08/17 16:55:10

  Modified:             ChangeLog qt-dbus-4.6.3.ebuild
  Log:
  keyword ~sparc-solaris
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	13 Jul 2011 12:47:33 -0000	1.92
+++ ChangeLog	17 Aug 2011 16:55:09 -0000	1.93
@@ -1,6 +1,10 @@
 # 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.92 2011/07/13 12:47:33 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.93 2011/08/17 16:55:09 chithanh Exp $
+
+  17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  qt-dbus-4.6.3.ebuild:
+  keyword ~sparc-solaris
 
   13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> qt-dbus-4.7.2.ebuild:
   ppc64 stable wrt #354033



1.8                  x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild

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

Index: qt-dbus-4.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-dbus-4.6.3.ebuild	23 Dec 2010 07:55:05 -0000	1.7
+++ qt-dbus-4.6.3.ebuild	17 Aug 2011 16:55:09 -0000	1.8
@@ -1,13 +1,13 @@
-# Copyright 1999-2010 Gentoo Foundation
+# 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.6.3.ebuild,v 1.7 2010/12/23 07:55:05 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/qt-dbus-4.6.3.ebuild,v 1.8 2011/08/17 16:55:09 chithanh Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The DBus module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="alpha 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="alpha 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 ~sparc-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild
@ 2012-07-09 11:35 Johannes Huber (johu)
  0 siblings, 0 replies; 9+ messages in thread
From: Johannes Huber (johu) @ 2012-07-09 11:35 UTC (permalink / raw
  To: gentoo-commits

johu        12/07/09 11:35:09

  Modified:             ChangeLog
  Removed:              qt-dbus-4.6.3.ebuild
  Log:
  Removing Qt-4.6.3
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	9 Jul 2012 04:24:37 -0000	1.122
+++ ChangeLog	9 Jul 2012 11:35:08 -0000	1.123
@@ -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.122 2012/07/09 04:24:37 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-dbus/ChangeLog,v 1.123 2012/07/09 11:35:08 johu Exp $
+
+  09 Jul 2012; Johannes Huber <johu@gentoo.org> -qt-dbus-4.6.3.ebuild:
+  Drop Qt-4.6.3
 
   09 Jul 2012; Joseph Jezak <josejx@gentoo.org> qt-dbus-4.8.2.ebuild:
   Marked ppc/ppc64 for bug #424625.






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

end of thread, other threads:[~2012-07-09 11:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 21:20 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-dbus: ChangeLog qt-dbus-4.6.3.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-09 11:35 Johannes Huber (johu)
2011-08-17 16:55 Chi-Thanh Christopher Nguyen (chithanh)
2010-12-23  7:55 Samuli Suominen (ssuominen)
2010-11-05 18:10 Jeroen Roovers (jer)
2010-10-23 15:26 Raul Porcel (armin76)
2010-10-22 15:07 Christian Faulhammer (fauli)
2010-10-19 16:00 Markos Chandras (hwoarang)
2010-06-08 12:15 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