summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-02 01:18:10 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-02 02:37:41 +0200
commit16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d (patch)
treee4efbf3a5da35e52493472872e11550a416fb801 /kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
parentdev-util/perf: fix dep on libbfd (diff)
downloadgentoo-16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d.tar.gz
gentoo-16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d.tar.bz2
gentoo-16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d.zip
kde-frameworks/kdeclarative: Drop 5.34.0 (r0)
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild')
-rw-r--r--kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
deleted file mode 100644
index d231c1b90aac..000000000000
--- a/kde-frameworks/kdeclarative/kdeclarative-5.34.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 ~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}"