public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
@ 2012-09-20 10:52 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-09-20 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     f51be32aa32c1bce965da5487b6e90e1f8a1539f
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 20 10:52:02 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Sep 20 10:52:02 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=f51be32a

[x11-libs/qt-opengl] Add virtual/glu see bugs #432516, #435108.

(Portage version: 2.2.0_alpha129/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild    |    1 +
 x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild |    1 +
 x11-libs/qt-opengl/qt-opengl-5.9999.ebuild      |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
index e6acd91..d054136 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
@@ -16,6 +16,7 @@ fi
 IUSE="egl qt3support"
 
 DEPEND="
+	virtual/glu
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
 	~x11-libs/qt-gui-${PV}[aqua=,debug=,egl=,qt3support=]

diff --git a/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild b/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild
index 87e63b3..78e2c2c 100644
--- a/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild
@@ -17,6 +17,7 @@ fi
 IUSE="egl"
 
 DEPEND="
+	virtual/glu
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[debug=]
 	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]

diff --git a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
index 87e63b3..78e2c2c 100644
--- a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
@@ -17,6 +17,7 @@ fi
 IUSE="egl"
 
 DEPEND="
+	virtual/glu
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[debug=]
 	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
@ 2013-02-22  8:54 Davide Pesavento
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento @ 2013-02-22  8:54 UTC (permalink / raw
  To: gentoo-commits

commit:     70788ccfc1673767203c9da008b44509b74c6aae
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Fri Feb 22 08:54:33 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Fri Feb 22 08:54:33 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=70788ccf

[x11-libs/qt-opengl:5] Remove seemingly useless 'egl' flag.

Package-Manager: portage-2.2.0_alpha163

---
 x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild |    6 ++----
 x11-libs/qt-opengl/qt-opengl-5.9999.ebuild   |    6 ++----
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild
index 5df1fdd..2c78c19 100644
--- a/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-5.0.9999.ebuild
@@ -14,14 +14,13 @@ else
 	KEYWORDS="~amd64"
 fi
 
-IUSE="egl"
+IUSE=""
 
 DEPEND="
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[debug=]
-	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]
+	~x11-libs/qt-gui-${PV}[debug=,opengl]
 	~x11-libs/qt-widgets-${PV}[debug=]
-	egl? ( media-libs/mesa[egl] )
 "
 RDEPEND="${DEPEND}"
 
@@ -31,7 +30,6 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		$(qt_use egl)
 		-opengl
 	)
 	qt5-build_src_configure

diff --git a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
index 5df1fdd..2c78c19 100644
--- a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
@@ -14,14 +14,13 @@ else
 	KEYWORDS="~amd64"
 fi
 
-IUSE="egl"
+IUSE=""
 
 DEPEND="
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[debug=]
-	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]
+	~x11-libs/qt-gui-${PV}[debug=,opengl]
 	~x11-libs/qt-widgets-${PV}[debug=]
-	egl? ( media-libs/mesa[egl] )
 "
 RDEPEND="${DEPEND}"
 
