diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 11:13:10 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 11:13:10 +0000 |
commit | 27c8f04f61300a7dc510888a0c8ca4c0bbdc4153 (patch) | |
tree | 09411843f84ca03b9ba2c383b69d334532708f53 /kde-base/kalgebra | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-27c8f04f61300a7dc510888a0c8ca4c0bbdc4153.tar.gz gentoo-2-27c8f04f61300a7dc510888a0c8ca4c0bbdc4153.tar.bz2 gentoo-2-27c8f04f61300a7dc510888a0c8ca4c0bbdc4153.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kalgebra')
-rw-r--r-- | kde-base/kalgebra/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kalgebra/kalgebra-4.2.4.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kalgebra/ChangeLog b/kde-base/kalgebra/ChangeLog index 7735095287e3..3b4eecf9233d 100644 --- a/kde-base/kalgebra/ChangeLog +++ b/kde-base/kalgebra/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kalgebra # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.29 2009/06/03 14:48:32 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kalgebra/ChangeLog,v 1.30 2009/06/04 11:13:10 alexxy Exp $ + +*kalgebra-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kalgebra-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kalgebra-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/kalgebra/kalgebra-4.2.4.ebuild b/kde-base/kalgebra/kalgebra-4.2.4.ebuild new file mode 100644 index 000000000000..d7c92e46ae75 --- /dev/null +++ b/kde-base/kalgebra/kalgebra-4.2.4.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/kalgebra/kalgebra-4.2.4.ebuild,v 1.1 2009/06/04 11:13:10 alexxy Exp $ + +EAPI="2" + +KMNAME="kdeedu" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="MathML-based graph calculator for KDE." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook +plasma readline" + +DEPEND=" + readline? ( sys-libs/readline ) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY="libkdeedu/kdeeduui" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with readline Readline) + $(cmake-utils_use_with plasma Plasma) + $(cmake-utils_use_with opengl OpenGL)" + + kde4-meta_src_configure +} |