summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-01-04 12:09:50 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2024-01-05 09:33:56 +0100
commit87738b9e6c3998300169ad0bd0d8fe301fced38a (patch)
tree022d3af29779ce594aab182983e72c422c1394cf /kde-frameworks/qqc2-desktop-style
parentkde-frameworks/purpose: drop 5.112.0-r1 (diff)
downloadgentoo-87738b9e6c3998300169ad0bd0d8fe301fced38a.tar.gz
gentoo-87738b9e6c3998300169ad0bd0d8fe301fced38a.tar.bz2
gentoo-87738b9e6c3998300169ad0bd0d8fe301fced38a.zip
kde-frameworks/qqc2-desktop-style: drop 5.112.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/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index be10bc94978e..953bbe1354b2 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
-DIST qqc2-desktop-style-5.112.0.tar.xz 69444 BLAKE2B b7d1117e785b1038cc127935f6be73d1c0d4d2c64a5b1402be48298c5cb90a971d36f196d7a33c3352c3a9aec0adfdc74cc084ab6621017818bd4a8f9c6dc16d SHA512 7fe8f28a456b5ed5086d5bba598c04968d6cf89738a28f2f8feebebee0e54c9392fbb0ba00c1d6c6328e3b3c6e407c16f5756fab5c7d96a3eda37ed2859237d8
DIST qqc2-desktop-style-5.113.0.tar.xz 69468 BLAKE2B cb0c3d44dd1d0dc03c98f19ce61a73bd53b8b99cb48e7a5a2982e192d3c3a6d10aa36994209683dfc9fdb5649449845740b23a2d17c30cd4be78c0de198b4bf8 SHA512 25e2b28b0c507a27787a4c46d79ee629cadda2c9e78ce9c2714b2411e9513a08bfbb8047d4adfaa255ae59d1bbd4a56f5d03b210a6107de3f5eb3f9f89dc85ca
DIST qqc2-desktop-style-5.247.0.tar.xz 77776 BLAKE2B a9f87dcdc2ec8b3bfb9507e10de0d5388b1024f3acdf0243bd512ecf100e251111489d570efa799ea605595485b6061fb987dd020ac8ff286196296428fb424c SHA512 d06620503610ee46869092672a1f0f041f69973a43701bdf6484b49e236ed6c16be8034bfe3d51b99339740b186fba525148b58f9632a94ee78d4ccbb0a7ed07
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild
deleted file mode 100644
index b628a1e7cc37..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.112.0.ebuild
+++ /dev/null
@@ -1,31 +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/qtdbus-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5=
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- =kde-frameworks/kconfig-${PVCUT}*: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
-"