diff options
author | 2009-09-01 16:29:38 +0000 | |
---|---|---|
committer | 2009-09-01 16:29:38 +0000 | |
commit | a9873be68b9297bc83fe0800ef42a695791f276a (patch) | |
tree | 2d8eca3bc59547e9e63dcbd7455507b3de9fbc45 /kde-base/step | |
parent | stable sparc, bug 282379 (diff) | |
download | gentoo-2-a9873be68b9297bc83fe0800ef42a695791f276a.tar.gz gentoo-2-a9873be68b9297bc83fe0800ef42a695791f276a.tar.bz2 gentoo-2-a9873be68b9297bc83fe0800ef42a695791f276a.zip |
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/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.3.1.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog index 986ef8b79f83..724de8af9520 100644 --- a/kde-base/step/ChangeLog +++ b/kde-base/step/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/step # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.24 2009/08/06 19:32:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.25 2009/09/01 16:29:38 tampakrap Exp $ + +*step-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> +step-4.3.1.ebuild: + Version bump 06 Aug 2009; Tomáš Chvátal <scarabeus@gentoo.org> step-4.3.0.ebuild: Adjust the rm to be kdeprefix aware. diff --git a/kde-base/step/step-4.3.1.ebuild b/kde-base/step/step-4.3.1.ebuild new file mode 100644 index 000000000000..13e99eb533d1 --- /dev/null +++ b/kde-base/step/step-4.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.3.1.ebuild,v 1.1 2009/09/01 16:29:38 tampakrap Exp $ + +EAPI="2" + +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="The KDE physics simulator" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook +gsl +qalculate" + +DEPEND=" + >=dev-cpp/eigen-2.0.3 + 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() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with gsl) + $(cmake-utils_use_with qalculate)" + + kde4-meta_src_configure +} |