summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-01-16 00:44:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-01-16 00:45:24 +0100
commitfc33b46c74913b9c791b1b37811e64f658891a10 (patch)
treebdd77450290483dcf3c17682c19c76565584ae51 /kde-frameworks/qqc2-desktop-style
parentsys-auth/elogind: Drop 235.1 (diff)
downloadgentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.gz
gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.tar.bz2
gentoo-fc33b46c74913b9c791b1b37811e64f658891a10.zip
kde-frameworks: Drop KDE Frameworks 5.41.0
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.41.0.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/kde-frameworks/qqc2-desktop-style/Manifest b/kde-frameworks/qqc2-desktop-style/Manifest
index b98882df0ef7..674f6c9c011a 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,3 +1,2 @@
DIST qqc2-desktop-style-5.40.0.tar.xz 35292 BLAKE2B 367c633eb67ac76dfa0a58bbe2cd021a9eacc4155913c35eef855417234424beb1cf674f5f3ae749518a113316f3f68e8636d7495b94a3f1bedef13637dae20c SHA512 ef6c94583bbd264b1057439cde0428a6f2d95e1001832215aafe14549d521e0647b99f5cd61b56becdfba14ffbc140a3cc3b88a6f98e0aef7f409f7f203b2b3c
-DIST qqc2-desktop-style-5.41.0.tar.xz 36120 BLAKE2B a0034a83163b0042e2796d63092927c469f7ff70cb99dc89755ffa53ab32e02abff9f181b06a3fa308446c290061f6387415748b3757656f75da05b85e21592a SHA512 63904a8c5083555852a296a9a21af0a33ae5855f3aac17ac14087b5dec3e5c8f6a8e131cdd55079bd100cb43d4660cb02059813658dc7449d0f76026c3b00367
DIST qqc2-desktop-style-5.42.0.tar.xz 36216 BLAKE2B 4d3479505caf55ba1be2946165cdd41cfc521131ba6f273a71e5e77daaa80b46e456e4c9c8fcaf6bfbb1e18d2da56d7ad5c93758685d5952d93c5d5e5e08dd66 SHA512 47188597586a58f5de38e459d9bd6a6d6b277cde9dfc15a9369322f216bcb7dc2f6e2fce002e8d4ff5ac3d5c571e636f536e01aaf8f258ae3b0fe5d0704f0484
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.41.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.41.0.ebuild
deleted file mode 100644
index 82b727e09170..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.41.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_QTHELP="false"
-inherit kde5
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting"
-KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
-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)
-"