summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-06-06 18:27:16 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-06-10 17:29:13 +0200
commit7299443521799642e948df48771cd095c57ecf66 (patch)
tree5993020bb43393eaeb1d5192443fb82219122ee3
parentkde-frameworks/prison: drop 5.80.0* (diff)
downloadgentoo-7299443521799642e948df48771cd095c57ecf66.tar.gz
gentoo-7299443521799642e948df48771cd095c57ecf66.tar.bz2
gentoo-7299443521799642e948df48771cd095c57ecf66.zip
kde-frameworks/qqc2-desktop-style: drop 5.80.0*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-frameworks/qqc2-desktop-style/Manifest1
-rw-r--r--kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.80.0.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index 461dd0adc09c..2f9a611a874d 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1 @@
-DIST qqc2-desktop-style-5.80.0.tar.xz 60092 BLAKE2B 9f3cf0859aa0f40ae3bccb8c762d2ddac244d197c06a4caf22a22cb824173061fb922f0f098410dc94edafbddc03784e0cda695ab1f7be550014fea9a0a391a8 SHA512 c5c3be2f8f1257a978136e8a3ae9942bbb5389411338a8d50cde34ec1a007d5c16acb8e0ce755265b0ba088bd71cdc0966ffab44a541c3bc7895ce2f56ce33c0
DIST qqc2-desktop-style-5.82.0.tar.xz 60076 BLAKE2B 1d743ff60c5862740bd2ef9c0dcadacca3f63f239a78dbd12e459f929f323b695ddd9c03323146b7ac34772ff76f2137e8dad826e04abef6a1f4ed514163e305 SHA512 ce4db38f835971d6f63dced360db8a320e06e3a6f808bd017d56548041f6d0332b119dc0f6d4e160c7847d9d47e6818d2a867e0f243e58fd6c56843643d55a52
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.80.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.80.0.ebuild
deleted file mode 100644
index 0d1060b73b9c..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.80.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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 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
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qtgraphicaleffects-${QTMIN}:5
- >=dev-qt/qtquickcontrols2-${QTMIN}:5
-"