aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-11-01 22:25:37 +0100
committerJohannes Huber <johu@gentoo.org>2016-11-01 22:25:37 +0100
commita23911c814c7b704993059d8115f52de46696b6b (patch)
tree3540380c82e3de920600dc4fa3810f6ce3825461
parentnet-libs/jreen: Remove upstreamed patch (diff)
downloadkde-a23911c8.tar.gz
kde-a23911c8.tar.bz2
kde-a23911c8.zip
kde-apps/kqtquickcharts: Frameworks merged to master
Package-Manager: portage-2.3.2
-rw-r--r--kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild18
-rw-r--r--kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild13
2 files changed, 8 insertions, 23 deletions
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild
deleted file mode 100644
index 60ac9c871d..0000000000
--- a/kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-EGIT_BRANCH="frameworks"
-inherit kde5
-
-DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="
- $(add_qt_dep qtdeclarative)
- $(add_qt_dep qtgui)
-"
-RDEPEND="${DEPEND}"
diff --git a/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild b/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild
index dcfce623bb..1a05ad39d7 100644
--- a/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild
+++ b/kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild
@@ -4,11 +4,14 @@
EAPI=6
-DECLARATIVE_REQUIRED="always"
-inherit kde4-base
+inherit kde5
-DESCRIPTION="Qt Quick 1 plugin for beautiful and interactive charts"
+DESCRIPTION="Qt Quick plugin for beautiful and interactive charts"
KEYWORDS=""
-IUSE="debug"
+IUSE=""
-RDEPEND="$(add_kdeapps_dep plasma-runtime)"
+DEPEND="
+ $(add_qt_dep qtdeclarative)
+ $(add_qt_dep qtgui)
+"
+RDEPEND="${DEPEND}"