diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 21:01:56 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 21:01:56 +0000 |
commit | 121a2db419733ba397104b7f66de1882bb1aff5c (patch) | |
tree | 0b041418e7956fba4e1d3b021c465e81ebda90da /kde-base/kcalc | |
parent | Drop KDE 4.2.4 (diff) | |
download | gentoo-2-121a2db419733ba397104b7f66de1882bb1aff5c.tar.gz gentoo-2-121a2db419733ba397104b7f66de1882bb1aff5c.tar.bz2 gentoo-2-121a2db419733ba397104b7f66de1882bb1aff5c.zip |
Drop KDE 4.2.4
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.2.4.ebuild | 25 |
2 files changed, 4 insertions, 26 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index d2f40d711f2d..2a7108b84aec 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.129 2009/11/02 20:41:58 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.130 2009/11/08 21:01:56 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kcalc-4.2.4.ebuild: + Drop KDE 4.2.4 *kcalc-4.3.3 (02 Nov 2009) diff --git a/kde-base/kcalc/kcalc-4.2.4.ebuild b/kde-base/kcalc/kcalc-4.2.4.ebuild deleted file mode 100644 index 27f650efade2..000000000000 --- a/kde-base/kcalc/kcalc-4.2.4.ebuild +++ /dev/null @@ -1,25 +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.2.4.ebuild,v 1.2 2009/06/04 23:16:18 alexxy 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}" - -src_test() { - pushd "${WORKDIR}"/${PN}_build/kcalc/knumber/tests > /dev/null - emake knumbertest && \ - ./knumbertest.shell || die "Tests failed." - popd > /dev/null -} |