summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kcalc/ChangeLog5
-rw-r--r--kde-base/kcalc/kcalc-4.3.1.ebuild18
2 files changed, 4 insertions, 19 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index 9133ab4f9a08..b9177352a3a4 100644
--- a/kde-base/kcalc/ChangeLog
+++ b/kde-base/kcalc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kcalc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.137 2009/12/10 14:27:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.138 2009/12/10 19:31:23 scarabeus Exp $
+
+ 10 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org> -kcalc-4.3.1.ebuild:
+ Drop KDE SC-4.3.1.
10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> kcalc-4.3.3.ebuild:
x86 stable, bug 292455
diff --git a/kde-base/kcalc/kcalc-4.3.1.ebuild b/kde-base/kcalc/kcalc-4.3.1.ebuild
deleted file mode 100644
index 4a8401e581e7..000000000000
--- a/kde-base/kcalc/kcalc-4.3.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.3.1.ebuild,v 1.3 2009/10/18 14:35:08 maekke Exp $
-
-EAPI="2"
-
-KMNAME="kdeutils"
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KDE calculator"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 x86"
-IUSE="debug +handbook"
-
-DEPEND="
- dev-libs/gmp
-"
-RDEPEND="${DEPEND}"