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

Reply via email to