@@ -31,7 +30,6 @@ QT5_TARGET_SUBDIRS=(
 
 src_configure() {
 	local myconf=(
-		$(qt_use egl)
 		-opengl
 	)
 	qt5-build_src_configure


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
@ 2012-09-21  6:53 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2012-09-21  6:53 UTC (permalink / raw
  To: gentoo-commits

commit:     ca0ba83f18506de0a251ff6fcbbd042ff631a844
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 21 06:53:39 2012 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Sep 21 06:53:39 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=ca0ba83f

Revert "[x11-libs/qt-opengl] Add virtual/glu see bugs #432516, #435108."

This reverts commit f51be32aa32c1bce965da5487b6e90e1f8a1539f.

---
 x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild    |    1 -
 x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild |    1 -
 x11-libs/qt-opengl/qt-opengl-5.9999.ebuild      |    1 -
 3 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
index d054136..e6acd91 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
@@ -16,7 +16,6 @@ fi
 IUSE="egl qt3support"
 
 DEPEND="
-	virtual/glu
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[aqua=,debug=,qt3support=]
 	~x11-libs/qt-gui-${PV}[aqua=,debug=,egl=,qt3support=]

diff --git a/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild b/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild
index 78e2c2c..87e63b3 100644
--- a/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-5.0.0_beta1.ebuild
@@ -17,7 +17,6 @@ fi
 IUSE="egl"
 
 DEPEND="
-	virtual/glu
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[debug=]
 	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]

diff --git a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
index 78e2c2c..87e63b3 100644
--- a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
@@ -17,7 +17,6 @@ fi
 IUSE="egl"
 
 DEPEND="
-	virtual/glu
 	virtual/opengl
 	~x11-libs/qt-core-${PV}[debug=]
 	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]


^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
@ 2012-07-03 23:03 Davide Pesavento
  0 siblings, 0 replies; 6+ messages in thread
From: Davide Pesavento @ 2012-07-03 23:03 UTC (permalink / raw
  To: gentoo-commits

commit:     2a70c03aae951253bcdd43b8d8958ec5b1c51c74
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Jul  3 22:59:37 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jul  3 22:59:37 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=2a70c03a

[x11-libs/qt-opengl] QtOpenGL live ebuild for Qt5.

(Portage version: 2.2.0_alpha115/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-opengl/metadata.xml            |    3 +-
 x11-libs/qt-opengl/qt-opengl-5.9999.ebuild |   40 ++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 1 deletions(-)

diff --git a/x11-libs/qt-opengl/metadata.xml b/x11-libs/qt-opengl/metadata.xml
index 6fb8805..ef885f9 100644
--- a/x11-libs/qt-opengl/metadata.xml
+++ b/x11-libs/qt-opengl/metadata.xml
@@ -1,9 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>qt</herd> 
+	<herd>qt</herd>
 	<use>
 		<flag name="c++0x">Build Qt using the C++11 standard</flag>
+		<flag name="c++11">Build Qt using the C++11 standard</flag>
 		<flag name="egl">Use EGL instead of default GLX to manage OpenGL
 			contexts on the desktop</flag>
 		<flag name="exceptions">Add support for exceptions - like catching them

diff --git a/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
new file mode 100644
index 0000000..d22c8b6
--- /dev/null
+++ b/x11-libs/qt-opengl/qt-opengl-5.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="egl"
+
+DEPEND="
+	virtual/opengl
+	~x11-libs/qt-core-${PV}[debug=]
+	~x11-libs/qt-gui-${PV}[debug=,egl=,opengl]
+	~x11-libs/qt-widgets-${PV}[debug=]
+	egl? ( media-libs/mesa[egl] )
+"
+RDEPEND="${DEPEND}"
+
+QT5_TARGET_SUBDIRS=(
+	src/opengl
+)
+
+src_configure() {
+	local myconf=(
+		-accessibility
+		$(qt_use egl)
+		-opengl
+		-no-eglfs -no-directfb
+	)
+	qt5-build_src_configure
+}



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
@ 2012-03-17 16:04 Michael Palimaka
  0 siblings, 0 replies; 6+ messages in thread
From: Michael Palimaka @ 2012-03-17 16:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8ae82652f9a6b7bcbf44324cbbe47df6593401e9
Author:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Sat Mar 17 16:03:36 2012 +0000
Commit:     Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Sat Mar 17 16:03:36 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=8ae82652

[x11-libs/qt-opengl] Sync metadata from portage, fix whitespace, update copyright year.

(Portage version: 2.1.10.49/git/Linux x86_64, unsigned Manifest commit)

---
 x11-libs/qt-opengl/metadata.xml              |   19 ++++++++++---------
 x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild |    6 +++---
 x11-libs/qt-opengl/qt-opengl-4.9999.ebuild   |    6 +++---
 3 files changed, 16 insertions(+), 15 deletions(-)

diff --git a/x11-libs/qt-opengl/metadata.xml b/x11-libs/qt-opengl/metadata.xml
index 881a4d7..78a8bc0 100644
--- a/x11-libs/qt-opengl/metadata.xml
+++ b/x11-libs/qt-opengl/metadata.xml
@@ -1,13 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <herd>qt</herd>
-  <use>
-    <flag name='egl'>Use EGL instead of default GLX to manage OpenGL
-      contexts on the desktop</flag>
-    <flag name='exceptions'>Build with support for exceptions</flag>
-    <flag name='qt3support'>Enable the Qt3Support libraries for Qt4</flag>
-    <flag name='stable-branch'>Use the stable git branch - it is slightly
-      behind master but guaranteed by Nokia to compile</flag>
-  </use>
+	<herd>qt</herd> 
+	<use>
+		<flag name='egl'>Use EGL instead of default GLX to manage OpenGL
+	      contexts on the desktop</flag>
+		<flag name='exceptions'>Add support for exceptions - like catching them
+			inside the event loop (recommended by Nokia)</flag>
+		<flag name='qt3support'>Enable the Qt3Support libraries for Qt4</flag>
+		<flag name='c++0x'>Build Qt using the C++11 standard</flag>
+		<flag name='qpa'>Build a window system agnostic implementation of Qt</flag>
+	</use>
 </pkgmetadata>

diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
index b40d39b..a87661a 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="4"
 if [[ ${PV} == 4*9999 ]]; then
-    QT_ECLASS="-edge"
+	QT_ECLASS="-edge"
 fi
 inherit qt4-build${QT_ECLASS}
 
@@ -59,7 +59,7 @@ src_install() {
 	qt4-build${QT_ECLASS}_src_install
 
 	#touch the available graphics systems
-	mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || 
+	mkdir -p "${ED}/usr/share/qt4/graphicssystems/" ||
 		die "could not create ${ED}/usr/share/qt4/graphicssystems/"
 	echo "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" ||
 		die "could not create ${ED}/usr/share/qt4/graphicssystems/opengl"

diff --git a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
index b40d39b..a87661a 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI="4"
 if [[ ${PV} == 4*9999 ]]; then
-    QT_ECLASS="-edge"
+	QT_ECLASS="-edge"
 fi
 inherit qt4-build${QT_ECLASS}
 
@@ -59,7 +59,7 @@ src_install() {
 	qt4-build${QT_ECLASS}_src_install
 
 	#touch the available graphics systems
-	mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || 
+	mkdir -p "${ED}/usr/share/qt4/graphicssystems/" ||
 		die "could not create ${ED}/usr/share/qt4/graphicssystems/"
 	echo "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" ||
 		die "could not create ${ED}/usr/share/qt4/graphicssystems/opengl"



^ permalink raw reply related	[flat|nested] 6+ messages in thread
* [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/
@ 2012-03-03  9:33 Markos Chandras
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras @ 2012-03-03  9:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cf46f75466e7c28ad8c30153a6b9f3036f777ee4
Author:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  3 09:24:08 2012 +0000
Commit:     Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sat Mar  3 09:24:08 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=cf46f754

x11-libs/qt-opengl: Sync with portage ebuild

---
 x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild |   19 +++++++++++--------
 x11-libs/qt-opengl/qt-opengl-4.9999.ebuild   |   19 +++++++++++--------
 2 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
index 3e02154..b40d39b 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.8.9999.ebuild
@@ -3,7 +3,10 @@
 # $Header: $
 
 EAPI="4"
-inherit qt4-build-edge
+if [[ ${PV} == 4*9999 ]]; then
+    QT_ECLASS="-edge"
+fi
+inherit qt4-build${QT_ECLASS}
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
@@ -38,7 +41,7 @@ pkg_setup() {
 
 	QCONFIG_ADD="opengl"
 	QCONFIG_DEFINE="QT_OPENGL $(use egl && echo QT_EGL)"
-	qt4-build-edge_pkg_setup
+	qt4-build${QT_ECLASS}_pkg_setup
 }
 
 src_configure() {
@@ -46,18 +49,18 @@ src_configure() {
 		$(qt_use qt3support)
 		$(qt_use egl)"
 
-	qt4-build-edge_src_configure
+	qt4-build${QT_ECLASS}_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-edge_src_install
+	qt4-build${QT_ECLASS}_src_install
 
 	#touch the available graphics systems
-	mkdir -p "${D}/usr/share/qt4/graphicssystems/" || 
-		die "could not create ${D}/usr/share/qt4/graphicssystems/"
-	echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" ||
-		die "could not create ${D}/usr/share/qt4/graphicssystems/opengl"
+	mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || 
+		die "could not create ${ED}/usr/share/qt4/graphicssystems/"
+	echo "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" ||
+		die "could not create ${ED}/usr/share/qt4/graphicssystems/opengl"
 }

diff --git a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
index 3e02154..b40d39b 100644
--- a/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
+++ b/x11-libs/qt-opengl/qt-opengl-4.9999.ebuild
@@ -3,7 +3,10 @@
 # $Header: $
 
 EAPI="4"
-inherit qt4-build-edge
+if [[ ${PV} == 4*9999 ]]; then
+    QT_ECLASS="-edge"
+fi
+inherit qt4-build${QT_ECLASS}
 
 DESCRIPTION="The OpenGL module for the Qt toolkit"
 SLOT="4"
@@ -38,7 +41,7 @@ pkg_setup() {
 
 	QCONFIG_ADD="opengl"
 	QCONFIG_DEFINE="QT_OPENGL $(use egl && echo QT_EGL)"
-	qt4-build-edge_pkg_setup
+	qt4-build${QT_ECLASS}_pkg_setup
 }
 
 src_configure() {
@@ -46,18 +49,18 @@ src_configure() {
 		$(qt_use qt3support)
 		$(qt_use egl)"
 
-	qt4-build-edge_src_configure
+	qt4-build${QT_ECLASS}_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-edge_src_install
+	qt4-build${QT_ECLASS}_src_install
 
 	#touch the available graphics systems
-	mkdir -p "${D}/usr/share/qt4/graphicssystems/" || 
-		die "could not create ${D}/usr/share/qt4/graphicssystems/"
-	echo "experimental" > "${D}/usr/share/qt4/graphicssystems/opengl" ||
-		die "could not create ${D}/usr/share/qt4/graphicssystems/opengl"
+	mkdir -p "${ED}/usr/share/qt4/graphicssystems/" || 
+		die "could not create ${ED}/usr/share/qt4/graphicssystems/"
+	echo "experimental" > "${ED}/usr/share/qt4/graphicssystems/opengl" ||
+		die "could not create ${ED}/usr/share/qt4/graphicssystems/opengl"
 }



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

end of thread, other threads:[~2013-02-22  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-20 10:52 [gentoo-commits] proj/qt:master commit in: x11-libs/qt-opengl/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2013-02-22  8:54 Davide Pesavento
2012-09-21  6:53 Johannes Huber
2012-07-03 23:03 Davide Pesavento
2012-03-17 16:04 Michael Palimaka
2012-03-03  9:33 Markos Chandras

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