diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-30 22:06:48 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-05-30 22:46:00 +0200 |
commit | bc400dc11d5dae40db820619210e49adff1f4306 (patch) | |
tree | 4016548f3cf8d7a762fe6ea81051ccb9102298f9 /dev-qt/qtscxml | |
parent | dev-util/clair: remove old (diff) | |
download | gentoo-bc400dc11d5dae40db820619210e49adff1f4306.tar.gz gentoo-bc400dc11d5dae40db820619210e49adff1f4306.tar.bz2 gentoo-bc400dc11d5dae40db820619210e49adff1f4306.zip |
dev-qt: Drop Qt 5.14.1 and vulnerable dev-qt/qtgui
Bug: https://bugs.gentoo.org/719732
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.14.1.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest index 5d60dede17a5..c344779050ff 100644 --- a/dev-qt/qtscxml/Manifest +++ b/dev-qt/qtscxml/Manifest @@ -1,3 +1,2 @@ -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.14.1.ebuild b/dev-qt/qtscxml/qtscxml-5.14.1.ebuild deleted file mode 100644 index f85c0919e340..000000000000 --- a/dev-qt/qtscxml/qtscxml-5.14.1.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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}" |