Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kdeclarative/
Date: Sun, 04 Jun 2017 11:14:15
Message-Id: 1496574839.c308ecab744f58b9eaf0d2de54cd122ee8a0de00.asturm@gentoo
1 commit: c308ecab744f58b9eaf0d2de54cd122ee8a0de00
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 11:13:16 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 11:13:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c308ecab
7
8 kde-frameworks/kdeclarative: Revert Drop 5.34.0 (r0)
9
10 This reverts commit 16f424c1e6a77b9f18667e6d64fe1f7cc9544f2d.
11
12 .../kdeclarative/kdeclarative-5.34.0.ebuild | 32 ++++++++++++++++++++++
13 1 file changed, 32 insertions(+)
14
15 diff --git a/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
16 new file mode 100644
17 index 00000000000..d231c1b90aa
18 --- /dev/null
19 +++ b/kde-frameworks/kdeclarative/kdeclarative-5.34.0.ebuild
20 @@ -0,0 +1,32 @@
21 +# Copyright 1999-2017 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=6
25 +
26 +KDE_TEST="false"
27 +inherit kde5
28 +
29 +DESCRIPTION="Framework providing integration of QML and KDE work spaces"
30 +LICENSE="LGPL-2+"
31 +KEYWORDS="~amd64 ~arm ~x86"
32 +IUSE=""
33 +
34 +# drop qtdeclarative subslot operator when QT_MINIMAL >= 5.8.0
35 +DEPEND="
36 + $(add_frameworks_dep kconfig)
37 + $(add_frameworks_dep kcoreaddons)
38 + $(add_frameworks_dep kglobalaccel)
39 + $(add_frameworks_dep ki18n)
40 + $(add_frameworks_dep kiconthemes)
41 + $(add_frameworks_dep kio)
42 + $(add_frameworks_dep kpackage)
43 + $(add_frameworks_dep kservice)
44 + $(add_frameworks_dep kwidgetsaddons)
45 + $(add_frameworks_dep kwindowsystem)
46 + $(add_qt_dep qtdeclarative '' '' '5=')
47 + $(add_qt_dep qtgui)
48 + $(add_qt_dep qtnetwork)
49 + $(add_qt_dep qtwidgets)
50 + media-libs/libepoxy
51 +"
52 +RDEPEND="${DEPEND}"