summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-base/kcalc/ChangeLog6
-rw-r--r--kde-base/kcalc/kcalc-3.5.8.ebuild14
-rw-r--r--kde-base/kcalc/kcalc-4.0.2.ebuild23
-rw-r--r--kde-base/kcalc/kcalc-4.0.3.ebuild23
4 files changed, 5 insertions, 61 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index 46655f81ae4b..5f73759b177d 100644
--- a/kde-base/kcalc/ChangeLog
+++ b/kde-base/kcalc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kcalc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.92 2008/06/05 21:11:53 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.93 2008/06/07 11:50:13 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> -kcalc-3.5.8.ebuild,
+ -kcalc-4.0.2.ebuild, -kcalc-4.0.3.ebuild:
+ Removed old versions.
*kcalc-4.0.5 (05 Jun 2008)
diff --git a/kde-base/kcalc/kcalc-3.5.8.ebuild b/kde-base/kcalc/kcalc-3.5.8.ebuild
deleted file mode 100644
index a6fb343e809e..000000000000
--- a/kde-base/kcalc/kcalc-3.5.8.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-3.5.8.ebuild,v 1.7 2008/03/04 01:52:18 jer Exp $
-
-KMNAME=kdeutils
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE Calculator"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="kdehiddenvisibility"
-
-DEPEND="dev-libs/gmp"
diff --git a/kde-base/kcalc/kcalc-4.0.2.ebuild b/kde-base/kcalc/kcalc-4.0.2.ebuild
deleted file mode 100644
index 85dc58c14074..000000000000
--- a/kde-base/kcalc/kcalc-4.0.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.0.2.ebuild,v 1.1 2008/03/10 23:24:35 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdeutils
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KDE calculator"
-KEYWORDS="~amd64 ~x86"
-IUSE="${IUSE} debug htmlhandbook"
-
-DEPEND="dev-libs/gmp"
-RDEPEND="${DEPEND}"
-
-src_test() {
- pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null
- emake knumbertest && \
- ./knumbertest.shell || die "Tests failed."
- popd > /dev/null
-}
diff --git a/kde-base/kcalc/kcalc-4.0.3.ebuild b/kde-base/kcalc/kcalc-4.0.3.ebuild
deleted file mode 100644
index 4aed7879de8f..000000000000
--- a/kde-base/kcalc/kcalc-4.0.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/kcalc-4.0.3.ebuild,v 1.1 2008/04/03 20:43:41 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdeutils
-CPPUNIT_REQUIRED="optional"
-inherit kde4-meta
-
-DESCRIPTION="KDE calculator"
-KEYWORDS="~amd64 ~x86"
-IUSE="${IUSE} debug htmlhandbook"
-
-DEPEND="dev-libs/gmp"
-RDEPEND="${DEPEND}"
-
-src_test() {
- pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null
- emake knumbertest && \
- ./knumbertest.shell || die "Tests failed."
- popd > /dev/null
-}