diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-05-14 13:16:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-05-14 13:31:51 +0200 |
commit | 107c77c3095b6805d03cfb783caf29d3432635af (patch) | |
tree | 1a12d2c6d561ae7e85905de03cc55a5968dbf48e /kde-frameworks/qqc2-desktop-style | |
parent | kde-frameworks/prison: drop 5.93.0* (diff) | |
download | gentoo-107c77c3095b6805d03cfb783caf29d3432635af.tar.gz gentoo-107c77c3095b6805d03cfb783caf29d3432635af.tar.bz2 gentoo-107c77c3095b6805d03cfb783caf29d3432635af.zip |
kde-frameworks/qqc2-desktop-style: drop 5.93.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/qqc2-desktop-style')
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.93.0.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest index 6ee99e1394dd..0a0a9e8f3afb 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1,3 +1,2 @@ DIST qqc2-desktop-style-5.92.0.tar.xz 65396 BLAKE2B 1cf4e6d27c7db8f518f5c9e46f77373a72b30a3060bac3e46d94473bcf6c6fa17c26a90d9589550bee2974b3c541963ed614a6422690b32d97a80b7dbfbc5434 SHA512 698675c526f8c1174c617045113c613a1eb4684db30bf6d88600b9863273c814c4ebe0bcf45b60f24023d7b3d8ef59dab4ab1b704add55131431cc3e701b3549 -DIST qqc2-desktop-style-5.93.0.tar.xz 65480 BLAKE2B 49a1323afa420ddf1ad144d19b81c8dd6a099a6c8c4b01cd0e89f3f2011df3443287c236bfec71359fc78566082200c8141c5feb5fd3c2d034a53714fef1b4a0 SHA512 07adbf3824bffa1887897bb9c59bd7e5e8732bc5a96986eb219305cacbb4d863c6c74cab9eb434eef4fd2f4eb9d8d6396ff5142cc6e8678f976eee6e52011e28 DIST qqc2-desktop-style-5.94.0.tar.xz 65616 BLAKE2B 911244cc69eee30fe25298cd74bdbc772630e33119d5e22ca65418b384822d8c5622e9ab1e6dfb3cec64657528b4a8a4ec98fafcb43aca85282132872d7e81ce SHA512 8f68423603d7de0a286dbf78441b077fc48197d9bc6863e7b13be358f68697f1ad95559e0e0705edb034c54df75ff74ca41f5b2fe70ba94e55e7c30b13c6989f diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.93.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.93.0.ebuild deleted file mode 100644 index 6b92d3a6fc3c..000000000000 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.93.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting" - -LICENSE="|| ( GPL-2+ LGPL-3+ )" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5= - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kirigami-${PVCUT}*:5 - =kde-frameworks/sonnet-${PVCUT}*:5[qml] -" -RDEPEND="${DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -" |