* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: ChangeLog qt-opengl-4.7.4.ebuild
@ 2011-09-08 9:20 Alex Alexander (wired)
0 siblings, 0 replies; 4+ messages in thread
From: Alex Alexander (wired) @ 2011-09-08 9:20 UTC (permalink / raw
To: gentoo-commits
wired 11/09/08 09:20:43
Modified: ChangeLog
Added: qt-opengl-4.7.4.ebuild
Log:
version bump, 4.7.4
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Revision Changes Path
1.93 x11-libs/qt-opengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 17 Aug 2011 16:56:33 -0000 1.92
+++ ChangeLog 8 Sep 2011 09:20:42 -0000 1.93
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/qt-opengl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.92 2011/08/17 16:56:33 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.93 2011/09/08 09:20:42 wired Exp $
+
+*qt-opengl-4.7.4 (08 Sep 2011)
+
+ 08 Sep 2011; Alex Alexander <wired@gentoo.org> +qt-opengl-4.7.4.ebuild:
+ version bump, 4.7.4
17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
qt-opengl-4.6.3.ebuild:
1.1 x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.1&content-type=text/plain
Index: qt-opengl-4.7.4.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.1 2011/09/08 09:20:42 wired Exp $
EAPI="3"
inherit qt4-build
DESCRIPTION="The OpenGL module for the Qt toolkit"
SLOT="4"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="egl qt3support"
DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
~x11-libs/qt-gui-${PV}[aqua=,debug=,egl=,qt3support=]
virtual/opengl"
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 $(use egl && echo QT_EGL)"
qt4-build_pkg_setup
}
src_configure() {
myconf="${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
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: ChangeLog qt-opengl-4.7.4.ebuild
@ 2011-12-27 21:34 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2011-12-27 21:34 UTC (permalink / raw
To: gentoo-commits
maekke 11/12/27 21:34:52
Modified: ChangeLog qt-opengl-4.7.4.ebuild
Log:
x86 stable, bug #390963
(Portage version: 2.1.10.43/cvs/Linux x86_64)
Revision Changes Path
1.97 x11-libs/qt-opengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 20 Dec 2011 23:13:23 -0000 1.96
+++ ChangeLog 27 Dec 2011 21:34:51 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/qt-opengl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.96 2011/12/20 23:13:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.97 2011/12/27 21:34:51 maekke Exp $
+
+ 27 Dec 2011; Markus Meier <maekke@gentoo.org> qt-opengl-4.7.4.ebuild:
+ x86 stable, bug #390963
20 Dec 2011; Agostino Sarubbo <ago@gentoo.org> qt-opengl-4.7.4.ebuild:
Stable for AMD64, wrt bug #390963
1.3 x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?r1=1.2&r2=1.3
Index: qt-opengl-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-opengl-4.7.4.ebuild 20 Dec 2011 23:13:23 -0000 1.2
+++ qt-opengl-4.7.4.ebuild 27 Dec 2011 21:34:51 -0000 1.3
@@ -1,13 +1,13 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.2 2011/12/20 23:13:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.3 2011/12/27 21:34:51 maekke Exp $
EAPI="3"
inherit qt4-build
DESCRIPTION="The OpenGL module for the Qt toolkit"
SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~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 -sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="egl qt3support"
DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: ChangeLog qt-opengl-4.7.4.ebuild
@ 2012-01-29 23:29 Joseph Jezak (josejx)
0 siblings, 0 replies; 4+ messages in thread
From: Joseph Jezak (josejx) @ 2012-01-29 23:29 UTC (permalink / raw
To: gentoo-commits
josejx 12/01/29 23:29:49
Modified: ChangeLog qt-opengl-4.7.4.ebuild
Log:
Marked ppc ppc64 stable for bug #390963.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Revision Changes Path
1.99 x11-libs/qt-opengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 29 Jan 2012 17:05:07 -0000 1.98
+++ ChangeLog 29 Jan 2012 23:29:49 -0000 1.99
@@ -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.98 2012/01/29 17:05:07 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.99 2012/01/29 23:29:49 josejx Exp $
+
+ 29 Jan 2012; Joseph Jezak <josejx@gentoo.org> qt-opengl-4.7.4.ebuild:
+ Marked ppc ppc64 stable for bug #390963.
*qt-opengl-4.8.0-r1 (29 Jan 2012)
1.4 x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?r1=1.3&r2=1.4
Index: qt-opengl-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-opengl-4.7.4.ebuild 27 Dec 2011 21:34:51 -0000 1.3
+++ qt-opengl-4.7.4.ebuild 29 Jan 2012 23:29:49 -0000 1.4
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.3 2011/12/27 21:34:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.4 2012/01/29 23:29:49 josejx Exp $
EAPI="3"
inherit qt4-build
DESCRIPTION="The OpenGL module for the Qt toolkit"
SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 -sparc 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 -sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="egl qt3support"
DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: ChangeLog qt-opengl-4.7.4.ebuild
@ 2012-04-03 21:49 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2012-04-03 21:49 UTC (permalink / raw
To: gentoo-commits
jer 12/04/03 21:49:55
Modified: ChangeLog qt-opengl-4.7.4.ebuild
Log:
Stable for HPPA (bug #390963).
(Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
Revision Changes Path
1.104 x11-libs/qt-opengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/ChangeLog?r1=1.103&r2=1.104
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog 29 Mar 2012 22:12:59 -0000 1.103
+++ ChangeLog 3 Apr 2012 21:49:55 -0000 1.104
@@ -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.103 2012/03/29 22:12:59 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/ChangeLog,v 1.104 2012/04/03 21:49:55 jer Exp $
+
+ 03 Apr 2012; Jeroen Roovers <jer@gentoo.org> qt-opengl-4.7.4.ebuild:
+ Stable for HPPA (bug #390963).
*qt-opengl-4.8.1 (29 Mar 2012)
1.5 x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild?r1=1.4&r2=1.5
Index: qt-opengl-4.7.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qt-opengl-4.7.4.ebuild 29 Jan 2012 23:29:49 -0000 1.4
+++ qt-opengl-4.7.4.ebuild 3 Apr 2012 21:49:55 -0000 1.5
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.4 2012/01/29 23:29:49 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-opengl/qt-opengl-4.7.4.ebuild,v 1.5 2012/04/03 21:49:55 jer Exp $
EAPI="3"
inherit qt4-build
DESCRIPTION="The OpenGL module for the Qt toolkit"
SLOT="4"
-KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 -sparc 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 -sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="egl qt3support"
DEPEND="~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2012-04-03 21:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-27 21:34 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-opengl: ChangeLog qt-opengl-4.7.4.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2012-04-03 21:49 Jeroen Roovers (jer)
2012-01-29 23:29 Joseph Jezak (josejx)
2011-09-08 9:20 Alex Alexander (wired)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox