diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:27:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2008-11-09 02:27:17 +0000 |
commit | 601ab7de8917e078f7d629086da0b246aefd2209 (patch) | |
tree | 97aa1438c6216197096c83bb426bd1e93ee0b303 /kde-base/kcalc | |
parent | Full auto: Version bump for KDE-4.1.3 (diff) | |
download | gentoo-2-601ab7de8917e078f7d629086da0b246aefd2209.tar.gz gentoo-2-601ab7de8917e078f7d629086da0b246aefd2209.tar.bz2 gentoo-2-601ab7de8917e078f7d629086da0b246aefd2209.zip |
Full auto: Version bump for KDE-4.1.3
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-gentoo i686)
Diffstat (limited to 'kde-base/kcalc')
-rw-r--r-- | kde-base/kcalc/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kcalc/kcalc-4.1.3.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kcalc/ChangeLog b/kde-base/kcalc/ChangeLog index 7294dbd7bc91..4451e53c3577 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.96 2008/10/21 09:30:09 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kcalc/ChangeLog,v 1.97 2008/11/09 02:27:17 scarabeus Exp $ + +*kcalc-4.1.3 (08 Nov 2008) + + 08 Nov 2008; Tomas Chvatal <scarabeus@gentoo.org> +kcalc-4.1.3.ebuild: + Version bump. 21 Oct 2008; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> -kcalc-4.0.4.ebuild, -kcalc-4.0.5.ebuild: diff --git a/kde-base/kcalc/kcalc-4.1.3.ebuild b/kde-base/kcalc/kcalc-4.1.3.ebuild new file mode 100644 index 000000000000..031f0c1bd16d --- /dev/null +++ b/kde-base/kcalc/kcalc-4.1.3.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.1.3.ebuild,v 1.1 2008/11/09 02:27:17 scarabeus Exp $ + +EAPI="2" + +KMNAME=kdeutils +CPPUNIT_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE calculator" +KEYWORDS="~amd64 ~x86" +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 +} |