commit: 8a3b0e22255b424846c30b66b61d54c69f9f6445 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Fri Dec 18 17:50:17 2015 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Fri Dec 18 17:50:17 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8a3b0e22
dev-qt/qtlocation: new ebuild for the 5.6 branch It seems that Qt Location will be an officially supported module in 5.6 Package-Manager: portage-2.2.26 dev-qt/qtlocation/qtlocation-5.6.9999.ebuild | 30 ++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/dev-qt/qtlocation/qtlocation-5.6.9999.ebuild b/dev-qt/qtlocation/qtlocation-5.6.9999.ebuild new file mode 100644 index 0000000..2bfcaeb --- /dev/null +++ b/dev-qt/qtlocation/qtlocation-5.6.9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit qt5-build + +DESCRIPTION="The Location module for the Qt5 framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} + ~dev-qt/qtgui-${PV} + ~dev-qt/qtnetwork-${PV} + ~dev-qt/qtpositioning-${PV} +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/3rdparty + src/location + src/imports/location + src/plugins/geoservices +)