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/qtscxml/
Date: Sat,  9 Jul 2016 13:09:11 +0000 (UTC)	[thread overview]
Message-ID: <1468069609.1eceeba8f2532355c093a13b4abc41a331d5fbce.pesa@gentoo> (raw)

commit:     1eceeba8f2532355c093a13b4abc41a331d5fbce
Author:     Thomas Brethome <thomas.brethome <AT> c-s <DOT> fr>
AuthorDate: Wed Jul  6 12:00:30 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Sat Jul  9 13:06:49 2016 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=1eceeba8

dev-qt/qtscxml: new package (tech preview)

Package-Manager: portage-2.3.0

 dev-qt/qtscxml/Manifest                |  1 +
 dev-qt/qtscxml/metadata.xml            | 17 +++++++++++++++++
 dev-qt/qtscxml/qtscxml-5.7.0.ebuild    | 20 ++++++++++++++++++++
 dev-qt/qtscxml/qtscxml-5.7.9999.ebuild | 20 ++++++++++++++++++++
 dev-qt/qtscxml/qtscxml-5.9999.ebuild   | 20 ++++++++++++++++++++
 5 files changed, 78 insertions(+)

diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
new file mode 100644
index 0000000..5243e3d
--- /dev/null
+++ b/dev-qt/qtscxml/Manifest
@@ -0,0 +1 @@
+DIST qtscxml-opensource-src-5.7.0.tar.xz 346120 SHA256 370b13d76c9a2ddf05336e797edf7f54d41db6063e3b921e0825dd6dd26c51f1 SHA512 08429391ecca88910d8b4982e28d049066d73d5c7db03b125f32b060194168795c92f7a04516ca969383f1ee381cf9de655eca34494d283b9bbbcefdb7391305 WHIRLPOOL bd3ce464b2f80774ccd508058fb3bf01c25099e63e36a05fb45a50bbed1b24ca66d53d5e53a46a8b9521a6d7d30f4ed251a60983b9347b7906e0ead90e62364b

diff --git a/dev-qt/qtscxml/metadata.xml b/dev-qt/qtscxml/metadata.xml
new file mode 100644
index 0000000..08d85fc
--- /dev/null
+++ b/dev-qt/qtscxml/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/qtscxml/qtscxml-5.7.0.ebuild b/dev-qt/qtscxml/qtscxml-5.7.0.ebuild
new file mode 100644
index 0000000..ee21ba4
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.7.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild
new file mode 100644
index 0000000..ee21ba4
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscxml/qtscxml-5.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.9999.ebuild
new file mode 100644
index 0000000..ee21ba4
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit qt5-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64 ~x86"
+fi
+
+IUSE=""
+
+DEPEND="
+	~dev-qt/qtcore-${PV}
+	~dev-qt/qtdeclarative-${PV}
+"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2016-07-09 13:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-09 13:09 Davide Pesavento [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-20 12:36 [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/ Andreas Sturmlechner
2021-12-24 23:18 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2022-03-17 20:42 Andreas Sturmlechner
2022-05-14 21:14 Andreas Sturmlechner
2023-05-06 13:59 Jimi Huotari
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=1468069609.1eceeba8f2532355c093a13b4abc41a331d5fbce.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