diff options
author | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 19:53:57 +0000 |
---|---|---|
committer | Theo Chatzimichos <tampakrap@gentoo.org> | 2010-03-02 19:53:57 +0000 |
commit | 738043827276876bc69a3a67884d29dc745d32a7 (patch) | |
tree | 45bb44ba64e7411df0baa913b316753aa3037e21 /kde-base/step | |
parent | Fix ebuild.badheader (diff) | |
download | historical-738043827276876bc69a3a67884d29dc745d32a7.tar.gz historical-738043827276876bc69a3a67884d29dc745d32a7.tar.bz2 historical-738043827276876bc69a3a67884d29dc745d32a7.zip |
Version bump KDE 4.4.1
Package-Manager: portage-2.2_rc63/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/step')
-rw-r--r-- | kde-base/step/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/step/step-4.4.1.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog index c9c5f5be97a9..6654794a486d 100644 --- a/kde-base/step/ChangeLog +++ b/kde-base/step/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/step # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.44 2010/02/20 12:10:58 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.45 2010/03/02 19:48:15 tampakrap Exp $ + +*step-4.4.1 (02 Mar 2010) + + 02 Mar 2010; Theo Chatzimichos <tampakrap@gentoo.org> +step-4.4.1.ebuild: + Version bump 20 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> step-4.3.5.ebuild: amd64/x86 stable wrt #300393 diff --git a/kde-base/step/step-4.4.1.ebuild b/kde-base/step/step-4.4.1.ebuild new file mode 100644 index 000000000000..f56f818d60c3 --- /dev/null +++ b/kde-base/step/step-4.4.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.4.1.ebuild,v 1.1 2010/03/02 19:48:15 tampakrap Exp $ + +EAPI="3" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="The KDE physics simulator" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook +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}" + +PATCHES=( + "${FILESDIR}"/${PN}-4.3.2-solaris.patch +) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with gsl) + $(cmake-utils_use_with qalculate) + ) + + kde4-meta_src_configure +} |