diff options
author | 2010-02-09 00:22:58 +0000 | |
---|---|---|
committer | 2010-02-09 00:22:58 +0000 | |
commit | ef3e87e1478e8e23c8911c3ae5bed6910430327d (patch) | |
tree | f52f9a411e85f2aeefd563cd9bdfbecd6f247cb9 /kde-base/step | |
parent | [kde-base/ksplash] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-ef3e87e1478e8e23c8911c3ae5bed6910430327d.tar.gz historical-ef3e87e1478e8e23c8911c3ae5bed6910430327d.tar.bz2 historical-ef3e87e1478e8e23c8911c3ae5bed6910430327d.zip |
[kde-base/step] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/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.0.ebuild | 34 |
2 files changed, 40 insertions, 1 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog index 0c924210a9c9..fe9ca91fb619 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.42 2010/01/25 17:40:38 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.43 2010/02/09 00:22:55 alexxy Exp $ + +*step-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +step-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *step-4.3.5 (25 Jan 2010) diff --git a/kde-base/step/step-4.4.0.ebuild b/kde-base/step/step-4.4.0.ebuild new file mode 100644 index 000000000000..4ff4d7e504ac --- /dev/null +++ b/kde-base/step/step-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:22:55 alexxy Exp $ + +EAPI="2" + +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 +} |