From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/simx/
Date: Mon, 6 Jan 2014 18:33:17 +0000 (UTC) [thread overview]
Message-ID: <1389031408.04a3f20584a516df6e2d8be7467cdf6ab4ae8980.jlec@gentoo> (raw)
commit: 04a3f20584a516df6e2d8be7467cdf6ab4ae8980
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 18:03:28 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 18:03:28 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=04a3f205
sci-misc/simx: Switch from git-2 to git-r3
Package-Manager: portage-2.2.8
---
sci-misc/simx/ChangeLog | 6 +++++-
sci-misc/simx/metadata.xml | 2 +-
sci-misc/simx/simx-0.1.ebuild | 16 +++++-----------
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 2a2f105..365ac89 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 d369d06..897aa2e 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 27d4188..38fe6e2 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 d0e26d0..0ab6e11 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}
next reply other threads:[~2014-01-06 18:33 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-06 18:33 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-27 18:40 [gentoo-commits] proj/sci:master commit in: sci-misc/simx/ Aisha Tammy
2016-02-14 17:32 Justin Lecher
2015-06-05 11:20 Justin Lecher
2013-10-24 17:03 Christoph Junghans
2013-10-22 1:04 Christoph Junghans
2013-10-22 0:09 Christoph Junghans
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1389031408.04a3f20584a516df6e2d8be7467cdf6ab4ae8980.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox