public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtsensors/
Date: Thu, 18 Sep 2014 13:32:04 +0000 (UTC)	[thread overview]
Message-ID: <1411047113.d4ab0ad3dbca5c47f7e09052fc77644118b7c161.kensington@gentoo> (raw)

commit:     d4ab0ad3dbca5c47f7e09052fc77644118b7c161
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 18 13:31:53 2014 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Sep 18 13:31:53 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=d4ab0ad3

[dev-qt/qtsensors] New package.

Package-Manager: portage-2.2.10

---
 dev-qt/qtsensors/Manifest                     |  2 ++
 dev-qt/qtsensors/metadata.xml                 | 12 +++++++++++
 dev-qt/qtsensors/qtsensors-5.3.2.ebuild       | 30 +++++++++++++++++++++++++++
 dev-qt/qtsensors/qtsensors-5.3.9999.ebuild    | 30 +++++++++++++++++++++++++++
 dev-qt/qtsensors/qtsensors-5.4.0_alpha.ebuild | 30 +++++++++++++++++++++++++++
 dev-qt/qtsensors/qtsensors-5.4.9999.ebuild    | 30 +++++++++++++++++++++++++++
 dev-qt/qtsensors/qtsensors-5.9999.ebuild      | 30 +++++++++++++++++++++++++++
 7 files changed, 164 insertions(+)

diff --git a/dev-qt/qtsensors/Manifest b/dev-qt/qtsensors/Manifest
new file mode 100644
index 0000000..ba18422
--- /dev/null
+++ b/dev-qt/qtsensors/Manifest
@@ -0,0 +1,2 @@
+DIST qtsensors-opensource-src-5.3.2.tar.xz 2099272 SHA256 f9359dc42fbd7105eec7a1fb866e90aa772fd694075e5a5691d1a31d08953ae4 SHA512 194d456b83e6fbea8f24a393342f92aec0dbc2ed570d43aa10ef751633d73c361deaf8c9d69eb4808444a60e313b5e464665acfcdec0933d04a3b0b72d873fe0 WHIRLPOOL 99e0ac99531aaa050b50ab933aae4defb117dac8e81f48596158bfa21c6a6ac9bd8b24a70b2a87effda999337d0bc91c3779ea2987eb5b3d88b4c96a380a0265
+DIST qtsensors-opensource-src-5.4.0-alpha.tar.xz 2096340 SHA256 e6cc633af6780e98628184a788d11acabf0db76ea4e71f601afbb71cda8a3dff SHA512 1b675d85fb21625e3c7dca944ea42e0cf3b2694a88afb5b61185f2ad44976bc026f396bc214cbf960e0ea133768dc7c2625fe7cbf7df3fec834bf7375820b395 WHIRLPOOL 559b3f84324d2f764613285a6019c5faa3740720d9bfad63b61a586ef7070ecbf562d56ab8ad87d6b55c636dc7074e04a38c9c6b99b2d707dc700ab2162ce429

diff --git a/dev-qt/qtsensors/metadata.xml b/dev-qt/qtsensors/metadata.xml
new file mode 100644
index 0000000..b223515
--- /dev/null
+++ b/dev-qt/qtsensors/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>qt</herd>
+	<use>
+		<flag name="qml">Build QML bindings</flag>
+	</use>
+	<upstream>
+		<bugs-to>https://bugreports.qt-project.org/</bugs-to>
+		<doc>http://qt-project.org/doc/</doc>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-qt/qtsensors/qtsensors-5.3.2.ebuild b/dev-qt/qtsensors/qtsensors-5.3.2.ebuild
new file mode 100644
index 0000000..dc8dfa7
--- /dev/null
+++ b/dev-qt/qtsensors/qtsensors-5.3.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Hardware sensor access library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtsensors/qtsensors-5.3.9999.ebuild b/dev-qt/qtsensors/qtsensors-5.3.9999.ebuild
new file mode 100644
index 0000000..dc8dfa7
--- /dev/null
+++ b/dev-qt/qtsensors/qtsensors-5.3.9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Hardware sensor access library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtsensors/qtsensors-5.4.0_alpha.ebuild b/dev-qt/qtsensors/qtsensors-5.4.0_alpha.ebuild
new file mode 100644
index 0000000..dc8dfa7
--- /dev/null
+++ b/dev-qt/qtsensors/qtsensors-5.4.0_alpha.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Hardware sensor access library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtsensors/qtsensors-5.4.9999.ebuild b/dev-qt/qtsensors/qtsensors-5.4.9999.ebuild
new file mode 100644
index 0000000..dc8dfa7
--- /dev/null
+++ b/dev-qt/qtsensors/qtsensors-5.4.9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Hardware sensor access library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt5-build_src_prepare
+}

diff --git a/dev-qt/qtsensors/qtsensors-5.9999.ebuild b/dev-qt/qtsensors/qtsensors-5.9999.ebuild
new file mode 100644
index 0000000..dc8dfa7
--- /dev/null
+++ b/dev-qt/qtsensors/qtsensors-5.9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="Hardware sensor access library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+IUSE="qml"
+
+RDEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	qml? ( >=dev-qt/qtdeclarative-${PV}:5[debug=] )
+"
+DEPEND="${RDEPEND}"
+
+src_prepare() {
+	qt_use_disable_mod qml quick \
+		src/src.pro
+
+	qt5-build_src_prepare
+}


             reply	other threads:[~2014-09-18 13:32 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-18 13:32 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-09-26 23:56 [gentoo-commits] proj/qt:master commit in: dev-qt/qtsensors/ Davide Pesavento
2014-09-28  1:09 Davide Pesavento
2017-07-23  6:03 Michael Palimaka
2017-07-23  6:03 Michael Palimaka
2021-08-20 12:36 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2022-05-14 21:14 Andreas Sturmlechner
2022-09-08  9:29 Andreas Sturmlechner
2023-12-30 14:03 Andreas Sturmlechner

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=1411047113.d4ab0ad3dbca5c47f7e09052fc77644118b7c161.kensington@gentoo \
    --to=kensington@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