From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9F1E138E74 for ; Sun, 28 Sep 2014 01:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABC9AE08D1; Sun, 28 Sep 2014 01:09:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B985E08CD for ; Sun, 28 Sep 2014 01:09:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C32F340421 for ; Sun, 28 Sep 2014 01:09:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 715A06736 for ; Sun, 28 Sep 2014 01:09:08 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1411866536.78f0f20b3c14dc6731e1b314332ca30edf5b916d.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtpositioning/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtpositioning/Manifest dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild X-VCS-Directories: dev-qt/qtpositioning/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: 78f0f20b3c14dc6731e1b314332ca30edf5b916d X-VCS-Branch: master Date: Sun, 28 Sep 2014 01:09:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 707e449b-677d-4fc0-9ff2-494a849b162d X-Archives-Hash: 83235f4e8ec22cbbbe53b544b4cd915e commit: 78f0f20b3c14dc6731e1b314332ca30edf5b916d Author: Davide Pesavento gentoo org> AuthorDate: Sun Sep 28 01:08:56 2014 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Sep 28 01:08:56 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=78f0f20b [dev-qt/qtpositioning] 5.3.2 in tree. Package-Manager: portage-2.2.14_rc1 --- dev-qt/qtpositioning/Manifest | 1 - dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild | 40 ------------------------- 2 files changed, 41 deletions(-) diff --git a/dev-qt/qtpositioning/Manifest b/dev-qt/qtpositioning/Manifest index 5f3e883..588942b 100644 --- a/dev-qt/qtpositioning/Manifest +++ b/dev-qt/qtpositioning/Manifest @@ -1,2 +1 @@ -DIST qtlocation-opensource-src-5.3.2.tar.xz 3304556 SHA256 37b4072b531c35389b3acbbbd7259ab6ce4106177b96d67bfe5d3236139814d7 SHA512 b253d35955f6f9288fe1430000698dfeda23f1c15e972b66cf5f456bb20e513738cdc044c473023438f27e053a2b602cb47903ca4a1c7fb5ca42be2d24a1acbc WHIRLPOOL d83f68ebcf0082056b4b8fa1c5d0396a4788a849622d0e610287f5f743ae98e7841034e789f34025bf1f1dc20bd7047b2571f292dafa24066758e34d493016d0 DIST qtlocation-opensource-src-5.4.0-alpha.tar.xz 3297476 SHA256 5eff0876623068ae1f9913b8fcc9d674090635cffad9e8d0b4c7e9ceec690270 SHA512 ab881e339bb777c2c31b35d33a30fb68ff6ad7aa72d76a4d3ec14b1b7951a4b0d5353e6653c6fbbe1033f60bad9aa201e7a4820bff3ee0ae5f1f6373e4e8ef73 WHIRLPOOL b531474a56aaab5cdf124c1c8bf9ec439670281995b84d2b714cfff5c11b080d92c4dbb3a793c98499da0bdf24ebe7c2c0156c9118d43d8c6e905669607e2807 diff --git a/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild b/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild deleted file mode 100644 index 79bc51f..0000000 --- a/dev-qt/qtpositioning/qtpositioning-5.3.2.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -QT5_MODULE="qtlocation" - -inherit qt5-build - -DESCRIPTION="Physical position determination library for the Qt5 framework" - -if [[ ${QT5_BUILD_TYPE} == live ]]; then - KEYWORDS="" -else - KEYWORDS="~amd64 ~x86" -fi - -# TODO: src/plugins/position/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=] ) -" -DEPEND="${RDEPEND}" - -QT5_TARGET_SUBDIRS=( - src/positioning - src/plugins/position/positionpoll -) - -pkg_setup() { - use geoclue && QT5_TARGET_SUBDIRS+=(src/plugins/position/geoclue) - use qml && QT5_TARGET_SUBDIRS+=(src/imports/positioning) -}