diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-20 20:35:02 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-20 20:35:02 +0200 |
commit | 74f9320a877a8e04bd88427e9ec5fe1724ed2206 (patch) | |
tree | 087fd0c899d76eb6aa2b4cf75d515006e078d0a9 /dev-qt/qtscxml | |
parent | dev-qt: Drop Qt 5.14 stable branch (diff) | |
download | qt-74f9320a877a8e04bd88427e9ec5fe1724ed2206.tar.gz qt-74f9320a877a8e04bd88427e9ec5fe1724ed2206.tar.bz2 qt-74f9320a877a8e04bd88427e9ec5fe1724ed2206.zip |
dev-qt: Add Qt 5.15.0_beta4
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.15.0_beta4.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index eefa7c05..8c5ef4c5 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1 +1,2 @@ DIST qtscxml-everywhere-src-5.15.0-beta3.tar.xz 432508 BLAKE2B cba1ad3d07993468f9ba8e03229baf043302ac66bcdaf01c06940c9a1ac8dc0237a22f5e5556dd62b540dece9dcbf057f993b4a4d29ce383924ab2ef95253228 SHA512 7c16599e1d90f96ae8c0e35ce4b48f757ddbc02bb78a961ca478e204a7c37b722212ee0e127b3d4ab34340b1314cac84ff904ccc37d1f0c478032eb5d3bb88cd +DIST qtscxml-everywhere-src-5.15.0-beta4.tar.xz 432516 BLAKE2B cd0b363c1f0aac62a740ed56939b73961f4fcc1728c9ec54fc1a3de515a6d89e1ed6dce4a57a181919be47fac26918ae6f1532fc94ecfc44bf6c202e709d67fd SHA512 8082488f4d571b53b23d95bc74612f682236fd64d2894bce5f37280fd8d293664787d1a2fa25d55a54544b02660b979584c2564d264349485dcc175980047f6c diff --git a/dev-qt/qtscxml/qtscxml-5.15.0_beta4.ebuild b/dev-qt/qtscxml/qtscxml-5.15.0_beta4.ebuild new file mode 100644 index 00000000..470c269e --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.15.0_beta4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=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" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} + ~dev-qt/qtdeclarative-${PV} +" +RDEPEND="${DEPEND}" |