public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2016-07-09 13:09 Davide Pesavento
  0 siblings, 0 replies; 8+ messages in thread
From: Davide Pesavento @ 2016-07-09 13:09 UTC (permalink / raw
  To: gentoo-commits

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}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2021-08-20 12:36 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2021-08-20 12:36 UTC (permalink / raw
  To: gentoo-commits

commit:     87f7cb427a0c6e665e76d1703cfd962e49de151f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 18:38:03 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 20 12:34:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=87f7cb42

dev-qt/qtscxml: EAPI-8 bump

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtscxml/qtscxml-5.15.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.9999.ebuild
index bb13d999..423a23ee 100644
--- a/dev-qt/qtscxml/qtscxml-5.15.9999.ebuild
+++ b/dev-qt/qtscxml/qtscxml-5.15.9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qt5-build
 


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2021-12-24 23:18 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2021-12-24 23:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d8fdf4e0cc512415cb06c6096aafd731a366ecc1
Author:     Yongxiang Liang <tanekliang <AT> gmail <DOT> com>
AuthorDate: Tue Oct 26 21:47:06 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec 24 23:15:21 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d8fdf4e0

dev-qt/qtscxml: keyword ~riscv

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yongxiang Liang <tanekliang <AT> gmail.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild
index e6f02d10..d6f48dfb 100644
--- a/dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild
+++ b/dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm64 ~x86"
+	KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2022-03-04  9:51 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-03-04  9:51 UTC (permalink / raw
  To: gentoo-commits

commit:     da43ab98dba93bde01582de62082a4563bd4baa8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  4 09:39:40 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar  4 09:39:40 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=da43ab98

dev-qt/qtscxml: Rebased to 5.15.3 branch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtscxml/{qtscxml-5.15.2.9999.ebuild => qtscxml-5.15.3.9999.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild
similarity index 100%
rename from dev-qt/qtscxml/qtscxml-5.15.2.9999.ebuild
rename to dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2022-03-17 20:42 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-03-17 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     600dc0e75a2b08cfbc4542d6eff8ad4eef4b6a5d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 25 18:53:20 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 20:41:04 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=600dc0e7

dev-qt/qtscxml: Keyword 5.15.2-r1 arm, #833799

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild
index d6f48dfb..0c8a34ae 100644
--- a/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild
+++ b/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ inherit qt5-build
 DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 fi
 
 IUSE=""


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2022-05-14 21:14 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-05-14 21:14 UTC (permalink / raw
  To: gentoo-commits

commit:     04b5469858caba8dac4a506423e8ac4ef2d75ef9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 14 21:08:25 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat May 14 21:14:16 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=04b54698

dev-qt/qtscxml: Rebased to 5.15.4 branch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtscxml/{qtscxml-5.15.3.9999.ebuild => qtscxml-5.15.4.9999.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.4.9999.ebuild
similarity index 100%
rename from dev-qt/qtscxml/qtscxml-5.15.3.9999.ebuild
rename to dev-qt/qtscxml/qtscxml-5.15.4.9999.ebuild


^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2023-05-06 13:59 Jimi Huotari
  0 siblings, 0 replies; 8+ messages in thread
From: Jimi Huotari @ 2023-05-06 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4cccb2d6490f2030c3fb9a02c5d2cce166104c4a
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Sat May  6 13:36:48 2023 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Sat May  6 13:59:03 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=4cccb2d6

dev-qt/qtscxml: add 6.5.9999, 6.9999

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 dev-qt/qtscxml/qtscxml-6.5.9999.ebuild | 20 ++++++++++++++++++++
 dev-qt/qtscxml/qtscxml-6.9999.ebuild   | 20 ++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-qt/qtscxml/qtscxml-6.5.9999.ebuild b/dev-qt/qtscxml/qtscxml-6.5.9999.ebuild
new file mode 100644
index 00000000..5286e793
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-6.5.9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	=dev-qt/qtbase-${PV}*
+	=dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscxml/qtscxml-6.9999.ebuild b/dev-qt/qtscxml/qtscxml-6.9999.ebuild
new file mode 100644
index 00000000..5286e793
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-6.9999.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit qt6-build
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt6 framework"
+
+if [[ ${QT6_BUILD_TYPE} == release ]]; then
+	KEYWORDS="~amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+	=dev-qt/qtbase-${PV}*
+	=dev-qt/qtdeclarative-${PV}*
+"
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
@ 2023-12-30 14:03 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2023-12-30 14:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d4471226d6aa29040c2ffa3b1c4254d669c9a9f8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 30 14:02:51 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 30 14:02:51 2023 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=d4471226

dev-qt/qtscxml: Rebased to 5.15.12 branch

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../qtscxml/{qtscxml-5.15.11.9999.ebuild => qtscxml-5.15.12.9999.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/dev-qt/qtscxml/qtscxml-5.15.11.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.15.12.9999.ebuild
similarity index 100%
rename from dev-qt/qtscxml/qtscxml-5.15.11.9999.ebuild
rename to dev-qt/qtscxml/qtscxml-5.15.12.9999.ebuild


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-12-30 14:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-06 13:59 [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/ Jimi Huotari
  -- strict thread matches above, loose matches on Subject: below --
2023-12-30 14:03 Andreas Sturmlechner
2022-05-14 21:14 Andreas Sturmlechner
2022-03-17 20:42 Andreas Sturmlechner
2022-03-04  9:51 Andreas Sturmlechner
2021-12-24 23:18 Andreas Sturmlechner
2021-08-20 12:36 Andreas Sturmlechner
2016-07-09 13:09 Davide Pesavento

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox