diff options
| author | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2013-08-31 12:59:42 +0200 |
|---|---|---|
| committer | Andreas K. Huettel (dilfridge) <dilfridge@gentoo.org> | 2013-08-31 12:59:42 +0200 |
| commit | ddf8c356ae91f29bc25bff737d09282d92fb1c65 (patch) | |
| tree | 655bd97ec06c9f4694e224d23b87f6e970741805 /kde-base/kcalc/kcalc-4.11.1.ebuild | |
| parent | 6a4d0243a0b73a50f6b760b5df18e92e392e0dfd (diff) | |
| download | kde-ddf8c356ae91f29bc25bff737d09282d92fb1c65.tar.gz kde-ddf8c356ae91f29bc25bff737d09282d92fb1c65.tar.bz2 kde-ddf8c356ae91f29bc25bff737d09282d92fb1c65.zip | |
[kde-4.11.1] Version bump
Package-Manager: portage-2.2.1
Diffstat (limited to 'kde-base/kcalc/kcalc-4.11.1.ebuild')
| -rw-r--r-- | kde-base/kcalc/kcalc-4.11.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/kde-base/kcalc/kcalc-4.11.1.ebuild b/kde-base/kcalc/kcalc-4.11.1.ebuild new file mode 100644 index 00000000000..d2ecde3ef22 --- /dev/null +++ b/kde-base/kcalc/kcalc-4.11.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +CPPUNIT_REQUIRED="optional" +inherit kde4-base + +DESCRIPTION="KDE calculator" +HOMEPAGE="http://www.kde.org/applications/utilities/kcalc +http://utils.kde.org/projects/kcalc" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + dev-libs/gmp +" +RDEPEND="${DEPEND}" + +RESTRICT=test +# Testing result of: KNumber("nan") ^ KNumber("inf") should give nan and gives inf ... + +src_test() { + LANG=C kde4-base_src_test +} |
