diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:39:16 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-02-20 22:39:16 +0000 |
commit | 972ea01a1abb3ab12d624c56199568ca11841db2 (patch) | |
tree | 1f7d97b9e550bd3010b7a0f2ed2e15804fb26527 /kde-base/kcalc | |
parent | Version bump to KDE 3.5.9. (diff) | |
download | gentoo-2-972ea01a1abb3ab12d624c56199568ca11841db2.tar.gz gentoo-2-972ea01a1abb3ab12d624c56199568ca11841db2.tar.bz2 gentoo-2-972ea01a1abb3ab12d624c56199568ca11841db2.zip |
Version bump to KDE 3.5.9.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-3.5.9.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 5995bb5614e9..5bd647fec309 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kcalc # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.79 2008/02/17 02:02:26 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.80 2008/02/20 22:39:16 philantrop Exp $ + +*kcalc-3.5.9 (20 Feb 2008) + + 20 Feb 2008; Wulf C. Krueger <philantrop@gentoo.org> +kcalc-3.5.9.ebuild: + Version bump to KDE 3.5.9. 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcalc-3.5.5.ebuild, -kcalc-3.5.6.ebuild, -kcalc-3.5.7.ebuild, -kcalc-4.0.0.ebuild: diff --git a/kde-base/kcalc/kcalc-3.5.9.ebuild b/kde-base/kcalc/kcalc-3.5.9.ebuild new file mode 100644 index 000000000000..a0b48dc47e8a --- /dev/null +++ b/kde-base/kcalc/kcalc-3.5.9.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-3.5.9.ebuild,v 1.1 2008/02/20 22:39:16 philantrop Exp $ + +KMNAME=kdeutils +EAPI="1" +inherit kde-meta eutils + +DESCRIPTION="KDE Calculator" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="kdehiddenvisibility" + +DEPEND="dev-libs/gmp" |