aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2014-01-06 19:03:28 +0100
committerJustin Lecher <jlec@gentoo.org>2014-01-06 19:03:28 +0100
commit04a3f20584a516df6e2d8be7467cdf6ab4ae8980 (patch)
tree6da9a96621878a63b9042809902fa91d8efa3170 /sci-misc/simx/simx-0.1.ebuild
parentsci-mathematics/petsc: Punt base.eclass (diff)
downloadsci-04a3f20584a516df6e2d8be7467cdf6ab4ae8980.tar.gz
sci-04a3f20584a516df6e2d8be7467cdf6ab4ae8980.tar.bz2
sci-04a3f20584a516df6e2d8be7467cdf6ab4ae8980.zip
sci-misc/simx: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
Diffstat (limited to 'sci-misc/simx/simx-0.1.ebuild')
-rw-r--r--sci-misc/simx/simx-0.1.ebuild16
1 files changed, 5 insertions, 11 deletions
diff --git a/sci-misc/simx/simx-0.1.ebuild b/sci-misc/simx/simx-0.1.ebuild
index 27d418805..38fe6e2ea 100644
--- a/sci-misc/simx/simx-0.1.ebuild
+++ b/sci-misc/simx/simx-0.1.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: $
@@ -8,23 +8,17 @@ 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
-
DESCRIPTION="a library for developing parallel, discrete-event simulations in Python"
HOMEPAGE="https://github.com/sim-x"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
SLOT="0"
LICENSE="LGPL-2.1"
IUSE=""
+KEYWORDS="~amd64"
-RDEPEND=" virtual/mpi
+RDEPEND="
+ virtual/mpi
dev-libs/boost[python,${PYTHON_USEDEP}]
dev-python/greenlet[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}