From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ECA621395E1 for ; Tue, 1 Nov 2016 21:26:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 279D6E0C1E; Tue, 1 Nov 2016 21:26:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DB94E0C1E for ; Tue, 1 Nov 2016 21:26:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DB8DC3413E9 for ; Tue, 1 Nov 2016 21:26:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 819C4303 for ; Tue, 1 Nov 2016 21:26:47 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1478035537.a23911c814c7b704993059d8115f52de46696b6b.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kqtquickcharts/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild X-VCS-Directories: kde-apps/kqtquickcharts/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a23911c814c7b704993059d8115f52de46696b6b X-VCS-Branch: master Date: Tue, 1 Nov 2016 21:26:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 47bcae63-10aa-4bd5-b1de-796bb7f9acda X-Archives-Hash: f4cda07429a2e7ad30997fe6da1cdc04 commit: a23911c814c7b704993059d8115f52de46696b6b Author: Johannes Huber gentoo org> AuthorDate: Tue Nov 1 21:25:37 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Nov 1 21:25:37 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a23911c8 kde-apps/kqtquickcharts: Frameworks merged to master Package-Manager: portage-2.3.2 kde-apps/kqtquickcharts/kqtquickcharts-5.9999.ebuild | 18 ------------------ kde-apps/kqtquickcharts/kqtquickcharts-9999.ebuild | 13 ++++++++----- 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 60ac9c8..0000000 --- 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 dcfce62..1a05ad3 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}"