diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:43:19 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-04-03 20:43:19 +0000 |
commit | 0ef1b9c7e54953c7709507554c979d6b1ced1cec (patch) | |
tree | 7310937a0e8ad9f41d4da6b094e2db142b1cf478 /kde-base/kcachegrind | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-0ef1b9c7e54953c7709507554c979d6b1ced1cec.tar.gz gentoo-2-0ef1b9c7e54953c7709507554c979d6b1ced1cec.tar.bz2 gentoo-2-0ef1b9c7e54953c7709507554c979d6b1ced1cec.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcachegrind')
-rw-r--r-- | kde-base/kcachegrind/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kcachegrind/kcachegrind-4.0.3.ebuild | 14 |
2 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/kcachegrind/ChangeLog b/kde-base/kcachegrind/ChangeLog index 96a0ad6c2449..dad75c7462ec 100644 --- a/kde-base/kcachegrind/ChangeLog +++ b/kde-base/kcachegrind/ChangeLog @@ -1,6 +1,13 @@ # 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.80 2008/03/20 16:27:37 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcachegrind/ChangeLog,v 1.81 2008/04/03 20:43:19 philantrop Exp $ + +*kcachegrind-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kcachegrind-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcachegrind-4.0.1.ebuild: diff --git a/kde-base/kcachegrind/kcachegrind-4.0.3.ebuild b/kde-base/kcachegrind/kcachegrind-4.0.3.ebuild new file mode 100644 index 000000000000..476b8b405993 --- /dev/null +++ b/kde-base/kcachegrind/kcachegrind-4.0.3.ebuild @@ -0,0 +1,14 @@ +# 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-4.0.3.ebuild,v 1.1 2008/04/03 20:43:19 philantrop Exp $ + +EAPI="1" + +KMNAME=kdesdk +inherit kde4-meta + +DESCRIPTION="KDE Frontend for Cachegrind" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" + +RDEPEND="${RDEPEND} media-gfx/graphviz" |