summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r--kde-base/kcalc/ChangeLog6
-rw-r--r--kde-base/kcalc/kcalc-4.3.5.ebuild22
-rw-r--r--kde-base/kcalc/kcalc-4.4.4.ebuild26
3 files changed, 5 insertions, 49 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index c69fdda23c67..6f6a5c4717fa 100644
--- a/kde-base/kcalc/ChangeLog
+++ b/kde-base/kcalc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kcalc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.159 2010/08/09 06:46:09 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.160 2010/08/09 11:30:33 scarabeus Exp $
+
+ 09 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org> -kcalc-4.3.5.ebuild,
+ -kcalc-4.4.4.ebuild:
+ rm
09 Aug 2010; Christian Faulhammer <fauli@gentoo.org> kcalc-4.4.5.ebuild:
x86 stable, bug 322791
diff --git a/kde-base/kcalc/kcalc-4.3.5.ebuild b/kde-base/kcalc/kcalc-4.3.5.ebuild
deleted file mode 100644
index fe7e0ae0e508..000000000000
--- a/kde-base/kcalc/kcalc-4.3.5.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.3.5.ebuild,v 1.4 2010/06/21 15:53:17 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdeutils"
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KDE calculator"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook"
-
-DEPEND="
- dev-libs/gmp
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
-)
diff --git a/kde-base/kcalc/kcalc-4.4.4.ebuild b/kde-base/kcalc/kcalc-4.4.4.ebuild
deleted file mode 100644
index 5470c6c5f671..000000000000
--- a/kde-base/kcalc/kcalc-4.4.4.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.4.4.ebuild,v 1.4 2010/06/27 10:24:19 fauli Exp $
-
-EAPI="3"
-
-KMNAME="kdeutils"
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KDE calculator"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="debug +handbook"
-
-DEPEND="
- dev-libs/gmp
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-4.3.2-solaris-knumber_priv.patch
-)
-
-src_test() {
- LANG=C kde4-meta_src_test
-}