* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-07-09 10:49 Davide Pesavento (pesa)
0 siblings, 0 replies; 10+ messages in thread
From: Davide Pesavento (pesa) @ 2013-07-09 10:49 UTC (permalink / raw
To: gentoo-commits
pesa 13/07/09 10:49:34
Modified: ChangeLog
Added: qtopengl-4.8.5.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 17A85C72)
Revision Changes Path
1.2 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 2 Mar 2013 15:31:52 -0000 1.1
+++ ChangeLog 9 Jul 2013 10:49:34 -0000 1.2
@@ -1,6 +1,11 @@
# ChangeLog for dev-qt/qtopengl
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.1 2013/03/02 15:31:52 yngwin Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.2 2013/07/09 10:49:34 pesa Exp $
+
+*qtopengl-4.8.5 (09 Jul 2013)
+
+ 09 Jul 2013; Davide Pesavento <pesa@gentoo.org> +qtopengl-4.8.5.ebuild:
+ Version bump.
31 Dec 2012; Davide Pesavento <pesa@gentoo.org> metadata.xml:
Cleanup metadata.
1.1 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.1&content-type=text/plain
Index: qtopengl-4.8.5.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.1 2013/07/09 10:49:34 pesa Exp $
EAPI=4
inherit qt4-build
DESCRIPTION="The OpenGL module for the Qt toolkit"
SLOT="4"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
DEPEND="
~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support=]
~dev-qt/qtgui-${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"
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] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-11-03 13:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-03 13:04 UTC (permalink / raw
To: gentoo-commits
ago 13/11/03 13:04:25
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.1&r2=1.2
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtopengl-4.8.5.ebuild 9 Jul 2013 10:49:34 -0000 1.1
+++ qtopengl-4.8.5.ebuild 3 Nov 2013 13:04:25 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.1 2013/07/09 10:49:34 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.2 2013/11/03 13:04:25 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~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 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.3 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 9 Jul 2013 10:49:34 -0000 1.2
+++ ChangeLog 3 Nov 2013 13:04:25 -0000 1.3
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.2 2013/07/09 10:49:34 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.3 2013/11/03 13:04:25 ago Exp $
+
+ 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for amd64, wrt bug #488536
*qtopengl-4.8.5 (09 Jul 2013)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-11-03 13:07 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-03 13:07 UTC (permalink / raw
To: gentoo-commits
ago 13/11/03 13:07:17
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for x86, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.2&r2=1.3
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtopengl-4.8.5.ebuild 3 Nov 2013 13:04:25 -0000 1.2
+++ qtopengl-4.8.5.ebuild 3 Nov 2013 13:07:17 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.2 2013/11/03 13:04:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.3 2013/11/03 13:07:17 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.4 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 3 Nov 2013 13:04:25 -0000 1.3
+++ ChangeLog 3 Nov 2013 13:07:17 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.3 2013/11/03 13:04:25 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.4 2013/11/03 13:07:17 ago Exp $
+
+ 03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for x86, wrt bug #488536
03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for amd64, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-11-04 21:31 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-04 21:31 UTC (permalink / raw
To: gentoo-commits
ago 13/11/04 21:31:09
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #488536
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.3&r2=1.4
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qtopengl-4.8.5.ebuild 3 Nov 2013 13:07:17 -0000 1.3
+++ qtopengl-4.8.5.ebuild 4 Nov 2013 21:31:09 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.3 2013/11/03 13:07:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.4 2013/11/04 21:31:09 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc 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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.5 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 3 Nov 2013 13:07:17 -0000 1.4
+++ ChangeLog 4 Nov 2013 21:31:09 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.4 2013/11/03 13:07:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.5 2013/11/04 21:31:09 ago Exp $
+
+ 04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for ppc, wrt bug #488536
03 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for x86, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-11-04 21:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-04 21:43 UTC (permalink / raw
To: gentoo-commits
ago 13/11/04 21:43:52
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #488536
(Portage version: 2.2.1/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.4&r2=1.5
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtopengl-4.8.5.ebuild 4 Nov 2013 21:31:09 -0000 1.4
+++ qtopengl-4.8.5.ebuild 4 Nov 2013 21:43:52 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.4 2013/11/04 21:31:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.5 2013/11/04 21:43:52 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sparc 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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.6 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 4 Nov 2013 21:31:09 -0000 1.5
+++ ChangeLog 4 Nov 2013 21:43:52 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.5 2013/11/04 21:31:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.6 2013/11/04 21:43:52 ago Exp $
+
+ 04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for ppc64, wrt bug #488536
04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for ppc, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-11-07 6:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-11-07 6:01 UTC (permalink / raw
To: gentoo-commits
ago 13/11/07 06:01:19
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for arm, wrt bug #488536
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.5&r2=1.6
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qtopengl-4.8.5.ebuild 4 Nov 2013 21:43:52 -0000 1.5
+++ qtopengl-4.8.5.ebuild 7 Nov 2013 06:01:19 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.5 2013/11/04 21:43:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.6 2013/11/07 06:01:19 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc 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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.7 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 4 Nov 2013 21:43:52 -0000 1.6
+++ ChangeLog 7 Nov 2013 06:01:19 -0000 1.7
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.6 2013/11/04 21:43:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.7 2013/11/07 06:01:19 ago Exp $
+
+ 07 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for arm, wrt bug #488536
04 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for ppc64, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2013-11-11 14:00 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2013-11-11 14:00 UTC (permalink / raw
To: gentoo-commits
jer 13/11/11 14:00:26
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for HPPA (bug #488536).
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.6&r2=1.7
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtopengl-4.8.5.ebuild 7 Nov 2013 06:01:19 -0000 1.6
+++ qtopengl-4.8.5.ebuild 11 Nov 2013 14:00:26 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.6 2013/11/07 06:01:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.7 2013/11/11 14:00:26 jer Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sparc 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 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.8 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 7 Nov 2013 06:01:19 -0000 1.7
+++ ChangeLog 11 Nov 2013 14:00:26 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.7 2013/11/07 06:01:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.8 2013/11/11 14:00:26 jer Exp $
+
+ 11 Nov 2013; Jeroen Roovers <jer@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for HPPA (bug #488536).
07 Nov 2013; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for arm, wrt bug #488536
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2014-01-06 9:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-06 9:38 UTC (permalink / raw
To: gentoo-commits
ago 14/01/06 09:38:45
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.7&r2=1.8
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- qtopengl-4.8.5.ebuild 11 Nov 2013 14:00:26 -0000 1.7
+++ qtopengl-4.8.5.ebuild 6 Jan 2014 09:38:45 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.7 2013/11/11 14:00:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.8 2014/01/06 09:38:45 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sparc 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 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.9 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 11 Nov 2013 14:00:26 -0000 1.8
+++ ChangeLog 6 Jan 2014 09:38:45 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.8 2013/11/11 14:00:26 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.9 2014/01/06 09:38:45 ago Exp $
+
+ 06 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for sparc, wrt bug #494728
11 Nov 2013; Jeroen Roovers <jer@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for HPPA (bug #488536).
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2014-01-19 13:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-19 13:53 UTC (permalink / raw
To: gentoo-commits
ago 14/01/19 13:53:44
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.8&r2=1.9
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- qtopengl-4.8.5.ebuild 6 Jan 2014 09:38:45 -0000 1.8
+++ qtopengl-4.8.5.ebuild 19 Jan 2014 13:53:44 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.8 2014/01/06 09:38:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.9 2014/01/19 13:53:44 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc 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 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.10 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 6 Jan 2014 09:38:45 -0000 1.9
+++ ChangeLog 19 Jan 2014 13:53:44 -0000 1.10
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.9 2014/01/06 09:38:45 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.10 2014/01/19 13:53:44 ago Exp $
+
+ 19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for alpha, wrt bug #494728
06 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for sparc, wrt bug #494728
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog
@ 2014-01-26 11:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-01-26 11:56 UTC (permalink / raw
To: gentoo-commits
ago 14/01/26 11:56:00
Modified: qtopengl-4.8.5.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #494728
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-qt/qtopengl/qtopengl-4.8.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild?r1=1.9&r2=1.10
Index: qtopengl-4.8.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- qtopengl-4.8.5.ebuild 19 Jan 2014 13:53:44 -0000 1.9
+++ qtopengl-4.8.5.ebuild 26 Jan 2014 11:56:00 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.9 2014/01/19 13:53:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-4.8.5.ebuild,v 1.10 2014/01/26 11:56:00 ago Exp $
EAPI=4
@@ -11,7 +11,7 @@
if [[ ${QT4_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 sparc 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 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="egl qt3support"
1.11 dev-qt/qtopengl/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 19 Jan 2014 13:53:44 -0000 1.10
+++ ChangeLog 26 Jan 2014 11:56:00 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtopengl
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.10 2014/01/19 13:53:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.11 2014/01/26 11:56:00 ago Exp $
+
+ 26 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
+ Stable for ia64, wrt bug #494728
19 Jan 2014; Agostino Sarubbo <ago@gentoo.org> qtopengl-4.8.5.ebuild:
Stable for alpha, wrt bug #494728
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-01-26 11:56 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-06 9:38 [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-4.8.5.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-01-26 11:56 Agostino Sarubbo (ago)
2014-01-19 13:53 Agostino Sarubbo (ago)
2013-11-11 14:00 Jeroen Roovers (jer)
2013-11-07 6:01 Agostino Sarubbo (ago)
2013-11-04 21:43 Agostino Sarubbo (ago)
2013-11-04 21:31 Agostino Sarubbo (ago)
2013-11-03 13:07 Agostino Sarubbo (ago)
2013-11-03 13:04 Agostino Sarubbo (ago)
2013-07-09 10:49 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