Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtpositioning/
Date: Sun, 28 Sep 2014 01:09:13
Message-Id: 1411866536.78f0f20b3c14dc6731e1b314332ca30edf5b916d.pesa@gentoo
1 commit: 78f0f20b3c14dc6731e1b314332ca30edf5b916d
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 28 01:08:56 2014 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 28 01:08:56 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=78f0f20b
7
8 [dev-qt/qtpositioning] 5.3.2 in tree.
9
10 Package-Manager: portage-2.2.14_rc1
11
12 ---
13 dev-qt/qtpositioning/Manifest | 1 -
14 dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild | 40 -------------------------
15 2 files changed, 41 deletions(-)
16
17 diff --git a/dev-qt/qtpositioning/Manifest b/dev-qt/qtpositioning/Manifest
18 index 5f3e883..588942b 100644
19 --- a/dev-qt/qtpositioning/Manifest
20 +++ b/dev-qt/qtpositioning/Manifest
21 @@ -1,2 +1 @@
22 -DIST qtlocation-opensource-src-5.3.2.tar.xz 3304556 SHA256 37b4072b531c35389b3acbbbd7259ab6ce4106177b96d67bfe5d3236139814d7 SHA512 b253d35955f6f9288fe1430000698dfeda23f1c15e972b66cf5f456bb20e513738cdc044c473023438f27e053a2b602cb47903ca4a1c7fb5ca42be2d24a1acbc WHIRLPOOL d83f68ebcf0082056b4b8fa1c5d0396a4788a849622d0e610287f5f743ae98e7841034e789f34025bf1f1dc20bd7047b2571f292dafa24066758e34d493016d0
23 DIST qtlocation-opensource-src-5.4.0-alpha.tar.xz 3297476 SHA256 5eff0876623068ae1f9913b8fcc9d674090635cffad9e8d0b4c7e9ceec690270 SHA512 ab881e339bb777c2c31b35d33a30fb68ff6ad7aa72d76a4d3ec14b1b7951a4b0d5353e6653c6fbbe1033f60bad9aa201e7a4820bff3ee0ae5f1f6373e4e8ef73 WHIRLPOOL b531474a56aaab5cdf124c1c8bf9ec439670281995b84d2b714cfff5c11b080d92c4dbb3a793c98499da0bdf24ebe7c2c0156c9118d43d8c6e905669607e2807
24
25 diff --git a/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild b/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild
26 deleted file mode 100644
27 index 79bc51f..0000000
28 --- a/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild
29 +++ /dev/null
30 @@ -1,40 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Header: $
34 -
35 -EAPI=5
36 -
37 -QT5_MODULE="qtlocation"
38 -
39 -inherit qt5-build
40 -
41 -DESCRIPTION="Physical position determination library for the Qt5 framework"
42 -
43 -if [[ ${QT5_BUILD_TYPE} == live ]]; then
44 - KEYWORDS=""
45 -else
46 - KEYWORDS="~amd64 ~x86"
47 -fi
48 -
49 -# TODO: src/plugins/position/gypsy
50 -IUSE="geoclue qml"
51 -
52 -RDEPEND="
53 - >=dev-qt/qtcore-${PV}:5[debug=]
54 - geoclue? (
55 - app-misc/geoclue:0
56 - dev-libs/glib:2
57 - )
58 - qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
59 -"
60 -DEPEND="${RDEPEND}"
61 -
62 -QT5_TARGET_SUBDIRS=(
63 - src/positioning
64 - src/plugins/position/positionpoll
65 -)
66 -
67 -pkg_setup() {
68 - use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
69 - use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
70 -}