summaryrefslogtreecommitdiff
path: root/kde-base/kcalc
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r--kde-base/kcalc/Manifest1
-rw-r--r--kde-base/kcalc/kcalc-4.11.4.ebuild27
2 files changed, 28 insertions, 0 deletions
diff --git a/kde-base/kcalc/Manifest b/kde-base/kcalc/Manifest
new file mode 100644
index 00000000000..3700968c36b
--- /dev/null
+++ b/kde-base/kcalc/Manifest
@@ -0,0 +1 @@
+DIST kcalc-4.11.4.tar.xz 83016 SHA256 484a0f436b4ca04c5a6cf924b78cf913c9a96ae58f7cd8ea22eb13c97a1e4352 SHA512 4c4b49c383b4df2845d026c10c8806277c4ffe55712fc309f4182c3ad316b4ba7e1c6fea17d8be22847a4c338bf47803c1a0fe665758ca224d3e990a98242c42 WHIRLPOOL 58a8901f56b04f9a445593ba9fb0c4344e0a5ac815feebd1746bdf8d1bfc33ec4e2212bd7ed996c997ff4c0a9c9d06c5b956fb4b160ea2b1f1d80edaffa45a7e
diff --git a/kde-base/kcalc/kcalc-4.11.4.ebuild b/kde-base/kcalc/kcalc-4.11.4.ebuild
new file mode 100644
index 00000000000..d2ecde3ef22
--- /dev/null
+++ b/kde-base/kcalc/kcalc-4.11.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+KDE_HANDBOOK="optional"
+CPPUNIT_REQUIRED="optional"
+inherit kde4-base
+
+DESCRIPTION="KDE calculator"
+HOMEPAGE="http://www.kde.org/applications/utilities/kcalc
+http://utils.kde.org/projects/kcalc"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="debug"
+
+DEPEND="
+ dev-libs/gmp
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT=test
+# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ...
+
+src_test() {
+ LANG=C kde4-base_src_test
+}