diff options
author | 2013-07-02 16:48:19 +0000 | |
---|---|---|
committer | 2013-07-02 16:48:19 +0000 | |
commit | 02902daa78c7cf5f5386400ee0dafd0414609a10 (patch) | |
tree | 16905afe90080dedca0abd945f2f302b80b0b3e1 /kde-base/rocs | |
parent | Move `ln` update to the patch rather than sed-ing it after the fact #475334 b... (diff) | |
download | gentoo-2-02902daa78c7cf5f5386400ee0dafd0414609a10.tar.gz gentoo-2-02902daa78c7cf5f5386400ee0dafd0414609a10.tar.bz2 gentoo-2-02902daa78c7cf5f5386400ee0dafd0414609a10.zip |
Version bump KDE SC 4.10.5
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
Diffstat (limited to 'kde-base/rocs')
-rw-r--r-- | kde-base/rocs/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/rocs/rocs-4.10.5.ebuild | 33 |
2 files changed, 39 insertions, 1 deletions
diff --git a/kde-base/rocs/ChangeLog b/kde-base/rocs/ChangeLog index 8213652f73c3..5f26f5a0522a 100644 --- a/kde-base/rocs/ChangeLog +++ b/kde-base/rocs/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/rocs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/ChangeLog,v 1.123 2013/07/02 09:30:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/ChangeLog,v 1.124 2013/07/02 16:48:17 johu Exp $ + +*rocs-4.10.5 (02 Jul 2013) + + 02 Jul 2013; Johannes Huber <johu@gentoo.org> +rocs-4.10.5.ebuild: + Version bump KDE SC 4.10.5 02 Jul 2013; Agostino Sarubbo <ago@gentoo.org> -rocs-4.10.3.ebuild: Remove old diff --git a/kde-base/rocs/rocs-4.10.5.ebuild b/kde-base/rocs/rocs-4.10.5.ebuild new file mode 100644 index 000000000000..04aef9e8bbe2 --- /dev/null +++ b/kde-base/rocs/rocs-4.10.5.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/rocs/rocs-4.10.5.ebuild,v 1.1 2013/07/02 16:48:17 johu Exp $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE4 interface to work with Graph Theory" +KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=dev-libs/boost-1.43:=" +DEPEND=" + ${RDEPEND} + >=dev-cpp/eigen-2.0.3:2 +" + +RESTRICT=test +# bug 443752 + +src_test() { + local mycmakeargs=(-DKDE4_BUILD_TESTS=ON) + cmake-utils_src_configure + kde4-base_src_compile + + cd "${CMAKE_BUILD_DIR}" + emake DESTDIR="${T}/tests" install + export KDEDIRS="${KDEDIRS}:${T}/tests/${PREFIX}" + kbuildsycoca4 + ctest || die "tests failed" +} |