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: dev-qt/qtquickcontrols/
Date: Tue, 22 Oct 2013 13:17:49 +0000 (UTC)	[thread overview]
Message-ID: <1382447836.50feceb285730a4e13e7979dac5085001d67583f.pesa@gentoo> (raw)

commit:     50feceb285730a4e13e7979dac5085001d67583f
Author:     Davide Pesavento <davidepesa <AT> gmail <DOT> com>
AuthorDate: Tue Oct 22 13:17:16 2013 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Oct 22 13:17:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=50feceb2

[dev-qt/qtquickcontrols:5] New ebuilds for QtQuick Controls module.

Initial ebuild by Wilfried Holzke in bug 488166.

Package-Manager: portage-2.2.7

---
 dev-qt/qtquickcontrols/Manifest                    |  1 +
 dev-qt/qtquickcontrols/metadata.xml                |  9 ++++++++
 .../qtquickcontrols/qtquickcontrols-5.1.1.ebuild   | 26 ++++++++++++++++++++++
 .../qtquickcontrols-5.2.9999.ebuild                | 26 ++++++++++++++++++++++
 .../qtquickcontrols/qtquickcontrols-5.9999.ebuild  | 26 ++++++++++++++++++++++
 5 files changed, 88 insertions(+)

diff --git a/dev-qt/qtquickcontrols/Manifest b/dev-qt/qtquickcontrols/Manifest
new file mode 100644
index 0000000..0580c83
--- /dev/null
+++ b/dev-qt/qtquickcontrols/Manifest
@@ -0,0 +1 @@
+DIST qtquickcontrols-opensource-src-5.1.1.tar.xz 549880 SHA256 52fe58cb83f7b76d46abd12485713a7bd62a3b2739a7271098e0a1ea25d9fec3 SHA512 d5afe06465606a65a012b003055a2566b16caa77328f77c4ce5b713d94dde04744093ef8894cc0c58741320427815abcebed7d7694f3ff8cbcfe64d99de25261 WHIRLPOOL 101e61a8b4ef59e839bdc6ddb7f8537198db14065ebbc5bb3e1ad3fe3587e63151b2cca3415f353fcb83076428b4690d952b5376815fb9e9b1c667642f3c5c1d

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

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.1.1.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.1.1.ebuild
new file mode 100644
index 0000000..4b3ed71
--- /dev/null
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.1.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+# FIXME: widgets is automagic in src/private/private.pri
+
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtdeclarative-${PV}:5[debug=]
+	>=dev-qt/qtgui-${PV}:5[debug=]
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.2.9999.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.2.9999.ebuild
new file mode 100644
index 0000000..4b3ed71
--- /dev/null
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.2.9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+# FIXME: widgets is automagic in src/private/private.pri
+
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtdeclarative-${PV}:5[debug=]
+	>=dev-qt/qtgui-${PV}:5[debug=]
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.9999.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.9999.ebuild
new file mode 100644
index 0000000..4b3ed71
--- /dev/null
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit qt5-build
+
+DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
+
+if [[ ${QT5_BUILD_TYPE} == live ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+
+# FIXME: widgets is automagic in src/private/private.pri
+
+IUSE=""
+
+DEPEND="
+	>=dev-qt/qtcore-${PV}:5[debug=]
+	>=dev-qt/qtdeclarative-${PV}:5[debug=]
+	>=dev-qt/qtgui-${PV}:5[debug=]
+"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2013-10-22 13:17 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22 13:17 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-05-15 18:27 [gentoo-commits] proj/qt:master commit in: dev-qt/qtquickcontrols/ Michael Palimaka
2014-05-15 18:27 Michael Palimaka
2014-05-16 15:10 Michael Palimaka
2015-08-22  2:17 Davide Pesavento
2019-01-07 19:46 Davide Pesavento
2019-02-28 14:19 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=1382447836.50feceb285730a4e13e7979dac5085001d67583f.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