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.5.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 6d0c6b85df2..00000000000
--- a/kde-base/kcalc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kcalc-4.11.5.tar.xz 81212 SHA256 2d0ce617ba6096ec849e23f92ef8f304b7ba3ed88ae242b60fecc7d4d19a9882 SHA512 4cee68732fbb98d67ab811bf78d5986d843b8c14dbfbd324e5ec44a7033ea05ce280003a241f604713583e9b2d85a68ae2e5a757ac41be1c61bb0618afc317a1 WHIRLPOOL 303e89380881745d445194c2ea440f4483c1b13261f8cc815d87340c098241a6ce2587d588d9f10919a934618e9731175fd05f79db91bbe98138529523d491c1
diff --git a/kde-base/kcalc/kcalc-4.11.5.ebuild b/kde-base/kcalc/kcalc-4.11.5.ebuild
deleted file mode 100644
index 56088dbc4d2..00000000000
--- a/kde-base/kcalc/kcalc-4.11.5.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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 ~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
-}