diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-24 13:47:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-28 10:45:18 +0100 |
commit | fd6f052892df483fb309a7d9d98b45976c1f7677 (patch) | |
tree | 8c31d7e1ff9eafad866a57fbc4f34d8a7016db40 /kde-frameworks | |
parent | kde-frameworks/purpose: drop 5.110.0-r1 (diff) | |
download | gentoo-fd6f052892df483fb309a7d9d98b45976c1f7677.tar.gz gentoo-fd6f052892df483fb309a7d9d98b45976c1f7677.tar.bz2 gentoo-fd6f052892df483fb309a7d9d98b45976c1f7677.zip |
kde-frameworks/qqc2-desktop-style: drop 5.110.0-r1
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-5.110.0-r1.ebuild | 31 |
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest index 4bcea222ad99..c570d99cdbc7 100644 --- a/kde-frameworks/qqc2-desktop-style/Manifest +++ b/kde-frameworks/qqc2-desktop-style/Manifest @@ -1,2 +1 @@ -DIST qqc2-desktop-style-5.110.0.tar.xz 69460 BLAKE2B 8e92ca71f2705be7e56f167c3bd7b0cd554076c8744166886f1a4e069ad72699e8ac8bdc54eac15ecfdb75896a62de00c3505f892844b53d5c4df74d04b29cbc SHA512 953058a664a1d6aaef5b5383f20272ec20de9d96855719423b54d3cb6e265594b26e385c42dbb3044831341cc5f769e31123593aabd0ef72cf4ecdb094778caf DIST qqc2-desktop-style-5.112.0.tar.xz 69444 BLAKE2B b7d1117e785b1038cc127935f6be73d1c0d4d2c64a5b1402be48298c5cb90a971d36f196d7a33c3352c3a9aec0adfdc74cc084ab6621017818bd4a8f9c6dc16d SHA512 7fe8f28a456b5ed5086d5bba598c04968d6cf89738a28f2f8feebebee0e54c9392fbb0ba00c1d6c6328e3b3c6e407c16f5756fab5c7d96a3eda37ed2859237d8 diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.110.0-r1.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.110.0-r1.ebuild deleted file mode 100644 index b628a1e7cc37..000000000000 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.110.0-r1.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 -" |