public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-openvg: qt-openvg-4.8.4.ebuild ChangeLog
@ 2012-12-05  3:24 Ben de Groot (yngwin)
  0 siblings, 0 replies; 4+ messages in thread
From: Ben de Groot (yngwin) @ 2012-12-05  3:24 UTC (permalink / raw
  To: gentoo-commits

yngwin      12/12/05 03:24:06

  Modified:             ChangeLog
  Added:                qt-openvg-4.8.4.ebuild
  Log:
  Qt 4.8.4 version bump
  
  (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.16                 x11-libs/qt-openvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Sep 2012 04:33:57 -0000	1.15
+++ ChangeLog	5 Dec 2012 03:24:06 -0000	1.16
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/qt-openvg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.15 2012/09/16 04:33:57 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.16 2012/12/05 03:24:06 yngwin Exp $
+
+*qt-openvg-4.8.4 (05 Dec 2012)
+
+  05 Dec 2012; Ben de Groot <yngwin@gentoo.org> +qt-openvg-4.8.4.ebuild:
+  Qt 4.8.4 version bump
 
   16 Sep 2012; Ben de Groot <yngwin@gentoo.org> qt-openvg-4.8.3.ebuild:
   Add overlay changes (c++0x useflag)



1.1                  x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild

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

Index: qt-openvg-4.8.4.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-openvg/qt-openvg-4.8.4.ebuild,v 1.1 2012/12/05 03:24:06 yngwin Exp $

EAPI=4

inherit qt4-build

DESCRIPTION="The OpenVG module for the Qt toolkit"
SLOT="4"
if [[ ${QT4_BUILD_TYPE} == live ]]; then
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
IUSE="qt3support"

DEPEND="
	media-libs/mesa[egl,openvg]
	~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
	~x11-libs/qt-gui-${PV}[aqua=,debug=,egl,qt3support=]
"
RDEPEND="${DEPEND}"

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

	QT4_EXTRACT_DIRECTORIES="
		include/QtCore
		include/QtGui
		include/QtOpenVG
		src/corelib
		src/gui
		src/openvg
		src/plugins
		src/3rdparty"

	QCONFIG_ADD="openvg"
	QCONFIG_DEFINE="QT_OPENVG"

	qt4-build_pkg_setup
}

src_configure() {
	gltype="desktop"

	myconf+="
		-openvg -egl
		$(qt_use qt3support)"

	qt4-build_src_configure
}

src_install() {
	qt4-build_src_install

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





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-openvg: qt-openvg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:23 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:23 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:23:30

  Modified:             qt-openvg-4.8.4.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild

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

Index: qt-openvg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qt-openvg-4.8.4.ebuild	5 Dec 2012 03:24:06 -0000	1.1
+++ qt-openvg-4.8.4.ebuild	25 Dec 2012 09:23:30 -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-openvg/qt-openvg-4.8.4.ebuild,v 1.1 2012/12/05 03:24:06 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild,v 1.2 2012/12/25 09:23:30 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="qt3support"
 



1.17                 x11-libs/qt-openvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	5 Dec 2012 03:24:06 -0000	1.16
+++ ChangeLog	25 Dec 2012 09:23:30 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-openvg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.16 2012/12/05 03:24:06 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.17 2012/12/25 09:23:30 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild:
+  Stable for amd64, wrt bug #445956
 
 *qt-openvg-4.8.4 (05 Dec 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-openvg: qt-openvg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:38 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:38 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:38:35

  Modified:             qt-openvg-4.8.4.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.3                  x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild

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

Index: qt-openvg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qt-openvg-4.8.4.ebuild	25 Dec 2012 09:23:30 -0000	1.2
+++ qt-openvg-4.8.4.ebuild	25 Dec 2012 09:38:35 -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-openvg/qt-openvg-4.8.4.ebuild,v 1.2 2012/12/25 09:23:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild,v 1.3 2012/12/25 09:38:35 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="qt3support"
 



1.18                 x11-libs/qt-openvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	25 Dec 2012 09:23:30 -0000	1.17
+++ ChangeLog	25 Dec 2012 09:38:35 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-openvg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.17 2012/12/25 09:23:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.18 2012/12/25 09:38:35 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild:
+  Stable for ppc, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild:
   Stable for amd64, wrt bug #445956





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/qt-openvg: qt-openvg-4.8.4.ebuild ChangeLog
@ 2012-12-25  9:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-12-25  9:54 UTC (permalink / raw
  To: gentoo-commits

ago         12/12/25 09:54:53

  Modified:             qt-openvg-4.8.4.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #445956
  
  (Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)

Revision  Changes    Path
1.4                  x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild

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

Index: qt-openvg-4.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- qt-openvg-4.8.4.ebuild	25 Dec 2012 09:38:35 -0000	1.3
+++ qt-openvg-4.8.4.ebuild	25 Dec 2012 09:54:53 -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-openvg/qt-openvg-4.8.4.ebuild,v 1.3 2012/12/25 09:38:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/qt-openvg-4.8.4.ebuild,v 1.4 2012/12/25 09:54:53 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 if [[ ${QT4_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+	KEYWORDS="amd64 ~arm ~ia64 ppc ~ppc64 x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 fi
 IUSE="qt3support"
 



1.19                 x11-libs/qt-openvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	25 Dec 2012 09:38:35 -0000	1.18
+++ ChangeLog	25 Dec 2012 09:54:53 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/qt-openvg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.18 2012/12/25 09:38:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-openvg/ChangeLog,v 1.19 2012/12/25 09:54:53 ago Exp $
+
+  25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild:
+  Stable for x86, wrt bug #445956
 
   25 Dec 2012; Agostino Sarubbo <ago@gentoo.org> qt-openvg-4.8.4.ebuild:
   Stable for ppc, wrt bug #445956





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

end of thread, other threads:[~2012-12-25  9:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-25  9:54 [gentoo-commits] gentoo-x86 commit in x11-libs/qt-openvg: qt-openvg-4.8.4.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-12-25  9:38 Agostino Sarubbo (ago)
2012-12-25  9:23 Agostino Sarubbo (ago)
2012-12-05  3:24 Ben de Groot (yngwin)

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