diff options
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.7.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index 4ad445edf809..d87fcdff8ebb 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-opensource-src-5.7.1.tar.xz 346948 BLAKE2B 58dde6373c5901abcc73906085ab7896e6717094dcf2dc6d1aff0770a5f2a64b9bc4c21abcaf0531ef16a2576d188222a174c39759027d4ffb7eacb5440aa3dc SHA512 f5e2d6882a36dc08470502ede82862f4cd95f21b5b354e20ef5a2f9b458dbfdd35c1629a89217606aea5aead1d76d03c80e76387e1ee202bf73fe5c2022f1bb7 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.7.1.ebuild b/dev-qt/qtscxml/qtscxml-5.7.1.ebuild deleted file mode 100644 index dc5f1c74ae20..000000000000 --- a/dev-qt/qtscxml/qtscxml-5.7.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2017 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}" |