public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-03-29 22:12 Davide Pesavento (pesa)
  0 siblings, 0 replies; 7+ messages in thread
From: Davide Pesavento (pesa) @ 2012-03-29 22:12 UTC (permalink / raw
  To: gentoo-commits

pesa        12/03/29 22:12:59

  Modified:             ChangeLog
  Added:                qt-opengl-4.8.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha96/cvs/Linux x86_64)

Revision  Changes    Path
1.103                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	27 Mar 2012 18:27:36 -0000	1.102
+++ ChangeLog	29 Mar 2012 22:12:59 -0000	1.103
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.102 2012/03/27 18:27:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.103 2012/03/29 22:12:59 pesa Exp $
+
+*qt-opengl-4.8.1 (29 Mar 2012)
+
+  29 Mar 2012; Davide Pesavento <pesa@gentoo.org> +qt-opengl-4.8.1.ebuild:
+  Version bump.
 
   27 Mar 2012; Johannes Huber <johu@gentoo.org> -qt-opengl-4.6.2.ebuild:
   Drop Qt-4.6.2



1.1                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.1 2012/03/29 22:12:59 pesa Exp $

EAPI=4

inherit qt4-build

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

DEPEND="
	virtual/opengl
	~x11-libs/qt-core-${PV}[aqua=,c++0x=,debug=,qpa=,qt3support=]
	~x11-libs/qt-gui-${PV}[aqua=,c++0x=,debug=,egl=,qpa=,qt3support=]
"
RDEPEND="${DEPEND}"

pkg_setup() {
	QT4_TARGET_DIRECTORIES="
		src/opengl
		src/plugins/graphicssystems/opengl"

	QT4_EXTRACT_DIRECTORIES="
		include/QtCore
		include/QtGui
		include/QtOpenGL
		src/corelib
		src/gui
		src/opengl
		src/plugins
		src/3rdparty"

	QCONFIG_ADD="opengl"
	QCONFIG_DEFINE="QT_OPENGL"

	qt4-build_pkg_setup
}

src_configure() {
	myconf+="
		-opengl
		$(qt_use qt3support)
		$(qt_use egl)"

	qt4-build_src_configure

	# Not building tools/designer/src/plugins/tools/view3d as it's
	# commented out of the build in the source
}

