summaryrefslogtreecommitdiff
path: root/kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-12-10 11:24:37 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-12-10 11:24:37 +0100
commit5d9d903022d430ac92c3b3f51448bd2e2315712f (patch)
treec5b351529ff8dfe5f9b6b8475b0ef5ab9a9ba267 /kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild
parent159e69e1d05bb1e11f68a28faf1e3aa776292df9 (diff)
downloadkde-5d9d903022d430ac92c3b3f51448bd2e2315712f.tar.gz
kde-5d9d903022d430ac92c3b3f51448bd2e2315712f.tar.bz2
kde-5d9d903022d430ac92c3b3f51448bd2e2315712f.zip
kde-frameworks: Drop KDE Frameworks 5.41
Moved to Gentoo main ebuild repository. Package-Manager: Portage-2.3.17, Repoman-2.3.6
Diffstat (limited to 'kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild')
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild
deleted file mode 100644
index 0414dbb6239..00000000000
--- a/kde-frameworks/kdeclarative/kdeclarative-5.41.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="false"
-inherit kde5
-
-DESCRIPTION="Framework providing integration of QML and KDE work spaces"
-LICENSE="LGPL-2+"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE=""
-
-# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
-DEPEND="
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kglobalaccel)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kpackage)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kwindowsystem)
- $(add_qt_dep qtdeclarative '' '' '5=')
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtwidgets)
- media-libs/libepoxy
-"
-RDEPEND="${DEPEND}"