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.6.2.ebuild
@ 2010-02-15 15:10 Dror Levin (spatz)
  0 siblings, 0 replies; 8+ messages in thread
From: Dror Levin (spatz) @ 2010-02-15 15:10 UTC (permalink / raw
  To: gentoo-commits

spatz       10/02/15 15:10:54

  Modified:             ChangeLog
  Added:                qt-phonon-4.6.2.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc62/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	9 Feb 2010 21:07:35 -0000	1.64
+++ ChangeLog	15 Feb 2010 15:10:53 -0000	1.65
@@ -1,6 +1,11 @@
 # 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.64 2010/02/09 21:07:35 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.65 2010/02/15 15:10:53 spatz Exp $
+
+*qt-phonon-4.6.2 (15 Feb 2010)
+
+  15 Feb 2010; Dror Levin <spatz@gentoo.org> +qt-phonon-4.6.2.ebuild:
+  Version bump.
 
   09 Feb 2010; Dror Levin <spatz@gentoo.org> -qt-phonon-4.6.0-r1.ebuild:
   Remove old.



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

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

Index: qt-phonon-4.6.2.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-phonon/qt-phonon-4.6.2.ebuild,v 1.1 2010/02/15 15:10:53 spatz Exp $

EAPI="2"
inherit qt4-build

DESCRIPTION="The Phonon module for the Qt toolkit"
SLOT="4"
KEYWORDS="~alpha ~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] 8+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2010-03-01 23:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-03-01 23:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/03/01 23:44:12

  Modified:             ChangeLog qt-phonon-4.6.2.ebuild
  Log:
  amd64 stable wrt #297299
  (Portage version: 2.2_rc63/cvs/Linux x86_64, RepoMan options: --force)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	18 Feb 2010 00:09:49 -0000	1.66
+++ ChangeLog	1 Mar 2010 23:44:11 -0000	1.67
@@ -1,6 +1,10 @@
 # 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.66 2010/02/18 00:09:49 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.67 2010/03/01 23:44:11 ssuominen Exp $
+
+  01 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
+  qt-phonon-4.6.2.ebuild:
+  amd64 stable wrt #297299
 
   18 Feb 2010; Alex Alexander <wired@gentoo.org> metadata.xml:
   added exceptions USE flag description



1.2                  x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?r1=1.1&r2=1.2

Index: qt-phonon-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-phonon-4.6.2.ebuild	15 Feb 2010 15:10:53 -0000	1.1
+++ qt-phonon-4.6.2.ebuild	1 Mar 2010 23:44:12 -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-phonon/qt-phonon-4.6.2.ebuild,v 1.1 2010/02/15 15:10:53 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v 1.2 2010/03/01 23:44:12 ssuominen Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha ~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="~alpha 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]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2010-03-03 11:54 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-03-03 11:54 UTC (permalink / raw
  To: gentoo-commits

fauli       10/03/03 11:54:32

  Modified:             ChangeLog qt-phonon-4.6.2.ebuild
  Log:
  stable x86, bug 297299
  (Portage version: 2.1.7.17/cvs/Linux i686)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	1 Mar 2010 23:44:11 -0000	1.67
+++ ChangeLog	3 Mar 2010 11:54:32 -0000	1.68
@@ -1,6 +1,10 @@
 # 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.67 2010/03/01 23:44:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.68 2010/03/03 11:54:32 fauli Exp $
+
+  03 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
+  qt-phonon-4.6.2.ebuild:
+  stable x86, bug 297299
 
   01 Mar 2010; Samuli Suominen <ssuominen@gentoo.org>
   qt-phonon-4.6.2.ebuild:



1.3                  x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?r1=1.2&r2=1.3

Index: qt-phonon-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-phonon-4.6.2.ebuild	1 Mar 2010 23:44:12 -0000	1.2
+++ qt-phonon-4.6.2.ebuild	3 Mar 2010 11:54:32 -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-phonon/qt-phonon-4.6.2.ebuild,v 1.2 2010/03/01 23:44:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v 1.3 2010/03/03 11:54:32 fauli Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="~alpha 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]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2010-04-18 13:03 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 8+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-18 13:03 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/04/18 13:03:29

  Modified:             ChangeLog qt-phonon-4.6.2.ebuild
  Log:
  ppc stable #297299
  (Portage version: 2.1.8.3/cvs/Linux ppc)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/qt-phonon/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	3 Mar 2010 11:54:32 -0000	1.68
+++ ChangeLog	18 Apr 2010 13:03:29 -0000	1.69
@@ -1,6 +1,9 @@
 # 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.68 2010/03/03 11:54:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.69 2010/04/18 13:03:29 nixnut Exp $
+
+  18 Apr 2010; <nixnut@gentoo.org> qt-phonon-4.6.2.ebuild:
+  ppc stable #297299
 
   03 Mar 2010; Christian Faulhammer <fauli@gentoo.org>
   qt-phonon-4.6.2.ebuild:



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

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

Index: qt-phonon-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-phonon-4.6.2.ebuild	3 Mar 2010 11:54:32 -0000	1.3
+++ qt-phonon-4.6.2.ebuild	18 Apr 2010 13:03:29 -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-phonon/qt-phonon-4.6.2.ebuild,v 1.3 2010/03/03 11:54:32 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v 1.4 2010/04/18 13:03:29 nixnut Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="~alpha 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]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2010-07-05 13:05 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-05 13:05 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/05 13:05:24

  Modified:             ChangeLog qt-phonon-4.6.2.ebuild
  Log:
  ppc64 stable wrt #297299
  (Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	24 Jun 2010 17:35:28 -0000	1.71
+++ ChangeLog	5 Jul 2010 13:05:24 -0000	1.72
@@ -1,6 +1,10 @@
 # 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.71 2010/06/24 17:35:28 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.72 2010/07/05 13:05:24 ssuominen Exp $
+
+  05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+  qt-phonon-4.6.2.ebuild:
+  ppc64 stable wrt #297299
 
   24 Jun 2010; Markos Chandras <hwoarang@gentoo.org>
   -qt-phonon-4.6.1-r2.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.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.6.2.ebuild?r1=1.4&r2=1.5

Index: qt-phonon-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-phonon-4.6.2.ebuild	18 Apr 2010 13:03:29 -0000	1.4
+++ qt-phonon-4.6.2.ebuild	5 Jul 2010 13:05:24 -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-phonon/qt-phonon-4.6.2.ebuild,v 1.4 2010/04/18 13:03:29 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v 1.5 2010/07/05 13:05:24 ssuominen Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="~alpha 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]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2010-08-04 15:06 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-08-04 15:06 UTC (permalink / raw
  To: gentoo-commits

maekke      10/08/04 15:06:04

  Modified:             ChangeLog qt-phonon-4.6.2.ebuild
  Log:
  arm stable, bug #297299
  (Portage version: 2.2_rc67/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	5 Jul 2010 13:05:24 -0000	1.72
+++ ChangeLog	4 Aug 2010 15:06:03 -0000	1.73
@@ -1,6 +1,9 @@
 # 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.72 2010/07/05 13:05:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.73 2010/08/04 15:06:03 maekke Exp $
+
+  04 Aug 2010; Markus Meier <maekke@gentoo.org> qt-phonon-4.6.2.ebuild:
+  arm stable, bug #297299
 
   05 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
   qt-phonon-4.6.2.ebuild:



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.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.6.2.ebuild?r1=1.5&r2=1.6

Index: qt-phonon-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-phonon-4.6.2.ebuild	5 Jul 2010 13:05:24 -0000	1.5
+++ qt-phonon-4.6.2.ebuild	4 Aug 2010 15:06:03 -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-phonon/qt-phonon-4.6.2.ebuild,v 1.5 2010/07/05 13:05:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v 1.6 2010/08/04 15:06:03 maekke Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="~alpha 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]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2010-09-13 21:21 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-09-13 21:21 UTC (permalink / raw
  To: gentoo-commits

klausman    10/09/13 21:21:34

  Modified:             ChangeLog qt-phonon-4.6.2.ebuild
  Log:
  Stable on alpha, bug #297299
  
  (Portage version: 2.1.9.5/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	4 Aug 2010 15:06:03 -0000	1.73
+++ ChangeLog	13 Sep 2010 21:21:34 -0000	1.74
@@ -1,6 +1,10 @@
 # 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.73 2010/08/04 15:06:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.74 2010/09/13 21:21:34 klausman Exp $
+
+  13 Sep 2010; Tobias Klausmann <klausman@gentoo.org>
+  qt-phonon-4.6.2.ebuild:
+  Stable on alpha, bug #297299
 
   04 Aug 2010; Markus Meier <maekke@gentoo.org> qt-phonon-4.6.2.ebuild:
   arm stable, bug #297299



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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.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.6.2.ebuild?r1=1.6&r2=1.7

Index: qt-phonon-4.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qt-phonon-4.6.2.ebuild	4 Aug 2010 15:06:03 -0000	1.6
+++ qt-phonon-4.6.2.ebuild	13 Sep 2010 21:21:34 -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-phonon/qt-phonon-4.6.2.ebuild,v 1.6 2010/08/04 15:06:03 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.6.2.ebuild,v 1.7 2010/09/13 21:21:34 klausman Exp $
 
 EAPI="2"
 inherit qt4-build
 
 DESCRIPTION="The Phonon module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~alpha 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="alpha 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]






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild
@ 2012-03-27 18:29 Johannes Huber (johu)
  0 siblings, 0 replies; 8+ messages in thread
From: Johannes Huber (johu) @ 2012-03-27 18:29 UTC (permalink / raw
  To: gentoo-commits

johu        12/03/27 18:29:15

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

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	29 Jan 2012 23:30:50 -0000	1.104
+++ ChangeLog	27 Mar 2012 18:29:14 -0000	1.105
@@ -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.104 2012/01/29 23:30:50 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/ChangeLog,v 1.105 2012/03/27 18:29:14 johu Exp $
+
+  27 Mar 2012; Johannes Huber <johu@gentoo.org> -qt-phonon-4.6.2.ebuild:
+  Drop Qt-4.6.2
 
   29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-phonon-4.7.4.ebuild:
   Marked ppc ppc64 stable for bug #390963.






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

end of thread, other threads:[~2012-03-27 18:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-04 15:06 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-phonon: ChangeLog qt-phonon-4.6.2.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2012-03-27 18:29 Johannes Huber (johu)
2010-09-13 21:21 Tobias Klausmann (klausman)
2010-07-05 13:05 Samuli Suominen (ssuominen)
2010-04-18 13:03 Gysbert Wassenaar (nixnut)
2010-03-03 11:54 Christian Faulhammer (fauli)
2010-03-01 23:44 Samuli Suominen (ssuominen)
2010-02-15 15:10 Dror Levin (spatz)

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