From b2e6994f44c4e0f241cae6176478b6601fc26cb7 Mon Sep 17 00:00:00 2001 From: TheChymera Date: Mon, 29 Oct 2012 13:02:03 +0000 Subject: Ebuild improvements as per jauhien's instructions. --- sci-biology/psychopy/psychopy-9999.ebuild | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) diff --git a/sci-biology/psychopy/psychopy-9999.ebuild b/sci-biology/psychopy/psychopy-9999.ebuild index 6f4a675b7..db55ce5f2 100644 --- a/sci-biology/psychopy/psychopy-9999.ebuild +++ b/sci-biology/psychopy/psychopy-9999.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" +EAPI="4" inherit eutils distutils git-2 -DESCRIPTION="Python psychology toolkit" +DESCRIPTION="Python experiemntal psychology toolkit" HOMEPAGE="http://www.psychopy.org/" EGIT_REPO_URI="https://github.com/psychopy/psychopy" LICENSE="GNU GPL v3+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="test doc" - DEPEND="dev-python/numpy[lapack] sci-libs/scipy dev-python/matplotlib @@ -24,19 +22,10 @@ DEPEND="dev-python/numpy[lapack] dev-python/setuptools dev-python/lxml" - -# Run-time dependencies. Must be defined to whatever this depends on to run. -# The below is valid if the same run-time depends are required to compile. -RDEPEND="app-admin/eselect - dev-python/numpy[lapack] - sci-libs/scipy - dev-python/matplotlib - dev-python/pyglet +RDEPEND="${DEPEND} + app-admin/eselect + dev-python/pyglet dev-python/pygame - dev-python/pyopengl - dev-python/imaging - dev-python/wxpython - dev-python/setuptools - dev-python/lxml" + " S="${WORKDIR}/psychopy/" -- cgit v1.2.3-65-gdbad