diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 04:35:41 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-09-08 09:21:01 +0200 |
commit | dbd129895852cbeabe59b156a29f1f1d6d0eea2c (patch) | |
tree | 979bf372c1cbe62de4544a4159a0907a3ed6fd56 /dev-qt/qtscxml | |
parent | dev-ruby/ruby-beautify: document ruby25 status (diff) | |
download | gentoo-dbd129895852cbeabe59b156a29f1f1d6d0eea2c.tar.gz gentoo-dbd129895852cbeabe59b156a29f1f1d6d0eea2c.tar.bz2 gentoo-dbd129895852cbeabe59b156a29f1f1d6d0eea2c.zip |
dev-qt: Drop Qt 5.9.4
Closes: https://bugs.gentoo.org/609752
Closes: https://bugs.gentoo.org/652508
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r-- | dev-qt/qtscxml/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qtscxml/qtscxml-5.9.4.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index fee12fe61f95..8fa3c2f04c20 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,3 +1,2 @@ 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.9.4.ebuild b/dev-qt/qtscxml/qtscxml-5.9.4.ebuild deleted file mode 100644 index ca4f733913f9..000000000000 --- a/dev-qt/qtscxml/qtscxml-5.9.4.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}" |