From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0B985138CCF for ; Fri, 15 May 2015 16:34:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3DDE083B; Fri, 15 May 2015 16:34:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA97CE083B for ; Fri, 15 May 2015 16:34:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0AA00340B46 for ; Fri, 15 May 2015 16:34:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1872C9E3 for ; Fri, 15 May 2015 16:34:29 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1431707656.2355a7155d366b32c2c449fa2d9eadfb01e8d811.kensington@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 X-VCS-Directories: kde-apps/kcachegrind/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2355a7155d366b32c2c449fa2d9eadfb01e8d811 X-VCS-Branch: master Date: Fri, 15 May 2015 16:34:29 +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: da08d5b2-5304-4250-97eb-58f90a73b3b3 X-Archives-Hash: 3518becaa9f4df4a3795db79459bcfb2 commit: 2355a7155d366b32c2c449fa2d9eadfb01e8d811 Author: Andreas Sturmlechner gmail com> AuthorDate: Fri May 15 12:13:56 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri May 15 16:34:16 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2355a715 [kde-apps/kcachegrind] Add kf5 version Package-Manager: portage-2.2.19 kde-apps/kcachegrind/kcachegrind-5.9999.ebuild | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/kde-apps/kcachegrind/kcachegrind-5.9999.ebuild b/kde-apps/kcachegrind/kcachegrind-5.9999.ebuild new file mode 100644 index 0000000..ebebced --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-5.9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +EGIT_BRANCH="frameworks" +KDE_HANDBOOK="true" +inherit kde5 + +DESCRIPTION="KDE Frontend for Cachegrind" +HOMEPAGE="http://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) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 +" +RDEPEND="${DEPEND} + media-gfx/graphviz +"