diff options
Diffstat (limited to 'sci-misc/simx/simx-9999.ebuild')
-rw-r--r-- | sci-misc/simx/simx-9999.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/sci-misc/simx/simx-9999.ebuild b/sci-misc/simx/simx-9999.ebuild index d0e26d019..0ab6e11cd 100644 --- a/sci-misc/simx/simx-9999.ebuild +++ b/sci-misc/simx/simx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -6,25 +6,19 @@ EAPI=5 PYTHON_COMPAT=( python{2_6,2_7} ) -inherit cmake-utils distutils-r1 - -if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/sim-x/simx.git http://github.com/sim-x/simx.git" - inherit git-2 - KEYWORDS="" -else - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - KEYWORDS="~amd64" -fi +inherit cmake-utils distutils-r1 git-r3 DESCRIPTION="a library for developing parallel, discrete-event simulations in Python" HOMEPAGE="https://github.com/sim-x" +SRC_URI="" SLOT="0" LICENSE="LGPL-2.1" IUSE="" +KEYWORDS="" -RDEPEND=" virtual/mpi +RDEPEND=" + virtual/mpi dev-libs/boost[python,${PYTHON_USEDEP}] dev-python/greenlet[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} |