From: "Davide Pesavento" <pesa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtquickcontrols2/
Date: Thu, 7 Jul 2016 17:09:50 +0000 (UTC) [thread overview]
Message-ID: <1467911180.b6c8e5da014b6e56d2e28b21e2ba73401f3961ca.pesa@gentoo> (raw)
commit: b6c8e5da014b6e56d2e28b21e2ba73401f3961ca
Author: Thomas Brethome <thomas.brethome <AT> c-s <DOT> fr>
AuthorDate: Wed Jul 6 11:52:01 2016 +0000
Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 17:06:20 2016 +0000
URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=b6c8e5da
dev-qt/qtquickcontrols2: new package
Package-Manager: portage-2.3.0
dev-qt/qtquickcontrols2/Manifest | 1 +
dev-qt/qtquickcontrols2/metadata.xml | 17 +++++++++++++++++
.../qtquickcontrols2/qtquickcontrols2-5.7.0.ebuild | 22 ++++++++++++++++++++++
.../qtquickcontrols2-5.7.9999.ebuild | 22 ++++++++++++++++++++++
.../qtquickcontrols2-5.9999.ebuild | 22 ++++++++++++++++++++++
5 files changed, 84 insertions(+)
diff --git a/dev-qt/qtquickcontrols2/Manifest b/dev-qt/qtquickcontrols2/Manifest
new file mode 100644
index 0000000..e2079b4
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/Manifest
@@ -0,0 +1 @@
+DIST qtquickcontrols2-opensource-src-5.7.0.tar.xz 2234092 SHA256 63f5b0777992c32bd602b88de657e202cd6d5e8ba0371c6d5da16fb8c7481045 SHA512 7d20824c463a8c1c3ab60a8efeae65c3372b8115098873284ce6ca0ec30554ec3de6ae6dbc8024177716278c4295206e7c0d8486cd16551424346f94c27bfdac WHIRLPOOL d05b5cfc1381b50ea0dcfb0660670d12eda731073e73b9566b48e15f93bc4443d50a98849c82fcd47b179fed755e08b8a413e864711990fba55f3f2f57e10bae
diff --git a/dev-qt/qtquickcontrols2/metadata.xml b/dev-qt/qtquickcontrols2/metadata.xml
new file mode 100644
index 0000000..08d85fc
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>qt@gentoo.org</email>
+ <name>Gentoo Qt Project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://bugreports.qt.io/</bugs-to>
+ <doc>http://doc.qt.io/</doc>
+ </upstream>
+ <slots>
+ <subslots>
+ Must only be used by packages that are known to use private parts of the Qt API.
+ </subslots>
+ </slots>
+</pkgmetadata>
diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.7.0.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.7.0.ebuild
new file mode 100644
index 0000000..f2bf742
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.7.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdeclarative-${PV}
+ ~dev-qt/qtgraphicaleffects-${PV}
+ ~dev-qt/qtgui-${PV}
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.7.9999.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.7.9999.ebuild
new file mode 100644
index 0000000..f2bf742
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.7.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdeclarative-${PV}
+ ~dev-qt/qtgraphicaleffects-${PV}
+ ~dev-qt/qtgui-${PV}
+"
+RDEPEND="${DEPEND}"
diff --git a/dev-qt/qtquickcontrols2/qtquickcontrols2-5.9999.ebuild b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.9999.ebuild
new file mode 100644
index 0000000..f2bf742
--- /dev/null
+++ b/dev-qt/qtquickcontrols2/qtquickcontrols2-5.9999.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="Set of next generation Qt Quick controls for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdeclarative-${PV}
+ ~dev-qt/qtgraphicaleffects-${PV}
+ ~dev-qt/qtgui-${PV}
+"
+RDEPEND="${DEPEND}"
next reply other threads:[~2016-07-07 17:10 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-07 17:09 Davide Pesavento [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-08 5:44 [gentoo-commits] proj/qt:master commit in: dev-qt/qtquickcontrols2/ Michael Palimaka
2017-07-23 5:35 Michael Palimaka
2017-07-23 5:35 Michael Palimaka
2018-03-10 0:43 Michael Palimaka
2020-01-26 10:51 Andreas Sturmlechner
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=1467911180.b6c8e5da014b6e56d2e28b21e2ba73401f3961ca.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