summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 14:54:28 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 14:54:28 +0000
commit4b48698870766656862bc06b79de5fffa90449f4 (patch)
tree486b541a225e6aabdf0c59e09c52403a32527418 /kde-base/kcachegrind
parentVersion bump KDE 4.3.1 (diff)
downloadgentoo-2-4b48698870766656862bc06b79de5fffa90449f4.tar.gz
gentoo-2-4b48698870766656862bc06b79de5fffa90449f4.tar.bz2
gentoo-2-4b48698870766656862bc06b79de5fffa90449f4.zip
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/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.3.1.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog
index 141870aeff32..8affaa3e914d 100644
--- a/kde-base/kcachegrind/ChangeLog
+++ b/kde-base/kcachegrind/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/kcachegrind
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.117 2009/08/03 23:58:51 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.118 2009/09/01 14:54:28 tampakrap Exp $
+
+*kcachegrind-4.3.1 (01 Sep 2009)
+
+ 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org>
+ +kcachegrind-4.3.1.ebuild:
+ Version bump
*kcachegrind-4.3.0 (03 Aug 2009)
diff --git a/kde-base/kcachegrind/kcachegrind-4.3.1.ebuild b/kde-base/kcachegrind/kcachegrind-4.3.1.ebuild
new file mode 100644
index 000000000000..093549006b91
--- /dev/null
+++ b/kde-base/kcachegrind/kcachegrind-4.3.1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-4.3.1.ebuild,v 1.1 2009/09/01 14:54:28 tampakrap Exp $
+
+EAPI="2"
+
+KMNAME="kdesdk"
+inherit kde4-meta
+
+DESCRIPTION="KDE Frontend for Cachegrind"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+IUSE="debug +handbook"
+
+RDEPEND="
+ media-gfx/graphviz
+"