diff options
author | 2014-01-06 19:03:28 +0100 | |
---|---|---|
committer | 2014-01-06 19:03:28 +0100 | |
commit | 04a3f20584a516df6e2d8be7467cdf6ab4ae8980 (patch) | |
tree | 6da9a96621878a63b9042809902fa91d8efa3170 | |
parent | sci-mathematics/petsc: Punt base.eclass (diff) | |
download | sci-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
-rw-r--r-- | sci-misc/simx/ChangeLog | 6 | ||||
-rw-r--r-- | sci-misc/simx/metadata.xml | 2 | ||||
-rw-r--r-- | sci-misc/simx/simx-0.1.ebuild | 16 | ||||
-rw-r--r-- | sci-misc/simx/simx-9999.ebuild | 18 |
4 files changed, 17 insertions, 25 deletions
diff --git a/sci-misc/simx/ChangeLog b/sci-misc/simx/ChangeLog index 2a2f105ee..365ac8991 100644 --- a/sci-misc/simx/ChangeLog +++ b/sci-misc/simx/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-misc/simx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Jan 2014; Justin Lecher <jlec@gentoo.org> simx-0.1.ebuild, + simx-9999.ebuild, metadata.xml: + Switch from git-2 to git-r3 + 24 Oct 2013; Christoph Junghans <ottxor@gentoo.org> simx-0.1.ebuild, simx-9999.ebuild: fixed python deps diff --git a/sci-misc/simx/metadata.xml b/sci-misc/simx/metadata.xml index d369d068f..897aa2e6b 100644 --- a/sci-misc/simx/metadata.xml +++ b/sci-misc/simx/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>sci</herd> + <herd>sci</herd> </pkgmetadata> 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} 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} |