diff options
author | 2024-08-09 22:37:23 +0200 | |
---|---|---|
committer | 2024-08-10 09:56:44 +0200 | |
commit | 8769836cb738ca1c80ad29fa770faddcfda0d7ad (patch) | |
tree | 57209168036043610b2fdb430442a9945481872e /kde-frameworks | |
parent | kde-frameworks/purpose: drop 6.4.0 (diff) | |
download | gentoo-8769836cb738ca1c80ad29fa770faddcfda0d7ad.tar.gz gentoo-8769836cb738ca1c80ad29fa770faddcfda0d7ad.tar.bz2 gentoo-8769836cb738ca1c80ad29fa770faddcfda0d7ad.zip |
kde-frameworks/qqc2-desktop-style: drop 6.4.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks')
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest index 63c61d95b15f..520be98ce68c 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1,3 +1,2 @@ DIST qqc2-desktop-style-5.116.1.tar.xz 73068 BLAKE2B 713b863a08785f8d8a3509aad938818881e71bc2b966d10d823a805733bf2a5382337b7966a5c11c005ddf99a5e9ef377d59658568fc8cdcbdd1c35be41e1b09 SHA512 80520c19717f9150b6b0e91f45e65ef967f7fbadaff5b1f6bdab526822706a361e0094ded93826ea9fb2dc3028f8cd076e03b2067dbfc1d43ff764bc5ae5facb -DIST qqc2-desktop-style-6.4.0.tar.xz 86876 BLAKE2B de103f2b8bb67403bc59e6a6137901fc01a888837c5d8801e3c903c968f970558cf39325005c4edc4d7e931f1ea4986a2c8be6b309e169a6e247c9d65fba3e39 SHA512 bc8404948c4e79781f7cb6fedb99580c8254ccc3ff246b927eda1c88d3b4ec31bbb15ff661811232ad76513f208e83f9ff7a9d6b5b3d8c2f8bc97dd4c4c49e59 DIST qqc2-desktop-style-6.5.0.tar.xz 87208 BLAKE2B f95f2e7798dbd7a0940eabfca75388c52f7c20d061e0a064a566c7cd7b001dc90f94ed03e8e69b3b170fdaedbe636a45559c902ae9978d08e921c7ed71a83979 SHA512 f0a278a9550eb222fc5fc099d71fd28e70e016987bea773b87bd9b2b3f47cd9b8ed5890225b956bb603019ec2dc07831f5c13e11e04aa5b6eea4426be37452f4 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild deleted file mode 100644 index 052306a8ad15..000000000000 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-6.4.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=6.6.2 -inherit ecm frameworks.kde.org - -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting" - -LICENSE="|| ( GPL-2+ LGPL-3+ )" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" -IUSE="" - -# Qt_6_PRIVATE_API matches org.kde.desktop.so, see also: -# https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/379 -DEPEND=" - >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets] - >=dev-qt/qtdeclarative-${QTMIN}:6= - =kde-frameworks/kcolorscheme-${PVCUT}*:6 - =kde-frameworks/kconfig-${PVCUT}*:6 - =kde-frameworks/kiconthemes-${PVCUT}*:6 - =kde-frameworks/kirigami-${PVCUT}*:6 - =kde-frameworks/sonnet-${PVCUT}*:6[qml] -" -RDEPEND="${DEPEND} - >=dev-qt/qt5compat-${QTMIN}:6 -" -BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]" - -CMAKE_SKIP_TESTS=( - # bug 926509 - animationspeedmodifiertest -) |