diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-26 11:18:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-26 16:32:27 +0200 |
commit | aeb61e1abdbb629279cb188180567a3fb957d9e5 (patch) | |
tree | 1425b69473c31cd902abba3a496763dd2a325396 /dev-qt/qtscxml | |
parent | qt5-build.eclass: Drop pre-Qt 5.14 quirks (diff) | |
download | gentoo-aeb61e1abdbb629279cb188180567a3fb957d9e5.tar.gz gentoo-aeb61e1abdbb629279cb188180567a3fb957d9e5.tar.bz2 gentoo-aeb61e1abdbb629279cb188180567a3fb957d9e5.zip |
dev-qt: Add Qt 5.15.0 release
Package-Manager: Portage-2.3.100, 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.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index 0534e9a27d9c..5d60dede17a5 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,2 +1,3 @@ DIST qtscxml-everywhere-src-5.14.1.tar.xz 433256 BLAKE2B 539b064f74527f87bffca266c4a1d6c26b031f0370e0af2ebadad46d0335b0d341cca9398105b929effb026fb93b77f2c368f025627fb81cdbc9b08b28d4f905 SHA512 92facdc089f7d8c5521617d3080964a12df26e8b34c194be3c9307b412606548d8fda66d401fc6d93f71fed7f1bc7d075f797d4ab27de0ff603608d9b5601c25 DIST qtscxml-everywhere-src-5.14.2.tar.xz 433268 BLAKE2B 171e4f6f6a97ee673dd985b63d3ecffabda911276f4e916f4a9c63bf1fb4367972f102a1638ded3e26c5fee706ef0391d4cb6eb7aa0823b33670641a9fc2e2ac SHA512 2e1cbea7c32d93675b4a67287dd17c9ed120a6655f8f9a30edfe12a16f67b3c5ad6d0fd04c0102297693bf87e225d81e963534958c8e73622c605388c9fc8425 +DIST qtscxml-everywhere-src-5.15.0.tar.xz 433368 BLAKE2B da6582f28aa9f3b4a6f27d493e0187f0c5d0951900f756c0929e60ac907f8214c0d769f5f9e8ad03803eb171df7dd5806f18e9e0d5b47481a064a29f140157a3 SHA512 196ab4a8609695bc442a915e229183f3ece97ed03c93cdc7f93bf6c7b68ea89a8a6ad04e3e4909c9aa0780d8ebd366338ea6e8790ac4fae08806694e27c115fa diff --git a/dev-qt/qtscxml/qtscxml-5.15.0.ebuild b/dev-qt/qtscxml/qtscxml-5.15.0.ebuild new file mode 100644 index 000000000000..470c269e1553 --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.15.0.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}" |