public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2011-03-01 19:09 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; 7+ messages in thread
From: Theo Chatzimichos (tampakrap) @ 2011-03-01 19:09 UTC (permalink / raw
  To: gentoo-commits

tampakrap    11/03/01 19:09:20

  Modified:             ChangeLog
  Added:                qt-phonon-4.7.2.ebuild
  Log:
  Version bump Qt 4.7.2
  
  (Portage version: 2.2.0_alpha25/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 x11-libs/qt-phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	23 Dec 2010 07:56:09 -0000	1.87
+++ ChangeLog	1 Mar 2011 19:09:20 -0000	1.88
@@ -1,6 +1,12 @@
 # ChangeLog for x11-libs/qt-phonon
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.87 2010/12/23 07:56:09 ssuominen Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.88 2011/03/01 19:09:20 tampakrap Exp $
+
+*qt-phonon-4.7.2 (01 Mar 2011)
+
+  01 Mar 2011; Theo Chatzimichos <tampakrap@gentoo.org>
+  +qt-phonon-4.7.2.ebuild:
+  Version bump Qt 4.7.2
 
   23 Dec 2010; Samuli Suominen <ssuominen@gentoo.org> qt-phonon-4.6.3.ebuild:
   ppc64 stable wrt #341703



1.1                  x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild

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

Index: qt-phonon-4.7.2.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-phonon/qt-phonon-4.7.2.ebuild,v 1.1 2011/03/01 19:09:20 tampakrap Exp $

EAPI="3"
inherit qt4-build

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

DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,glib,qt3support]
	!kde-base/phonon-kde
	!kde-base/phonon-xine
	!media-sound/phonon
	!aqua? ( media-libs/gstreamer
			 media-plugins/gst-plugins-meta )
	aqua? ( ~x11-libs/qt-opengl-${PV}[aqua] )
	dbus? ( ~x11-libs/qt-dbus-${PV}[aqua=,debug=] )"
RDEPEND="${DEPEND}"

pkg_setup() {
	QT4_TARGET_DIRECTORIES="
		src/phonon
		src/plugins/phonon
		tools/designer/src/plugins/phononwidgets"
	QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
		include/
		src
		tools"

	QCONFIG_ADD="phonon"
	use aqua || QCONFIG_DEFINE="QT_GSTREAMER"

	qt4-build_pkg_setup
}

src_configure() {
	myconf="${myconf} -phonon -phonon-backend -no-opengl -no-svg
		$(qt_use dbus qdbus)"

	qt4-build_src_configure
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2011-05-09  7:03 Thomas Kahle (tomka)
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Kahle (tomka) @ 2011-05-09  7:03 UTC (permalink / raw
  To: gentoo-commits

tomka       11/05/09 07:03:29

  Modified:             ChangeLog qt-phonon-4.7.2.ebuild
  Log:
  x86 stable per bug 354033
  
  (Portage version: 2.1.9.46/cvs/Linux i686)

Revision  Changes    Path
1.92                 x11-libs/qt-phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	14 Apr 2011 23:13:48 -0000	1.91
+++ ChangeLog	9 May 2011 07:03:29 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-phonon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.91 2011/04/14 23:13:48 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.92 2011/05/09 07:03:29 tomka Exp $
+
+  09 May 2011; Thomas Kahle <tomka@gentoo.org> qt-phonon-4.7.2.ebuild:
+  x86 stable per bug 354033
 
   14 Apr 2011; Alex Alexander <wired@gentoo.org> qt-phonon-4.7.2.ebuild,
   metadata.xml:



1.4                  x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild

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

Index: qt-phonon-4.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-phonon-4.7.2.ebuild	14 Apr 2011 23:13:48 -0000	1.3
+++ qt-phonon-4.7.2.ebuild	9 May 2011 07:03:29 -0000	1.4
@@ -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-phonon/qt-phonon-4.7.2.ebuild,v 1.3 2011/04/14 23:13:48 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v 1.4 2011/05/09 07:03:29 tomka Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="dbus qt3support"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,qt3support=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2011-05-09 22:09 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-05-09 22:09 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/05/09 22:09:54

  Modified:             ChangeLog qt-phonon-4.7.2.ebuild
  Log:
  Stable on amd64 wrt bug #354033
  
  (Portage version: 2.1.9.47/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	9 May 2011 07:03:29 -0000	1.92
+++ ChangeLog	9 May 2011 22:09:54 -0000	1.93
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-phonon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.92 2011/05/09 07:03:29 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.93 2011/05/09 22:09:54 hwoarang Exp $
+
+  09 May 2011; Markos Chandras <hwoarang@gentoo.org> qt-phonon-4.7.2.ebuild:
+  Stable on amd64 wrt bug #354033
 
   09 May 2011; Thomas Kahle <tomka@gentoo.org> qt-phonon-4.7.2.ebuild:
   x86 stable per bug 354033



1.5                  x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild

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

Index: qt-phonon-4.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-phonon-4.7.2.ebuild	9 May 2011 07:03:29 -0000	1.4
+++ qt-phonon-4.7.2.ebuild	9 May 2011 22:09:54 -0000	1.5
@@ -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-phonon/qt-phonon-4.7.2.ebuild,v 1.4 2011/05/09 07:03:29 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v 1.5 2011/05/09 22:09:54 hwoarang Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="dbus qt3support"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,qt3support=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2011-06-01 15:06 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-06-01 15:06 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/01 15:06:28

  Modified:             ChangeLog qt-phonon-4.7.2.ebuild
  Log:
  Marking qt-phonon-4.7.2 ~ppc for bug 354033
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.95                 x11-libs/qt-phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	10 May 2011 20:07:06 -0000	1.94
+++ ChangeLog	1 Jun 2011 15:06:28 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-phonon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.94 2011/05/10 20:07:06 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.95 2011/06/01 15:06:28 ranger Exp $
+
+  01 Jun 2011; Brent Baude <ranger@gentoo.org> qt-phonon-4.7.2.ebuild:
+  Marking qt-phonon-4.7.2 ppc stable for bug 354033
 
 *qt-phonon-4.7.3 (10 May 2011)
 



1.6                  x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild

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

Index: qt-phonon-4.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-phonon-4.7.2.ebuild	9 May 2011 22:09:54 -0000	1.5
+++ qt-phonon-4.7.2.ebuild	1 Jun 2011 15:06:28 -0000	1.6
@@ -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-phonon/qt-phonon-4.7.2.ebuild,v 1.5 2011/05/09 22:09:54 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v 1.6 2011/06/01 15:06:28 ranger Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="dbus qt3support"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,qt3support=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2011-06-05 12:35 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2011-06-05 12:35 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/05 12:35:01

  Modified:             ChangeLog qt-phonon-4.7.2.ebuild
  Log:
  arm stable, bug #354033
  
  (Portage version: 2.1.9.50/cvs/Linux i686)

Revision  Changes    Path
1.96                 x11-libs/qt-phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	1 Jun 2011 15:06:28 -0000	1.95
+++ ChangeLog	5 Jun 2011 12:35:01 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-phonon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.95 2011/06/01 15:06:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.96 2011/06/05 12:35:01 maekke Exp $
+
+  05 Jun 2011; Markus Meier <maekke@gentoo.org> qt-phonon-4.7.2.ebuild:
+  arm stable, bug #354033
 
   01 Jun 2011; Brent Baude <ranger@gentoo.org> qt-phonon-4.7.2.ebuild:
   Marking qt-phonon-4.7.2 ppc stable for bug 354033



1.7                  x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild

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

Index: qt-phonon-4.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-phonon-4.7.2.ebuild	1 Jun 2011 15:06:28 -0000	1.6
+++ qt-phonon-4.7.2.ebuild	5 Jun 2011 12:35:01 -0000	1.7
@@ -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-phonon/qt-phonon-4.7.2.ebuild,v 1.6 2011/06/01 15:06:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v 1.7 2011/06/05 12:35:01 maekke Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="dbus qt3support"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,qt3support=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2011-07-13 13:04 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 7+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-07-13 13:04 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/07/13 13:04:00

  Modified:             ChangeLog qt-phonon-4.7.2.ebuild
  Log:
  ppc64 stable wrt #354033
  
  (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)

Revision  Changes    Path
1.97                 x11-libs/qt-phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	5 Jun 2011 12:35:01 -0000	1.96
+++ ChangeLog	13 Jul 2011 13:03:59 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-phonon
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.96 2011/06/05 12:35:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.97 2011/07/13 13:03:59 xarthisius Exp $
+
+  13 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> qt-phonon-4.7.2.ebuild:
+  ppc64 stable wrt #354033
 
   05 Jun 2011; Markus Meier <maekke@gentoo.org> qt-phonon-4.7.2.ebuild:
   arm stable, bug #354033



1.8                  x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild

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

Index: qt-phonon-4.7.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-phonon-4.7.2.ebuild	5 Jun 2011 12:35:01 -0000	1.7
+++ qt-phonon-4.7.2.ebuild	13 Jul 2011 13:03:59 -0000	1.8
@@ -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-phonon/qt-phonon-4.7.2.ebuild,v 1.7 2011/06/05 12:35:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.7.2.ebuild,v 1.8 2011/07/13 13:03:59 xarthisius Exp $
 
 EAPI="3"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 arm ~hppa ~ia64 ppc ~ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~hppa ~ia64 ppc ppc64 -sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="dbus qt3support"
 
 DEPEND="~x11-libs/qt-gui-${PV}[aqua=,debug=,qt3support=]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild
@ 2012-05-14 12:46 Johannes Huber (johu)
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber (johu) @ 2012-05-14 12:46 UTC (permalink / raw
  To: gentoo-commits

johu        12/05/14 12:46:13

  Modified:             ChangeLog
  Removed:              qt-phonon-4.7.2.ebuild
  Log:
  Removing Qt-4.7.2
  
  (Portage version: 2.2.0_alpha104/cvs/Linux i686)

Revision  Changes    Path
1.112                x11-libs/qt-phonon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	13 May 2012 08:08:09 -0000	1.111
+++ ChangeLog	14 May 2012 12:46:13 -0000	1.112
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-phonon
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.111 2012/05/13 08:08:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.112 2012/05/14 12:46:13 johu Exp $
+
+  14 May 2012; Johannes Huber <johu@gentoo.org> -qt-phonon-4.7.2.ebuild:
+  Drop Qt-4.7.2
 
   13 May 2012; Markus Meier <maekke@gentoo.org> qt-phonon-4.8.1.ebuild:
   arm stable, bug #414241






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

end of thread, other threads:[~2012-05-14 12:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-09 22:09 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.7.2.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2012-05-14 12:46 Johannes Huber (johu)
2011-07-13 13:04 Kacper Kowalik (xarthisius)
2011-06-05 12:35 Markus Meier (maekke)
2011-06-01 15:06 Brent Baude (ranger)
2011-05-09  7:03 Thomas Kahle (tomka)
2011-03-01 19:09 Theo Chatzimichos (tampakrap)

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