summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-15 23:56:40 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-16 00:26:58 +0100
commita2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa (patch)
tree269db84b543fb739181751554f5df18cc52db21f /kde-frameworks/qqc2-desktop-style
parentmedia-gfx/krita: Restrict tests (diff)
downloadgentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.gz
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.tar.bz2
gentoo-a2c27e5b1f9c46ed166fd8ef6411f3ccc28df9aa.zip
kde-frameworks: Drop KDE Frameworks 5.39.0
Package-Manager: Portage-2.3.14, 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.39.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 c948227b3e85..2a67858dfd51 100644
--- a/kde-frameworks/qqc2-desktop-style/Manifest
+++ b/kde-frameworks/qqc2-desktop-style/Manifest
@@ -1,2 +1 @@
-DIST qqc2-desktop-style-5.39.0.tar.xz 34996 SHA256 fb8818b22dbc1f47c38bef488543f025ec5da810e84f5ed732b08969338411e1 SHA512 4be8bf81ccab01e1b80db5fe08a21f52e621474326456a17ec105a0d4e4b10e1e7dfdcdedb491aea9816170d4e6354ccb4e5dc95cf77442f07f9a568eda82a95 WHIRLPOOL 3d4365544fa0614da518dfc2e1784fe840bd3f269083aa93537854b46fda44852fccd0bc23cd5fa2cac3ccc459f0ea71968b0319db696f7b3d50b9151f7b6a9b
DIST qqc2-desktop-style-5.40.0.tar.xz 35292 SHA256 89ec1b98a3b9491f37cd3c13ff6ec047d773efb0fb697c14b9a8388fb0b6ed4a SHA512 ef6c94583bbd264b1057439cde0428a6f2d95e1001832215aafe14549d521e0647b99f5cd61b56becdfba14ffbc140a3cc3b88a6f98e0aef7f409f7f203b2b3c WHIRLPOOL 0af8db2878b4ab92786a27c59ebc5bc647458109c5668b2ccb1fb7340b609c7ace2e6a20d7beee3dce094e205f20a8621dfb506b2d74782fa7e9dd62148bd27d
diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.0.ebuild
deleted file mode 100644
index 82b727e09170..000000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.39.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)
-"