summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 18:02:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-09-14 18:40:40 +0200
commitc58ff58d2944c28baa69791e38d1297fe89f452f (patch)
tree7fb06a51eb7db1eee3323d0112b1f74c66fe3dad /kde-frameworks/qqc2-desktop-style
parentsci-libs/vtk: Fix USE flag description typo (diff)
downloadgentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.tar.gz
gentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.tar.bz2
gentoo-c58ff58d2944c28baa69791e38d1297fe89f452f.zip
kde-frameworks: Drop KDE Frameworks 5.61.0
Package-Manager: Portage-2.3.76, Repoman-2.3.17 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.61.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 49f015dde85e..1d629140240f 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
DIST qqc2-desktop-style-5.60.0.tar.xz 44408 BLAKE2B 78611336867b43b57b348857f46394649567b521644e5bacb564c990a634b906779ba8c45b1df2edb44084ad812257d191e4718a4e9a94059b7dfd184a29e58c SHA512 a44e81566daaf08c0b6da4d95a6c309763439d3e477c6813604bcb3a0ce876e845949aec235c945ccdc6164a9554768f6169170edf99d2c5575496e78f73e45a
-DIST qqc2-desktop-style-5.61.0.tar.xz 44684 BLAKE2B 598011d2054228b811c82417a2d41862b4d3e7a85b2ac6da45c2531f6942993fed68dfcefa142806731ba60d597dd25645e9a1b8a4e1b14ab0eb0d1d2f60da7d SHA512 f4418351c2c61bcf982173bd1d47a2547e16e913bd0c31add2b762bfbce92b67cf678275b137e993ffccb49282791f38219eb0b09bea14d96603661a187342f7
DIST qqc2-desktop-style-5.62.0.tar.xz 44820 BLAKE2B 858bd71d13ecf21710ab6719b7a31479687c4195e6de85e3404a13f42f342e47e750f733be368dfd7e585f2231f63a33a7848989e7943a5ffadfe7779d76baa2 SHA512 12ef9ea1733d9afe43e0ebc15b442e5bc516f26369a81bf4328c9ddc98481ec370170f6d3ca918d7d0ccd05ab1e604b0c2eaa36907f9fd37704aec6eded1c051
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.0.ebuild
deleted file mode 100644
index a2b2911b13f1..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.61.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)
-"