summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 12:43:42 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 12:43:42 +0000
commitfe5b5768b82c56debddaf0078f72c75be57edf92 (patch)
tree401963dc44780f4958914aa7d008961a8f8ff99f /kde-base/kcalc
parentreplaced the wrongly added single quotes with double quotes (diff)
downloadhistorical-fe5b5768b82c56debddaf0078f72c75be57edf92.tar.gz
historical-fe5b5768b82c56debddaf0078f72c75be57edf92.tar.bz2
historical-fe5b5768b82c56debddaf0078f72c75be57edf92.zip
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kcalc')
-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
-}