summaryrefslogtreecommitdiff
path: root/dev-qt
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-05-14 12:05:20 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-05-14 12:05:20 +0100
commitaf363caeaf47be875aefe597424cc75ef5776e14 (patch)
treef8ad03b45f72670d403afe01924d8c647368719f /dev-qt
parent8fe23bce3f5bd62e7ce8c0dcd9e53df768c8dba6 (diff)
dev-qt/qtscxml : import from gentoo tree, make it use our eclass, increase revision to beat gentoo
Diffstat (limited to 'dev-qt')
-rw-r--r--dev-qt/qtscxml/Manifest1
-rw-r--r--dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild19
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
new file mode 100644
index 00000000..73e2a90f
--- /dev/null
+++ b/dev-qt/qtscxml/Manifest
@@ -0,0 +1 @@
+DIST qtscxml-opensource-src-5.9.5.tar.xz 413984 BLAKE2B 3e39d97e162fb091643d4b8a1004946bb9a386cd41ac3ae52940c1878b165c9e4a6289f787c4dddaa0aa2d50504558d19979def12cebd57a7ba84d7378bc4bb1 SHA512 1e86f2e7da2a11c3f8d6bb838d32691b85ff0236b471b6b75b2cfc1c4576c4036d6b3f65e39aa81859f4ffbc41c67f2bab95e5ea93f7f3851bd52a9e04054261
diff --git a/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild b/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild
new file mode 100644
index 00000000..f0ea7c25
--- /dev/null
+++ b/dev-qt/qtscxml/qtscxml-5.9.5-r1000.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit qt5-build-r10000
+
+DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
+
+if [[ ${QT5_BUILD_TYPE} == release ]]; then
+ KEYWORDS="amd64"
+fi
+
+IUSE=""
+
+DEPEND="
+ ~dev-qt/qtcore-${PV}
+ ~dev-qt/qtdeclarative-${PV}
+"
+RDEPEND="${DEPEND}"