diff options
author | 2013-04-06 00:07:30 +0000 | |
---|---|---|
committer | 2013-04-06 00:07:30 +0000 | |
commit | fd4e6b6d6bdcf223204f23e650d632f0075384f1 (patch) | |
tree | 02ace3c1a59288cd821f08e9ea0d29d0f0891b2d /kde-base/step/step-4.10.2.ebuild | |
parent | Add patch to support >=gtk-2.24.0. #460714 (diff) | |
download | historical-fd4e6b6d6bdcf223204f23e650d632f0075384f1.tar.gz historical-fd4e6b6d6bdcf223204f23e650d632f0075384f1.tar.bz2 historical-fd4e6b6d6bdcf223204f23e650d632f0075384f1.zip |
Version bump KDE SC 4.10.2
Package-Manager: portage-2.2.0_alpha171/cvs/Linux x86_64
RepoMan-Options: --force
Manifest-Sign-Key: 0xEBE6A336BE19039C!
Diffstat (limited to 'kde-base/step/step-4.10.2.ebuild')
-rw-r--r-- | kde-base/step/step-4.10.2.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/kde-base/step/step-4.10.2.ebuild b/kde-base/step/step-4.10.2.ebuild new file mode 100644 index 000000000000..7c512a7b6924 --- /dev/null +++ b/kde-base/step/step-4.10.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.10.2.ebuild,v 1.1 2013/04/06 00:04:06 dilfridge Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="The KDE physics simulator" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +gsl +qalculate" + +DEPEND=" + >=dev-cpp/eigen-2.0.3:2 + sci-libs/cln + >=sci-mathematics/gmm-3.0 + gsl? ( >=sci-libs/gsl-1.9-r1 ) + qalculate? ( >=sci-libs/libqalculate-0.9.5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with gsl) + $(cmake-utils_use_with qalculate) + ) + kde4-base_src_configure +} |