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 BF1691395E2 for ; Thu, 17 Nov 2016 20:59:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15369E0BF8; Thu, 17 Nov 2016 20:59:56 +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 F15CAE0BF8 for ; Thu, 17 Nov 2016 20:59:55 +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 08D9D341265 for ; Thu, 17 Nov 2016 20:59:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9941D499 for ; Thu, 17 Nov 2016 20:59:52 +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: <1479416138.897bb14944915bb0060095397ba50bd2b1e780ee.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kcachegrind/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kcachegrind/kcachegrind-5.9999.ebuild kde-apps/kcachegrind/kcachegrind-9999.ebuild X-VCS-Directories: kde-apps/kcachegrind/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 897bb14944915bb0060095397ba50bd2b1e780ee X-VCS-Branch: master Date: Thu, 17 Nov 2016 20:59:52 +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: 7074b0c5-2297-46de-80d1-12ad95045ea6 X-Archives-Hash: 220e9c65b8b569262dae378ba126f039 commit: 897bb14944915bb0060095397ba50bd2b1e780ee Author: Johannes Huber gentoo org> AuthorDate: Thu Nov 17 20:55:38 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Nov 17 20:55:38 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=897bb149 kde-apps/kcachegrind: Frameworks merged to master Package-Manager: portage-2.3.2 kde-apps/kcachegrind/kcachegrind-5.9999.ebuild | 30 -------------------------- kde-apps/kcachegrind/kcachegrind-9999.ebuild | 21 +++++++++++++----- 2 files changed, 16 insertions(+), 35 deletions(-) diff --git a/kde-apps/kcachegrind/kcachegrind-5.9999.ebuild b/kde-apps/kcachegrind/kcachegrind-5.9999.ebuild deleted file mode 100644 index dcd7399..0000000 --- a/kde-apps/kcachegrind/kcachegrind-5.9999.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -EGIT_BRANCH="frameworks" -KDE_HANDBOOK="true" -inherit kde5 - -DESCRIPTION="KDE Frontend for Cachegrind" -HOMEPAGE="https://www.kde.org/applications/development/kcachegrind -http://kcachegrind.sourceforge.net" -KEYWORDS="" -IUSE="" - -DEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - media-gfx/graphviz -" diff --git a/kde-apps/kcachegrind/kcachegrind-9999.ebuild b/kde-apps/kcachegrind/kcachegrind-9999.ebuild index 9f2f5c8..faffa4d 100644 --- a/kde-apps/kcachegrind/kcachegrind-9999.ebuild +++ b/kde-apps/kcachegrind/kcachegrind-9999.ebuild @@ -4,15 +4,26 @@ EAPI=6 -KDE_HANDBOOK="optional" -inherit kde4-base +KDE_HANDBOOK="forceoptional" +inherit kde5 -DESCRIPTION="KDE Frontend for Cachegrind" +DESCRIPTION="Frontend for Cachegrind by KDE" HOMEPAGE="https://www.kde.org/applications/development/kcachegrind http://kcachegrind.sourceforge.net" KEYWORDS="" -IUSE="debug" +IUSE="" -RDEPEND=" +DEPEND=" + $(add_frameworks_dep karchive) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdelibs4support) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} media-gfx/graphviz "