commit: 0b3e4c3ccd5c43ba68004581431683979df85c07
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 12 17:46:45 2017 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Thu Oct 12 17:46:45 2017 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b3e4c3c
kde-frameworks/qqc2-desktop-style: Remove 5.10.95
Moved to Gentoo main tree.
Package-Manager: Portage-2.3.11, Repoman-2.3.3
.../qqc2-desktop-style-5.10.95.ebuild | 24 ----------------------
1 file changed, 24 deletions(-)
diff --git
a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
deleted file mode 100644
index f1ddd6e92f..0000000000
--- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.10.95.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for
painting"
-SRC_URI="mirror://kde/unstable/${PN}/${P}.tar.xz"
-
-KEYWORDS="~amd64 ~arm ~x86"
-LICENSE="|| ( GPL-2+ LGPL-3+ )"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
-DEPEND="
- $(add_qt_dep qtdeclarative '' '' '5=')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtwidgets)
-"
-RDEPEND="${DEPEND}
- $(add_qt_dep qtgraphicaleffects)
- $(add_qt_dep qtquickcontrols2)
-"