public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-5.4.0.ebuild ChangeLog
@ 2014-12-12 14:30 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2014-12-12 14:30 UTC (permalink / raw
  To: gentoo-commits

kensington    14/12/12 14:30:05

  Modified:             ChangeLog
  Added:                qtopengl-5.4.0.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.19                 dev-qt/qtopengl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	15 Nov 2014 02:37:18 -0000	1.18
+++ ChangeLog	12 Dec 2014 14:30:05 -0000	1.19
@@ -1,6 +1,11 @@
 # 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.18 2014/11/15 02:37:18 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.19 2014/12/12 14:30:05 kensington Exp $
+
+*qtopengl-5.4.0 (12 Dec 2014)
+
+  12 Dec 2014; Michael Palimaka <kensington@gentoo.org> +qtopengl-5.4.0.ebuild:
+  Version bump.
 
 *qtopengl-4.8.6-r1 (15 Nov 2014)
 



1.1                  dev-qt/qtopengl/qtopengl-5.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.0.ebuild?rev=1.1&content-type=text/plain

Index: qtopengl-5.4.0.ebuild
===================================================================
# 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-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $

EAPI=5

QT5_MODULE="qtbase"
VIRTUALX_REQUIRED="test"

inherit qt5-build

DESCRIPTION="OpenGL support library for the Qt5 framework (deprecated)"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~x86"
fi

IUSE="gles2"

DEPEND="
	~dev-qt/qtcore-${PV}[debug=]
	~dev-qt/qtgui-${PV}[debug=,gles2=,opengl]
	~dev-qt/qtwidgets-${PV}[debug=,gles2=,opengl]
	virtual/opengl
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
	src/opengl
)

src_configure() {
	local myconf=(
		-opengl $(usex gles2 es2 desktop)
	)
	qt5-build_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-5.4.0.ebuild ChangeLog
@ 2015-02-02 19:17 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-02-02 19:17 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/02/02 19:17:51

  Modified:             qtopengl-5.4.0.ebuild ChangeLog
  Log:
  Add ~arm keyword
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.2                  dev-qt/qtopengl/qtopengl-5.4.0.ebuild

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

Index: qtopengl-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtopengl-5.4.0.ebuild	12 Dec 2014 14:30:05 -0000	1.1
+++ qtopengl-5.4.0.ebuild	2 Feb 2015 19:17:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/qtopengl-5.4.0.ebuild,v 1.2 2015/02/02 19:17:51 zlogene Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE="gles2"



1.22                 dev-qt/qtopengl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtopengl/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	1 Feb 2015 15:05:36 -0000	1.21
+++ ChangeLog	2 Feb 2015 19:17:51 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-qt/qtopengl
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.21 2015/02/01 15:05:36 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtopengl/ChangeLog,v 1.22 2015/02/02 19:17:51 zlogene Exp $
+
+  02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> qtopengl-5.4.0.ebuild:
+  Add ~arm keyword
 
   01 Feb 2015; Michael Palimaka <kensington@gentoo.org>
   -qtopengl-5.3.2-r1.ebuild:





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

end of thread, other threads:[~2015-02-02 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 19:17 [gentoo-commits] gentoo-x86 commit in dev-qt/qtopengl: qtopengl-5.4.0.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2014-12-12 14:30 Michael Palimaka (kensington)

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