summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-02 18:14:29 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-03 06:03:06 +0100
commit697ee44dcb59db19f9949754a1fc6c22edfecb59 (patch)
tree2cb4c32bcf0cf9166ba6f30c97c0578824269b54 /kde-frameworks/qqc2-desktop-style
parentkde-frameworks/extra-cmake-modules: ALLARCHES stable (diff)
downloadgentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.gz
gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.tar.bz2
gentoo-697ee44dcb59db19f9949754a1fc6c22edfecb59.zip
kde-frameworks: Drop KDE Frameworks 5.60.0
Package-Manager: Portage-2.3.80, Repoman-2.3.19 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.60.0.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index e9ce8d36fcb1..5c7a23b68076 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1 @@
-DIST qqc2-desktop-style-5.60.0.tar.xz 44408 BLAKE2B 78611336867b43b57b348857f46394649567b521644e5bacb564c990a634b906779ba8c45b1df2edb44084ad812257d191e4718a4e9a94059b7dfd184a29e58c SHA512 a44e81566daaf08c0b6da4d95a6c309763439d3e477c6813604bcb3a0ce876e845949aec235c945ccdc6164a9554768f6169170edf99d2c5575496e78f73e45a
DIST qqc2-desktop-style-5.64.0.tar.xz 45752 BLAKE2B 45cffe35277930cc0b6b06067127e62fd2a693d492862e44079741c53a8fe73cc2ad3f40d3e2b995f4230e15bd436b603f34d9af2bcd931aaa4ab0d38a1226b4 SHA512 6e4073a994dbaf4405a9e017ed62a90fb3d8f2c79361d73601eec6d6d4031d81234f2eafc11d6c87e72cd19caaa7979fd6c28965749f05c35a44a0a7c2092e6d
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.60.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.60.0.ebuild
deleted file mode 100644
index e07f7aa59887..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.60.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-KDE_QTHELP="false"
-inherit kde5
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-KEYWORDS="amd64 ~arm arm64 x86"
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-IUSE=""
-
-DEPEND="
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kirigami)
- $(add_qt_dep qtdeclarative '' '' '5=')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- $(add_qt_dep qtgraphicaleffects)
- $(add_qt_dep qtquickcontrols2)
-"