commit: d517b966cc91d279fdfdc098bdd3dd45beef25f5
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 13:22:05 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 13:22:05 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d517b966
[dev-qt/qtlocation] Add 5.3 live branch too.
Package-Manager: portage-2.2.10
---
dev-qt/qtlocation/qtlocation-5.3.9999.ebuild | 40 ++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/dev-qt/qtlocation/qtlocation-5.3.9999.ebuild
b/dev-qt/qtlocation/qtlocation-5.3.9999.ebuild
new file mode 100644
index 0000000..ce64158
--- /dev/null
+++ b/dev-qt/qtlocation/qtlocation-5.3.9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="SVG rendering library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~amd64 ~x86"
+fi
+
+# FIXME: src/3rdparty/poly2tri doesn't respect CXX and CXXFLAGS
+# TODO: plugins (geoclue-satellite, gypsy)
+IUSE="geoclue qml"
+
+RDEPEND="
+ >=dev-qt/qtcore-${PV}:5[debug=]
+ geoclue? (
+ app-misc/geoclue:0
+ dev-libs/glib:2
+ )
+ qml? (
+ >=dev-qt/qtdeclarative-${PV}:5[debug=]
+ >=dev-qt/qtnetwork-${PV}:5[debug=]
+ )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+ qt_use_compile_test geoclue
+ qt_use_disable_mod qml quick \
+ src/src.pro
+
+ qt5-build_src_prepare
+}