Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/
Date: Tue, 01 Nov 2016 21:26:51
Message-Id: 1478035537.a23911c814c7b704993059d8115f52de46696b6b.johu@gentoo
1 commit: a23911c814c7b704993059d8115f52de46696b6b
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 1 21:25:37 2016 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 1 21:25:37 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a23911c8
7
8 kde-apps/kqtquickcharts: Frameworks merged to master
9
10 Package-Manager: portage-2.3.2
11
12 kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild | 18 ------------------
13 kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild | 13 ++++++++-----
14 2 files changed, 8 insertions(+), 23 deletions(-)
15
16 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild
17 deleted file mode 100644
18 index 60ac9c8..0000000
19 --- a/kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild
20 +++ /dev/null
21 @@ -1,18 +0,0 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=6
27 -
28 -EGIT_BRANCH="frameworks"
29 -inherit kde5
30 -
31 -DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
32 -KEYWORDS=""
33 -IUSE=""
34 -
35 -DEPEND="
36 - $(add_qt_dep qtdeclarative)
37 - $(add_qt_dep qtgui)
38 -"
39 -RDEPEND="${DEPEND}"
40
41 diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild
42 index dcfce62..1a05ad3 100644
43 --- a/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild
44 +++ b/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild
45 @@ -4,11 +4,14 @@
46
47 EAPI=6
48
49 -DECLARATIVE_REQUIRED="always"
50 -inherit kde4-base
51 +inherit kde5
52
53 -DESCRIPTION="Qt Quick 1 plugin for beautiful and interactive charts"
54 +DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
55 KEYWORDS=""
56 -IUSE="debug"
57 +IUSE=""
58
59 -RDEPEND="$(add_kdeapps_dep plasma-runtime)"
60 +DEPEND="
61 + $(add_qt_dep qtdeclarative)
62 + $(add_qt_dep qtgui)
63 +"
64 +RDEPEND="${DEPEND}"