summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base')
-rw-r--r--kde-base/kcalc/ChangeLog7
-rw-r--r--kde-base/kcalc/kcalc-3.5.9.ebuild13
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"