diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-08 17:38:56 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-07-08 18:04:12 +0200 |
commit | 2a463a7787a8c01118a73f19bb8514555b0321b0 (patch) | |
tree | d877bb675a6f57c593557674e9574289f4e0e56b /kde-frameworks/qqc2-desktop-style | |
parent | kde-frameworks/purpose: drop 5.107.0 (diff) | |
download | gentoo-2a463a7787a8c01118a73f19bb8514555b0321b0.tar.gz gentoo-2a463a7787a8c01118a73f19bb8514555b0321b0.tar.bz2 gentoo-2a463a7787a8c01118a73f19bb8514555b0321b0.zip |
kde-frameworks/qqc2-desktop-style: drop 5.107.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.107.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 ee4b12d1463e..aa2dbd9b3136 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1,3 +1,2 @@ DIST qqc2-desktop-style-5.106.0.tar.xz 69436 BLAKE2B b3334b5b252557ec8faf31dd56e8bb393f2543526746d0eb89866348aeabe4500307c9525532a954a3ecdf92b61aecc468c3d70d8f28d6a76049e0b84cae1a22 SHA512 094177670b0e38a4a6e02307826d2d8980d04e92df5136f69d1b396f71f32e219c545b308d7266b38821b7e834029cbdc69898f003a686bf88125b3499996a28 -DIST qqc2-desktop-style-5.107.0.tar.xz 69424 BLAKE2B e6a2ebd28bdb6412fccfc473a6cfc7bd8b47ba26323e24eb73ce953ae1bd2f89116463e04b0ffecc702fc8f2d5ef2f4250e29df8e9b70b2c3eb0398cc2ae6eb8 SHA512 5700a0d16a21b13f0985edb40be72e7915d458d1bb423afd83637ffb216f17a9dc5e4acc3fc628c34e48d3bde7dbd72c06065d31ddd5893aedd9d0f45eb77539 DIST qqc2-desktop-style-5.108.0.tar.xz 69424 BLAKE2B f210009b88974d73e0e0375ba11d7f076a70ccaeba59421751ce7cc02f0e6021800b571afe4ceb683a7580f2bea1c1dc097e08033d45423b697c021ad7d70ee5 SHA512 10fedd3392369e695e0e904105a638045b61cdcc2d7f53f5e7e6e4818bb994e6b1b5ada497604b6b5f92f2832c882b9869a7a1d9c806cce87e34d18bc3414e7b diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild deleted file mode 100644 index d09d20349eae..000000000000 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.107.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 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.9 -inherit ecm frameworks.kde.org - -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting" - -LICENSE="|| ( GPL-2+ LGPL-3+ )" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~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 -" |