summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2010-09-05 23:30:51 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2010-09-05 23:30:51 +0000
commit086d22ef0de8888efaae012b3c76d6dc9e4f80a6 (patch)
treeabd42ce551fa08b81571e2b29f4907285bf3b699 /kde-base/kcalc
parentVersion bump KDE SC 4.5.1 (diff)
downloadgentoo-2-086d22ef0de8888efaae012b3c76d6dc9e4f80a6.tar.gz
gentoo-2-086d22ef0de8888efaae012b3c76d6dc9e4f80a6.tar.bz2
gentoo-2-086d22ef0de8888efaae012b3c76d6dc9e4f80a6.zip
Version bump KDE SC 4.5.1
(Portage version: 2.2_rc75/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.5.1.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index 79e640dcf0e5..2662ed7c59e4 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.161 2010/08/09 17:34:12 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.162 2010/09/05 23:30:51 tampakrap Exp $
+
+*kcalc-4.5.1 (05 Sep 2010)
+
+ 05 Sep 2010; Theo Chatzimichos <tampakrap@gentoo.org> +kcalc-4.5.1.ebuild:
+ Version bump
09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> kcalc-4.4.5.ebuild:
Drop alpha ia64 and sparc per the AT Lead permission.
diff --git a/kde-base/kcalc/kcalc-4.5.1.ebuild b/kde-base/kcalc/kcalc-4.5.1.ebuild
new file mode 100644
index 000000000000..4daf58992572
--- /dev/null
+++ b/kde-base/kcalc/kcalc-4.5.1.ebuild
@@ -0,0 +1,27 @@
+# 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.5.1.ebuild,v 1.1 2010/09/05 23:30:51 tampakrap Exp $
+
+EAPI="3"
+
+KDE_HANDBOOK=1
+KMNAME="kdeutils"
+CPPUNIT_REQUIRED="optional"
+inherit kde4-meta
+
+DESCRIPTION="KDE calculator"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+ dev-libs/gmp
+"
+RDEPEND="${DEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
+)
+
+src_test() {
+ LANG=C kde4-meta_src_test
+}