From 3af4117d918c855770200a2940b144809b14aa4c Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 26 Jun 2018 15:10:58 +0200 Subject: dev-qt: Add Qt 5.11.1 (masked) Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-qt/qtscxml/Manifest | 1 + dev-qt/qtscxml/qtscxml-5.11.1.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 dev-qt/qtscxml/qtscxml-5.11.1.ebuild (limited to 'dev-qt/qtscxml') diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index 754b89ec621..aedf4df988c 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,3 +1,4 @@ DIST qtscxml-everywhere-src-5.11.0-rc2.tar.xz 434844 BLAKE2B 694f34caa98227505842f36136932afa046d646455bbe7cea2cdf76eeb322ea6e2e9c91b7c899dac3e1f7d86ac02749a007e1ac54e190df8b11d5c26e499fa86 SHA512 5d8d57b0adfa35facda9a53039bfa4adf55a59345d1b35d04d948c91ebd95bdbeaabd88201c55cd7d0e5421cd78e4e28e7ef8eb42eeffbf5427601e251460ad2 +DIST qtscxml-everywhere-src-5.11.1.tar.xz 436148 BLAKE2B d26d8e54bc89685110168043ec876fa8bb34c0c23ed31c625d26f71e82283716ed70e3fd71ad02233bd69546ace02cb87549ef3270e3bd43c0758db480db3639 SHA512 d64dba323b009525078e999e0972fd09a16bb806980411ce7cc452aee0951632ee440f71c2b5124cfd6ed5020aa869d8490017aaba374a8d4b83f43c1f0b0689 DIST qtscxml-opensource-src-5.9.4.tar.xz 414280 BLAKE2B 6fcea56794febf65b7e21b79893e9c3a849278ad6d4ad24a8f8e272ec101fdee72fe29d21bd99b1ba4d977e52dd3acc026660ce6d5a6ecc684590a8d190615b7 SHA512 e000411b82dfef08fbd5fce601530548a9b5959a4980309434572ec3475e6bc9cdf870cb82bfd5208b533d66a7e46dddf52f5ceaedaf3f0d438c4a4c8260c9b6 DIST qtscxml-opensource-src-5.9.6.tar.xz 414120 BLAKE2B 90458c151e42308d660556871ab4ce4972a2d620d9785d2f39b2c913d0fa35522be5fcc459838f42c93b6ad6d76a0022b85cd3cf367fcdb77004f199091e0d4d SHA512 d649a43b5d9b753c431120972be93a190583315045d724ea5149ba93a73aa65724eef8a8b0d33f48a543418e045961e91af1d068774a923469f871ed3a97d4fe diff --git a/dev-qt/qtscxml/qtscxml-5.11.1.ebuild b/dev-qt/qtscxml/qtscxml-5.11.1.ebuild new file mode 100644 index 00000000000..59b06ef2102 --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.11.1.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 + +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}" -- cgit v1.2.1