diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:51:54 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:51:54 +0000 |
commit | 633311a8ed2508180c1f419f992fc5c66b0fb12b (patch) | |
tree | c74d41aa3dfb80717e09abbad4796fcc087b23f8 /kde-base/kcalc | |
parent | Added KDE 4.0.4 version of kcachegrind. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-633311a8ed2508180c1f419f992fc5c66b0fb12b.tar.gz gentoo-2-633311a8ed2508180c1f419f992fc5c66b0fb12b.tar.bz2 gentoo-2-633311a8ed2508180c1f419f992fc5c66b0fb12b.zip |
Added KDE 4.0.4 version of kcalc. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.0.4.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 1c98e4abb24f..84820f6c47c9 100644 --- a/kde-base/kcalc/ChangeLog +++ b/kde-base/kcalc/ChangeLog @@ -1,6 +1,11 @@ # 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.89 2008/05/14 12:31:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.90 2008/05/15 22:51:54 ingmar Exp $ + +*kcalc-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kcalc-4.0.4.ebuild: + Added KDE 4.0.4 version of kcalc. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> kcalc-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kcalc/kcalc-4.0.4.ebuild b/kde-base/kcalc/kcalc-4.0.4.ebuild new file mode 100644 index 000000000000..1490489776b9 --- /dev/null +++ b/kde-base/kcalc/kcalc-4.0.4.ebuild @@ -0,0 +1,23 @@ +# 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.4.ebuild,v 1.1 2008/05/15 22:51:54 ingmar 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 +} |