diff options
Diffstat (limited to 'kde-base/kcachegrind')
-rw-r--r-- | kde-base/kcachegrind/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kcachegrind/kcachegrind-3.5.9.ebuild | 25 |
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog index a31758ce3bac..e568c0d1e06d 100644 --- a/kde-base/kcachegrind/ChangeLog +++ b/kde-base/kcachegrind/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kcachegrind # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.76 2008/02/18 22:40:47 zlin Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.77 2008/02/20 22:39:04 philantrop Exp $ + +*kcachegrind-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcachegrind-3.5.9.ebuild: + Version bump to KDE 3.5.9. 18 Feb 2008; Bo Ørsted Andresen <zlin@gentoo.org> kcachegrind-3.5.8.ebuild: diff --git a/kde-base/kcachegrind/kcachegrind-3.5.9.ebuild b/kde-base/kcachegrind/kcachegrind-3.5.9.ebuild new file mode 100644 index 000000000000..8a7e394faceb --- /dev/null +++ b/kde-base/kcachegrind/kcachegrind-3.5.9.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/kcachegrind-3.5.9.ebuild,v 1.1 2008/02/20 22:39:04 philantrop Exp $ + +KMNAME=kdesdk +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="KDE Frontend for Cachegrind" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +#DEPEND="!alpha? ( !sparc? ( !x86-fbsd? ( >=dev-util/valgrind-3.2.0 ) ) )" + +RDEPEND="${DEPEND} + media-gfx/graphviz" + +pkg_postinst() { + kde_pkg_postinst + + echo + elog "To make full use of ${PN} you should emerge >=dev-util/valgrind-3.2.0 and/or" + elog "dev-util/oprofile." + echo +} |