diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-18 13:57:58 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-05-18 15:40:02 +0200 |
commit | e8719d56d82240c83b667d947ed88fc4fcfa9058 (patch) | |
tree | d37971662638d70ff932c5a5215f7a03145a854c /dev-qt/qtscxml | |
parent | dev-qt: Add Qt 5.11.0_rc2 (diff) | |
download | gentoo-e8719d56d82240c83b667d947ed88fc4fcfa9058.tar.gz gentoo-e8719d56d82240c83b667d947ed88fc4fcfa9058.tar.bz2 gentoo-e8719d56d82240c83b667d947ed88fc4fcfa9058.zip |
dev-qt: Drop Qt 5.11.0_rc (1)
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.11.0_rc.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index a7063ea9be78..7e111b088e4d 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,4 +1,3 @@ -DIST qtscxml-everywhere-src-5.11.0-rc.tar.xz 434008 BLAKE2B 12d4785d371bf96973532ec248b1570d7c1b1733907b4e89db6152997ebbfc6a641d6fc436dfadbc406dda1d7c86747b28edd3a78f7c57c8463c067b32b9d42c SHA512 8a9ec3c2c55923aae55795773f8720ea0fc9e5bf9ba5addb995f97a8f6a968cd587a9531ec2cb95ee2847716bc4c1379bbe9a772b20493d8c76c484cd0da47cf DIST qtscxml-everywhere-src-5.11.0-rc2.tar.xz 434844 BLAKE2B 694f34caa98227505842f36136932afa046d646455bbe7cea2cdf76eeb322ea6e2e9c91b7c899dac3e1f7d86ac02749a007e1ac54e190df8b11d5c26e499fa86 SHA512 5d8d57b0adfa35facda9a53039bfa4adf55a59345d1b35d04d948c91ebd95bdbeaabd88201c55cd7d0e5421cd78e4e28e7ef8eb42eeffbf5427601e251460ad2 DIST qtscxml-opensource-src-5.9.4.tar.xz 414280 BLAKE2B 6fcea56794febf65b7e21b79893e9c3a849278ad6d4ad24a8f8e272ec101fdee72fe29d21bd99b1ba4d977e52dd3acc026660ce6d5a6ecc684590a8d190615b7 SHA512 e000411b82dfef08fbd5fce601530548a9b5959a4980309434572ec3475e6bc9cdf870cb82bfd5208b533d66a7e46dddf52f5ceaedaf3f0d438c4a4c8260c9b6 DIST qtscxml-opensource-src-5.9.5.tar.xz 413984 BLAKE2B 3e39d97e162fb091643d4b8a1004946bb9a386cd41ac3ae52940c1878b165c9e4a6289f787c4dddaa0aa2d50504558d19979def12cebd57a7ba84d7378bc4bb1 SHA512 1e86f2e7da2a11c3f8d6bb838d32691b85ff0236b471b6b75b2cfc1c4576c4036d6b3f65e39aa81859f4ffbc41c67f2bab95e5ea93f7f3851bd52a9e04054261 diff --git a/dev-qt/qtscxml/qtscxml-5.11.0_rc.ebuild b/dev-qt/qtscxml/qtscxml-5.11.0_rc.ebuild deleted file mode 100644 index 59b06ef21029..000000000000 --- a/dev-qt/qtscxml/qtscxml-5.11.0_rc.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}" |