diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-10-06 09:17:37 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-10-06 09:17:37 +0000 |
commit | b900c5b419baaf47bcd309ef6d8a932d630c79be (patch) | |
tree | 0ac77639648e73041ce5b313801ae2608e40ce15 /kde-base/step | |
parent | Fix libpng SLOT depend wrt #339796 by "MaratIK". (diff) | |
download | historical-b900c5b419baaf47bcd309ef6d8a932d630c79be.tar.gz historical-b900c5b419baaf47bcd309ef6d8a932d630c79be.tar.bz2 historical-b900c5b419baaf47bcd309ef6d8a932d630c79be.zip |
Add KDE SC 4.5.2 =)
Package-Manager: portage-2.2_rc88_p115/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.5.2.ebuild | 35 |
2 files changed, 41 insertions, 1 deletions
diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog index 382ddc0e5c57..4380f34a6cc5 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.61 2010/09/06 02:05:05 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.62 2010/10/06 09:17:32 alexxy Exp $ + +*step-4.5.2 (05 Oct 2010) + + 05 Oct 2010; Alexey Shvetsov <alexxy@gentoo.org> +step-4.5.2.ebuild: + Version bump KDE SC 4.5.2 *step-4.5.1 (06 Sep 2010) diff --git a/kde-base/step/step-4.5.2.ebuild b/kde-base/step/step-4.5.2.ebuild new file mode 100644 index 000000000000..744c85127d13 --- /dev/null +++ b/kde-base/step/step-4.5.2.ebuild @@ -0,0 +1,35 @@ +# 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.5.2.ebuild,v 1.1 2010/10/06 09:17:32 alexxy Exp $ + +EAPI="3" + +KDE_HANDBOOK="optional" +KMNAME="kdeedu" +inherit kde4-meta + +DESCRIPTION="The KDE physics simulator" +KEYWORDS="~amd64 ~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}" + +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 +} |