summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:22:50 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:22:50 +0000
commitae47c4137fbd3cfaf55b1b477747602cbad37137 (patch)
treebe55a53a6add004419991a9bc61811057fccd50a /kde-base/kcachegrind
parent[kde-base/libkdegames] Version bump to KDE SC 4.4.0 (diff)
downloadgentoo-2-ae47c4137fbd3cfaf55b1b477747602cbad37137.tar.gz
gentoo-2-ae47c4137fbd3cfaf55b1b477747602cbad37137.tar.bz2
gentoo-2-ae47c4137fbd3cfaf55b1b477747602cbad37137.zip
[kde-base/kcachegrind] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcachegrind')
-rw-r--r--kde-base/kcachegrind/ChangeLog8
-rw-r--r--kde-base/kcachegrind/kcachegrind-4.4.0.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog
index 1d5ed88586c1..2a4505307a44 100644
--- a/kde-base/kcachegrind/ChangeLog
+++ b/kde-base/kcachegrind/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kcachegrind
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.134 2010/01/25 14:38:39 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.135 2010/02/09 00:22:50 alexxy Exp $
+
+*kcachegrind-4.4.0 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +kcachegrind-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*kcachegrind-4.3.5 (25 Jan 2010)
diff --git a/kde-base/kcachegrind/kcachegrind-4.4.0.ebuild b/kde-base/kcachegrind/kcachegrind-4.4.0.ebuild
new file mode 100644
index 000000000000..2f7fb44fd4e0
--- /dev/null
+++ b/kde-base/kcachegrind/kcachegrind-4.4.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-4.4.0.ebuild,v 1.1 2010/02/09 00:22:50 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdesdk"
+inherit kde4-meta
+
+DESCRIPTION="KDE Frontend for Cachegrind"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +handbook"
+
+RDEPEND="
+ media-gfx/graphviz
+"