summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 18:22:37 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-10-06 18:22:37 +0000
commit52ca693064d0874af4328c755c86b1be84f8fd71 (patch)
treea0b3f1e503c7a868d0d445db83f2a4fb37cc3f41
parentVersion bump KDE 4.3.2 (diff)
downloadgentoo-2-52ca693064d0874af4328c755c86b1be84f8fd71.tar.gz
gentoo-2-52ca693064d0874af4328c755c86b1be84f8fd71.tar.bz2
gentoo-2-52ca693064d0874af4328c755c86b1be84f8fd71.zip
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r--kde-base/kcachegrind/ChangeLog8
-rw-r--r--kde-base/kcachegrind/kcachegrind-4.3.2.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog
index 8affaa3e914d..7f0d4ca68a8e 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.118 2009/09/01 14:54:28 tampakrap Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.119 2009/10/06 18:22:37 alexxy Exp $
+
+*kcachegrind-4.3.2 (06 Oct 2009)
+
+ 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ +kcachegrind-4.3.2.ebuild:
+ Version bump
*kcachegrind-4.3.1 (01 Sep 2009)
diff --git a/kde-base/kcachegrind/kcachegrind-4.3.2.ebuild b/kde-base/kcachegrind/kcachegrind-4.3.2.ebuild
new file mode 100644
index 000000000000..b4c274479afc
--- /dev/null
+++ b/kde-base/kcachegrind/kcachegrind-4.3.2.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.2.ebuild,v 1.1 2009/10/06 18:22:37 alexxy 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
+"