From d184f1ab9f020bfde5c438ef4619ca58de2159f7 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sat, 25 Oct 2014 19:58:39 +0000 Subject: Version bump KDE SC 4.14.2 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!) --- kde-base/step/ChangeLog | 7 ++++++- kde-base/step/step-4.14.2.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 1 deletion(-) create mode 100644 kde-base/step/step-4.14.2.ebuild (limited to 'kde-base/step') diff --git a/kde-base/step/ChangeLog b/kde-base/step/ChangeLog index 97f9b6760647..59f0cbfdf865 100644 --- a/kde-base/step/ChangeLog +++ b/kde-base/step/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/step # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.218 2014/09/16 18:17:25 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/ChangeLog,v 1.219 2014/10/25 19:58:37 kensington Exp $ + +*step-4.14.2 (25 Oct 2014) + + 25 Oct 2014; Michael Palimaka +step-4.14.2.ebuild: + Version bump KDE SC 4.14.2 *step-4.14.1 (16 Sep 2014) diff --git a/kde-base/step/step-4.14.2.ebuild b/kde-base/step/step-4.14.2.ebuild new file mode 100644 index 000000000000..69c6e19ffcf8 --- /dev/null +++ b/kde-base/step/step-4.14.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/step/step-4.14.2.ebuild,v 1.1 2014/10/25 19:58:37 kensington Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="The KDE physics simulator" +HOMEPAGE="http://edu.kde.org/step" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +gsl +qalculate" + +DEPEND=" + >=dev-cpp/eigen-2.0.3:2 + gsl? ( >=sci-libs/gsl-1.9-r1 ) + qalculate? ( >=sci-libs/libqalculate-0.9.5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with gsl) + $(cmake-utils_use_with qalculate) + ) + kde4-base_src_configure +} -- cgit v1.2.3-65-gdbad