src_install() {
	qt4-build_src_install

	# touch the available graphics systems
	dodir /usr/share/qt4/graphicssystems
	echo "experimental" > "${ED}"/usr/share/qt4/graphicssystems/opengl || die
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-05-08 18:26 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-05-08 18:26 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/05/08 18:26:37

  Modified:             qt-opengl-4.8.1.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #414241
  
  (Portage version: 2.1.10.57/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-opengl-4.8.1.ebuild	29 Mar 2012 22:12:59 -0000	1.1
+++ qt-opengl-4.8.1.ebuild	8 May 2012 18:26:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.1 2012/03/29 22:12:59 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.2 2012/05/08 18:26:37 hwoarang Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="egl qt3support"
 
 DEPEND="



1.106                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	5 Apr 2012 15:33:15 -0000	1.105
+++ ChangeLog	8 May 2012 18:26:37 -0000	1.106
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.105 2012/04/05 15:33:15 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.106 2012/05/08 18:26:37 hwoarang Exp $
+
+  08 May 2012; Markos Chandras <hwoarang@gentoo.org> qt-opengl-4.8.1.ebuild:
+  Stable on amd64 wrt bug #414241
 
   05 Apr 2012; Johannes Huber <johu@gentoo.org> -qt-opengl-4.8.0-r2.ebuild:
   Drop Qt-4.8.0






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-05-12 14:23 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-05-12 14:23 UTC (permalink / raw
  To: gentoo-commits

maekke      12/05/12 14:23:38

  Modified:             qt-opengl-4.8.1.ebuild ChangeLog
  Log:
  arm stable, bug #414241
  
  (Portage version: 2.1.10.57/cvs/Linux i686)

Revision  Changes    Path
1.3                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-opengl-4.8.1.ebuild	8 May 2012 18:26:37 -0000	1.2
+++ qt-opengl-4.8.1.ebuild	12 May 2012 14:23:38 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.2 2012/05/08 18:26:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.3 2012/05/12 14:23:38 maekke Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="egl qt3support"
 
 DEPEND="



1.107                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	8 May 2012 18:26:37 -0000	1.106
+++ ChangeLog	12 May 2012 14:23:38 -0000	1.107
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.106 2012/05/08 18:26:37 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.107 2012/05/12 14:23:38 maekke Exp $
+
+  12 May 2012; Markus Meier <maekke@gentoo.org> qt-opengl-4.8.1.ebuild:
+  arm stable, bug #414241
 
   08 May 2012; Markos Chandras <hwoarang@gentoo.org> qt-opengl-4.8.1.ebuild:
   Stable on amd64 wrt bug #414241






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-05-12 16:12 Alexis Ballier (aballier)
  0 siblings, 0 replies; 7+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-12 16:12 UTC (permalink / raw
  To: gentoo-commits

aballier    12/05/12 16:12:42

  Modified:             qt-opengl-4.8.1.ebuild ChangeLog
  Log:
  keyword ~amd64-fbsd
  
  (Portage version: 2.2.0_alpha104/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-opengl-4.8.1.ebuild	12 May 2012 14:23:38 -0000	1.3
+++ qt-opengl-4.8.1.ebuild	12 May 2012 16:12:42 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.3 2012/05/12 14:23:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.4 2012/05/12 16:12:42 aballier Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="egl qt3support"
 
 DEPEND="



1.108                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	12 May 2012 14:23:38 -0000	1.107
+++ ChangeLog	12 May 2012 16:12:42 -0000	1.108
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.107 2012/05/12 14:23:38 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.108 2012/05/12 16:12:42 aballier Exp $
+
+  12 May 2012; Alexis Ballier <aballier@gentoo.org> qt-opengl-4.8.1.ebuild:
+  keyword ~amd64-fbsd
 
   12 May 2012; Markus Meier <maekke@gentoo.org> qt-opengl-4.8.1.ebuild:
   arm stable, bug #414241






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-05-16 15:53 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-16 15:53 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/16 15:53:38

  Modified:             qt-opengl-4.8.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #414241).
  
  (Portage version: 2.2.0_alpha105/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-opengl-4.8.1.ebuild	12 May 2012 16:12:42 -0000	1.4
+++ qt-opengl-4.8.1.ebuild	16 May 2012 15:53:37 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.4 2012/05/12 16:12:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.5 2012/05/16 15:53:37 jer Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="egl qt3support"
 
 DEPEND="



1.110                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	14 May 2012 12:43:10 -0000	1.109
+++ ChangeLog	16 May 2012 15:53:37 -0000	1.110
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.109 2012/05/14 12:43:10 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.110 2012/05/16 15:53:37 jer Exp $
+
+  16 May 2012; Jeroen Roovers <jer@gentoo.org> qt-opengl-4.8.1.ebuild:
+  Stable for HPPA (bug #414241).
 
   14 May 2012; Johannes Huber <johu@gentoo.org> -qt-opengl-4.7.2.ebuild:
   Drop Qt-4.7.2






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-05-20 13:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-20 13:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/20 13:15:04

  Modified:             qt-opengl-4.8.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #414241
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qt-opengl-4.8.1.ebuild	16 May 2012 15:53:37 -0000	1.5
+++ qt-opengl-4.8.1.ebuild	20 May 2012 13:15:04 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.5 2012/05/16 15:53:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.6 2012/05/20 13:15:04 ago Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="egl qt3support"
 
 DEPEND="



1.111                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	16 May 2012 15:53:37 -0000	1.110
+++ ChangeLog	20 May 2012 13:15:04 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.110 2012/05/16 15:53:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.111 2012/05/20 13:15:04 ago Exp $
+
+  20 May 2012; Agostino Sarubbo <ago@gentoo.org> qt-opengl-4.8.1.ebuild:
+  Stable for x86, wrt bug #414241
 
   16 May 2012; Jeroen Roovers <jer@gentoo.org> qt-opengl-4.8.1.ebuild:
   Stable for HPPA (bug #414241).






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog
@ 2012-07-06  5:22 Michael Weber (xmw)
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Weber (xmw) @ 2012-07-06  5:22 UTC (permalink / raw
  To: gentoo-commits

xmw         12/07/06 05:22:01

  Modified:             qt-opengl-4.8.1.ebuild ChangeLog
  Log:
  ppc stable (bug 414241)
  
  (Portage version: 2.1.11.5/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild

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

Index: qt-opengl-4.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qt-opengl-4.8.1.ebuild	25 Jun 2012 16:08:09 -0000	1.7
+++ qt-opengl-4.8.1.ebuild	6 Jul 2012 05:22:01 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.7 2012/06/25 16:08:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.8.1.ebuild,v 1.8 2012/07/06 05:22:01 xmw Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="egl qt3support"
 
 DEPEND="



1.117                x11-libs/qt-opengl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	5 Jul 2012 12:25:56 -0000	1.116
+++ ChangeLog	6 Jul 2012 05:22:01 -0000	1.117
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-opengl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.116 2012/07/05 12:25:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.117 2012/07/06 05:22:01 xmw Exp $
+
+  06 Jul 2012; Michael Weber <xmw@gentoo.org> qt-opengl-4.8.1.ebuild:
+  ppc stable (bug 414241)
 
   05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> qt-opengl-4.8.2.ebuild:
   Stable for amd64, wrt bug #424625
@@ -453,4 +456,3 @@
   20 Dec 2007; Caleb Tennis <caleb@gentoo.org> +files/configure.patch,
   +metadata.xml, +qt-opengl-4.4.0_rc1.ebuild:
   Initial import
-






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

end of thread, other threads:[~2012-07-06  5:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-20 13:15 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: qt-opengl-4.8.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-06  5:22 Michael Weber (xmw)
2012-05-16 15:53 Jeroen Roovers (jer)
2012-05-12 16:12 Alexis Ballier (aballier)
2012-05-12 14:23 Markus Meier (maekke)
2012-05-08 18:26 Markos Chandras (hwoarang)
2012-03-29 22:12 Davide Pesavento (pesa)

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