summaryrefslogtreecommitdiff
path: root/kde-base/step/step-9999.ebuild
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-22 17:10:16 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-22 17:10:16 +0200
commit3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae (patch)
tree1322931fe42d20a84a7e9ca769118ba20385465d /kde-base/step/step-9999.ebuild
parent4bb61c28c25350c7eb7eca50edc9e682083022e1 (diff)
downloadkde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.gz
kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.tar.bz2
kde-3143e5ad1677a6e7a18b131b5036d31ee9b2c7ae.zip
Initial commit of live branch, not removed anything yet. Needs a hell of cleanup.
Diffstat (limited to 'kde-base/step/step-9999.ebuild')
-rw-r--r--kde-base/step/step-9999.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-base/step/step-9999.ebuild b/kde-base/step/step-9999.ebuild
new file mode 100644
index 00000000000..9a787c2618b
--- /dev/null
+++ b/kde-base/step/step-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="1"
+
+KMNAME=kdeedu
+inherit kde4svn-meta
+
+DESCRIPTION="The KDE physics simulator"
+KEYWORDS=""
+IUSE="+gsl +qalculate"
+
+DEPEND=">=sci-mathematics/gmm-3.0
+ gsl? ( >=sci-libs/gsl-1.9-r1 )
+ qalculate? ( >=sci-libs/libqalculate-0.9.5 )"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ mycmakeargs="${mycmakeargs}
+ $(cmake-utils_use_with gsl GSL)
+ $(cmake-utils_use_with qalculate Qalculate)"
+
+ kde4overlay-meta_src_compile
+}