* [gentoo-commits] proj/qt:master commit in: x11-libs/qt3d/, sets/
@ 2012-07-24 20:15 Davide Pesavento
0 siblings, 0 replies; only message in thread
From: Davide Pesavento @ 2012-07-24 20:15 UTC (permalink / raw
To: gentoo-commits
commit: 53d7e86d936a7c56d143c9a8e97e34e1d6300aee
Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Jul 24 19:46:58 2012 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 19:46:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=53d7e86d
[x11-libs/qt3d] WIP live ebuild for Qt5's Qt3D module.
---
sets/qt5-essentials | 2 +-
x11-libs/qt3d/metadata.xml | 10 ++++++++++
x11-libs/qt3d/qt3d-5.9999.ebuild | 25 +++++++++++++++++++++++++
3 files changed, 36 insertions(+), 1 deletions(-)
diff --git a/sets/qt5-essentials b/sets/qt5-essentials
index 30ae9ca..4f30455 100644
--- a/sets/qt5-essentials
+++ b/sets/qt5-essentials
@@ -1,7 +1,7 @@
# set for Qt5 Essentials modules
# http://qt-project.org/wiki/Qt-Essentials-Modules
-#x11-libs/qt-3d:5
+x11-libs/qt3d:5
x11-libs/qt-core:5
x11-libs/qt-declarative:5
x11-libs/qt-gui:5
diff --git a/x11-libs/qt3d/metadata.xml b/x11-libs/qt3d/metadata.xml
new file mode 100644
index 0000000..5a014c9
--- /dev/null
+++ b/x11-libs/qt3d/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>qt</herd>
+ <use></use>
+ <upstream>
+ <bugs-to>https://bugreports.qt-project.org/</bugs-to>
+ <doc>http://qt-project.org/doc/</doc>
+ </upstream>
+</pkgmetadata>
diff --git a/x11-libs/qt3d/qt3d-5.9999.ebuild b/x11-libs/qt3d/qt3d-5.9999.ebuild
new file mode 100644
index 0000000..cf60722
--- /dev/null
+++ b/x11-libs/qt3d/qt3d-5.9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-module
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64"
+fi
+
+# TODO: egl, qml, tools
+IUSE=""
+
+DEPEND="
+ ~x11-libs/qt-core-${PV}[debug=]
+ ~x11-libs/qt-gui-${PV}[debug=]
+ ~x11-libs/qt-network-${PV}[debug=]
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-24 20:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-24 20:15 [gentoo-commits] proj/qt:master commit in: x11-libs/qt3d/, sets/ Davide Pesavento
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox