public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-location/, sets/
Date: Tue, 24 Jul 2012 20:15:37 +0000 (UTC)	[thread overview]
Message-ID: <1343160894.4840351292895daf6e15fa9947a4e83005bfc5ce.pesa@gentoo> (raw)

commit:     4840351292895daf6e15fa9947a4e83005bfc5ce
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Jul 24 20:14:54 2012 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 20:14:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=48403512

[x11-libs/qt-location] WIP live ebuild for Qt5's QtLocation module.

---
 sets/qt5-essentials                            |    2 +-
 x11-libs/qt-location/metadata.xml              |   10 ++++++++
 x11-libs/qt-location/qt-location-5.9999.ebuild |   27 ++++++++++++++++++++++++
 3 files changed, 38 insertions(+), 1 deletions(-)

diff --git a/sets/qt5-essentials b/sets/qt5-essentials
index 4f30455..b7b8896 100644
--- a/sets/qt5-essentials
+++ b/sets/qt5-essentials
@@ -6,7 +6,7 @@ x11-libs/qt-core:5
 x11-libs/qt-declarative:5
 x11-libs/qt-gui:5
 x11-libs/qt-jsbackend:5
-#x11-libs/qt-location:5
+x11-libs/qt-location:5
 #x11-libs/qt-multimedia:5
 x11-libs/qt-network:5
 x11-libs/qt-sql:5

diff --git a/x11-libs/qt-location/metadata.xml b/x11-libs/qt-location/metadata.xml
new file mode 100644
index 0000000..5a014c9
--- /dev/null
+++ b/x11-libs/qt-location/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>qt</herd>
+	<use></use>
+	<upstream>
+		<bugs-to>https://bugreports.qt-project.org/</bugs-to>
+		<doc>http://qt-project.org/doc/</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/x11-libs/qt-location/qt-location-5.9999.ebuild b/x11-libs/qt-location/qt-location-5.9999.ebuild
new file mode 100644
index 0000000..1ec23d0
--- /dev/null
+++ b/x11-libs/qt-location/qt-location-5.9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+inherit qt5-module
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+# FIXME: src/3rdparty/poly2tri doesn't respect CXX and CXXFLAGS
+# TODO: plugins (qt-jsondb, geoclue, gypsy), qml
+IUSE=""
+
+DEPEND="
+	~x11-libs/qt-core-${PV}[debug=]
+	~x11-libs/qt-gui-${PV}[debug=]
+	~x11-libs/qt-network-${PV}[debug=]
+	~x11-libs/qt3d-${PV}[debug=]
+"
+RDEPEND="${DEPEND}"


                 reply	other threads:[~2012-07-24 20:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1343160894.4840351292895daf6e15fa9947a4e83005bfc5ce.pesa@gentoo \
    --to=pesa@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox