summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:28:05 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 16:28:05 +0000
commit5977af1cb09397456abf6091acb9915250ebb52a (patch)
treea3d30683fcee42e7892cce4fbf613e07cfc9b167 /kde-base/kcalc
parentOld. (diff)
downloadgentoo-2-5977af1cb09397456abf6091acb9915250ebb52a.tar.gz
gentoo-2-5977af1cb09397456abf6091acb9915250ebb52a.tar.bz2
gentoo-2-5977af1cb09397456abf6091acb9915250ebb52a.zip
Old.
(Portage version: 2.2_pre5)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r--kde-base/kcalc/ChangeLog5
-rw-r--r--kde-base/kcalc/kcalc-4.0.1.ebuild22
2 files changed, 4 insertions, 23 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog
index e2c006edfc56..fa103e440cab 100644
--- a/kde-base/kcalc/ChangeLog
+++ b/kde-base/kcalc/ChangeLog
@@ -1,6 +1,9 @@
# 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.83 2008/03/10 23:24:35 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.84 2008/03/20 16:28:05 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kcalc-4.0.1.ebuild:
+ Old.
*kcalc-4.0.2 (10 Mar 2008)
diff --git a/kde-base/kcalc/kcalc-4.0.1.ebuild b/kde-base/kcalc/kcalc-4.0.1.ebuild
deleted file mode 100644
index 20f2cea37817..000000000000
--- a/kde-base/kcalc/kcalc-4.0.1.ebuild
+++ /dev/null
@@ -1,22 +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.1.ebuild,v 1.3 2008/03/04 01:52:18 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdeutils
-inherit kde4-meta
-
-DESCRIPTION="KDE calculator"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="debug htmlhandbook test"
-
-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
-}