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 2AE8759CB6 for ; Wed, 20 Apr 2016 16:54:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE5FF21C015; Wed, 20 Apr 2016 16:53:59 +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 6F94A21C015 for ; Wed, 20 Apr 2016 16:53:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 DEB33340B63 for ; Wed, 20 Apr 2016 16:53:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B69E17B4 for ; Wed, 20 Apr 2016 16:53:55 +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: <1461171221.89b5a24b58429fbcf9e98254f3518098f8ffc77e.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-16.04.0.ebuild X-VCS-Directories: kde-apps/kcachegrind/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 89b5a24b58429fbcf9e98254f3518098f8ffc77e X-VCS-Branch: master Date: Wed, 20 Apr 2016 16:53:55 +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: f6ae121c-5117-439d-b0fa-bdc8b4e24c68 X-Archives-Hash: 2b957ac119f465efd696c28429af12a9 commit: 89b5a24b58429fbcf9e98254f3518098f8ffc77e Author: Michael Palimaka gentoo org> AuthorDate: Wed Apr 20 16:53:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Apr 20 16:53:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=89b5a24b kde-apps/kcachegrind: add missing 16.04.0 version bump Package-Manager: portage-2.2.28 kde-apps/kcachegrind/kcachegrind-16.04.0.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/kde-apps/kcachegrind/kcachegrind-16.04.0.ebuild b/kde-apps/kcachegrind/kcachegrind-16.04.0.ebuild new file mode 100644 index 0000000..a2bfdbc --- /dev/null +++ b/kde-apps/kcachegrind/kcachegrind-16.04.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Frontend for Cachegrind" +HOMEPAGE="https://www.kde.org/applications/development/kcachegrind +http://kcachegrind.sourceforge.net" +KEYWORDS="~amd64 ~x86" +IUSE="debug" + +RDEPEND=" + media-gfx/graphviz +"