Gentoo Archives: gentoo-commits

From: "Davide Pesavento (pesa)" <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-qt/qtpositioning: qtpositioning-5.3.2.ebuild metadata.xml Manifest ChangeLog
Date: Sun, 28 Sep 2014 00:38:54
Message-Id: 20140928003849.2B19E671D@oystercatcher.gentoo.org
1 pesa 14/09/28 00:38:49
2
3 Added: qtpositioning-5.3.2.ebuild metadata.xml Manifest
4 ChangeLog
5 Log:
6 Import from qt overlay.
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)
9
10 Revision Changes Path
11 1.1 dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild?rev=1.1&content-type=text/plain
15
16 Index: qtpositioning-5.3.2.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild,v 1.1 2014/09/28 00:38:49 pesa Exp $
21
22 EAPI=5
23
24 QT5_MODULE="qtlocation"
25
26 inherit qt5-build
27
28 DESCRIPTION="Physical position determination library for the Qt5 framework"
29
30 if [[ ${QT5_BUILD_TYPE} == live ]]; then
31 KEYWORDS=""
32 else
33 KEYWORDS="~amd64 ~x86"
34 fi
35
36 # TODO: src/plugins/position/gypsy
37 IUSE="geoclue qml"
38
39 RDEPEND="
40 >=dev-qt/qtcore-${PV}:5[debug=]
41 geoclue? (
42 app-misc/geoclue:0
43 dev-libs/glib:2
44 )
45 qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
46 "
47 DEPEND="${RDEPEND}"
48
49 QT5_TARGET_SUBDIRS=(
50 src/positioning
51 src/plugins/position/positionpoll
52 )
53
54 pkg_setup() {
55 use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue)
56 use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning)
57 }
58
59
60
61 1.1 dev-qt/qtpositioning/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <herd>qt</herd>
72 <use>
73 <flag name="geoclue">Use enhanced location information from <pkg>app-misc/geoclue</pkg></flag>
74 <flag name="qml">Build QML bindings</flag>
75 </use>
76 <upstream>
77 <bugs-to>https://bugreports.qt-project.org/</bugs-to>
78 <doc>http://qt-project.org/doc/</doc>
79 </upstream>
80 </pkgmetadata>
81
82
83
84 1.1 dev-qt/qtpositioning/Manifest
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/Manifest?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/Manifest?rev=1.1&content-type=text/plain
88
89 Index: Manifest
90 ===================================================================
91 DIST qtlocation-opensource-src-5.3.2.tar.xz 3304556 SHA256 37b4072b531c35389b3acbbbd7259ab6ce4106177b96d67bfe5d3236139814d7 SHA512 b253d35955f6f9288fe1430000698dfeda23f1c15e972b66cf5f456bb20e513738cdc044c473023438f27e053a2b602cb47903ca4a1c7fb5ca42be2d24a1acbc WHIRLPOOL d83f68ebcf0082056b4b8fa1c5d0396a4788a849622d0e610287f5f743ae98e7841034e789f34025bf1f1dc20bd7047b2571f292dafa24066758e34d493016d0
92 EBUILD qtpositioning-5.3.2.ebuild 778 SHA256 47fabbc5ae55c7c7ae129f3afad30b18a6a8ffa6626b6eca865f461b3dd10d0f SHA512 69d115cbb45cd4a0d25505a4ebc1e1f6f5880a274a0e329374de08056f2132ef236844181ca2124ff92216cda9f6f46f5756801f3076760cb7de278c0c717a24 WHIRLPOOL 9747fbfc848aa05687cb2a536cd03b367668badc4120e4bc903a3e3263da2f7bfdf9dde46871c0460344cb1fb428e698e32c78b406cdb735ab357409dc49be3c
93 MISC metadata.xml 434 SHA256 03c9f002515e1ed7ce636319ad9c67e2e9ddb473dc2b07b9a510a5fde461f782 SHA512 86975de13f91c226c267009e1e2181bf7d72b606195764765d33a3e6e5bd87eac010dbb24e22ac2feb712073482ca2112d44206543f24c8c92027c5e9ea0bf05 WHIRLPOOL ac14a9ce6fd0c8af6cfc5fce33f96955f125b622ed5abe4ac0789f777a2377519f1d629dabb083ce76b3244c134be49027ddece8eec8d7bb4803079ee612aaa4
94
95
96
97 1.1 dev-qt/qtpositioning/ChangeLog
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/ChangeLog?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtpositioning/ChangeLog?rev=1.1&content-type=text/plain
101
102 Index: ChangeLog
103 ===================================================================
104 # ChangeLog for dev-qt/qtpositioning
105 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
106 # $Header: /var/cvsroot/gentoo-x86/dev-qt/qtpositioning/ChangeLog,v 1.1 2014/09/28 00:38:49 pesa Exp $
107
108 *qtpositioning-5.3.2 (28 Sep 2014)
109
110 28 Sep 2014; Davide Pesavento <pesa@g.o> +metadata.xml,
111 +qtpositioning-5.3.2.ebuild:
112 Import from qt overlay.