summaryrefslogtreecommitdiff
path: root/kde-base/kcalc/kcalc-4.12.80.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2014-03-08 17:15:36 +0100
committerJohannes Huber <johu@gentoo.org>2014-03-08 17:15:36 +0100
commit230dd011edcd7863f04a8a6ec0ceeb35594a8ed6 (patch)
tree87e4a6e288228d629082136d67b436df10b80e3b /kde-base/kcalc/kcalc-4.12.80.ebuild
parent691c90454b15a7a95c2674fa8e85de80281288d0 (diff)
downloadkde-230dd011edcd7863f04a8a6ec0ceeb35594a8ed6.tar.gz
kde-230dd011edcd7863f04a8a6ec0ceeb35594a8ed6.tar.bz2
kde-230dd011edcd7863f04a8a6ec0ceeb35594a8ed6.zip
[kde-base] Add KDE SC 4.13 beta 1
Package-Manager: portage-2.2.8-r1
Diffstat (limited to 'kde-base/kcalc/kcalc-4.12.80.ebuild')
-rw-r--r--kde-base/kcalc/kcalc-4.12.80.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-base/kcalc/kcalc-4.12.80.ebuild b/kde-base/kcalc/kcalc-4.12.80.ebuild
new file mode 100644
index 00000000000..6c4533bb941
--- /dev/null
+++ b/kde-base/kcalc/kcalc-4.12.80.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 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 ~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
+}