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.12.0.ebuild27
2 files changed, 0 insertions, 28 deletions
diff --git a/kde-base/kcalc/Manifest b/kde-base/kcalc/Manifest
deleted file mode 100644
index 364018e378a..00000000000
--- a/kde-base/kcalc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcalc-4.12.0.tar.xz 80428 SHA256 7338f50c15e4e4190883d7e1c59d70f3bfc1d5bddcfd74238dc1bb0551985eb7 SHA512 868112a394cb8a90626372ae495f3f6aa705ffb8379b2dc4496aeb3bc30cd2c6bff7f856089fd399620a80e15606e3ac300c203cdbc4faa25dcca5500e46c399 WHIRLPOOL 243012687c4e927a436f885e89a81d9a5f8c56fba8a6824abad08835577dee5b6aab198047a7bea94ca36109b6fed9e29f0dcb6f75c2d1104b9c4d33a6e1980a
diff --git a/kde-base/kcalc/kcalc-4.12.0.ebuild b/kde-base/kcalc/kcalc-4.12.0.ebuild
deleted file mode 100644
index 0a31c97b1b1..00000000000
--- a/kde-base/kcalc/kcalc-4.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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 ~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
-}