summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-09-13 12:55:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-09-13 15:20:02 +0200
commit51286b7719de76f7ac99617b594fc4c100f1cb14 (patch)
tree247d4e900726b16a5e6576112cf264b6f4a1804e
parentkde-frameworks/prison: drop 5.97.0 (diff)
downloadgentoo-51286b7719de76f7ac99617b594fc4c100f1cb14.tar.gz
gentoo-51286b7719de76f7ac99617b594fc4c100f1cb14.tar.bz2
gentoo-51286b7719de76f7ac99617b594fc4c100f1cb14.zip
kde-frameworks/qqc2-desktop-style: drop 5.97.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.97.0.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index 8f0643da5e52..d9a6cf281b20 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
DIST qqc2-desktop-style-5.96.0.tar.xz 64896 BLAKE2B f2bc4a599feb1aa0ed7d604cc0c81c20d5f07471845d9fd8c28a112c7c6ff0bb66223975a44a2e1ee771b540e1634e6d4be8eb8aa0761db63068fb8411515ce7 SHA512 ef9342933beecfd7ddc5c934c2d0f399f3d3eb8dd1f02b5e0f397e1d377ec06487363bcd7f6d1be3679b4db971fec80904e20acb391b57b2795f6be3a73e6db9
-DIST qqc2-desktop-style-5.97.0.tar.xz 65932 BLAKE2B ab8679db55b1f956aa3d0278cff58acf0d830218feac85145fdd346d7af738a905d3abf4098908d2d9a927a19138423576ba19a3fd7f793a448adc5b822d18f9 SHA512 78b51b60d572001dad485543303702b9ab8c5a5857dc85631ac880aecca379c662a692e415f61607241d1a35b62cb70d3bd84d53a4ab36437c899f7c2c387a28
DIST qqc2-desktop-style-5.98.0.tar.xz 66392 BLAKE2B 5a7e9c7bf67169c476e7baa12b2cab95f04a25c142fab9d351cdf9000239db1cc562f34c83e01f28c8722c2bc506dbbf934a11dffa3f6c0061b06a67252b3170 SHA512 a64a3b523854155270ec6ac8f45ffca421897f5a186fc0ad42de59f43996f39747fee219bf25832af1e58fa4ce3f5c9686332c093383262aad9e52c9b05424d0
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.97.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.97.0.ebuild
deleted file mode 100644
index cf0e8a2b6099..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.97.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 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.5
-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
-"