summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:23:04 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2010-02-09 00:23:04 +0000
commitd2f4f4bc5f38b195afd20d5026e8e50bd35a05b4 (patch)
tree01ea2ccc6a2cc07d6d7b21dc128d17bac4227d4b /kde-base/kcalc
parent[kde-base/ksplash] Version bump to KDE SC 4.4.0 (diff)
downloadgentoo-2-d2f4f4bc5f38b195afd20d5026e8e50bd35a05b4.tar.gz
gentoo-2-d2f4f4bc5f38b195afd20d5026e8e50bd35a05b4.tar.bz2
gentoo-2-d2f4f4bc5f38b195afd20d5026e8e50bd35a05b4.zip
[kde-base/kcalc] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r--kde-base/kcalc/ChangeLog7
-rw-r--r--kde-base/kcalc/kcalc-4.4.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index 6c9322b82bf1..b9d025f762a9 100644
--- a/kde-base/kcalc/ChangeLog
+++ b/kde-base/kcalc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kcalc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.142 2010/01/25 14:39:21 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.143 2010/02/09 00:23:04 alexxy Exp $
+
+*kcalc-4.4.0 (08 Feb 2010)
+
+ 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kcalc-4.4.0.ebuild:
+ Version bump to KDE SC 4.4.0
*kcalc-4.3.5 (25 Jan 2010)
diff --git a/kde-base/kcalc/kcalc-4.4.0.ebuild b/kde-base/kcalc/kcalc-4.4.0.ebuild
new file mode 100644
index 000000000000..8dc6d1f31688
--- /dev/null
+++ b/kde-base/kcalc/kcalc-4.4.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.0.ebuild,v 1.1 2010/02/09 00:23:04 alexxy Exp $
+
+EAPI="2"
+
+KMNAME="kdeutils"
+CPPUNIT_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="KDE calculator"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug +handbook"
+
+DEPEND="
+ dev-libs/gmp
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
+)