From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/simpy/
Date: Wed, 13 Apr 2011 18:36:48 +0000 (UTC) [thread overview]
Message-ID: <0a8c1a35eecb6cc8be1aa4a9d1724075c8c0ffa9.jlec@gentoo> (raw)
commit: 0a8c1a35eecb6cc8be1aa4a9d1724075c8c0ffa9
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 13 18:36:43 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 18:36:43 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=0a8c1a35
Version Bump
(Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 70EB7916)
---
sci-misc/simpy/ChangeLog | 7 +++++-
sci-misc/simpy/simpy-2.1.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++
2 files changed, 52 insertions(+), 1 deletions(-)
diff --git a/sci-misc/simpy/ChangeLog b/sci-misc/simpy/ChangeLog
index aacb0c2..6871477 100644
--- a/sci-misc/simpy/ChangeLog
+++ b/sci-misc/simpy/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for sci-misc/simpy
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*simpy-2.1.0 (13 Apr 2011)
+
+ 13 Apr 2011; Justin Lecher <jlec@gentoo.org> +simpy-2.1.0.ebuild:
+ Version Bump
+
29 Jun 2010; Justin Lecher <jlec@gentoo.org> simpy-2.0.1.ebuild:
Python ABI fixes
diff --git a/sci-misc/simpy/simpy-2.1.0.ebuild b/sci-misc/simpy/simpy-2.1.0.ebuild
new file mode 100644
index 0000000..c21372a
--- /dev/null
+++ b/sci-misc/simpy/simpy-2.1.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+PYTHON_USE_WITH="tk"
+RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_MODNAME="SimPy"
+
+inherit distutils
+
+MY_P="${P/simpy/SimPy}"
+
+DESCRIPTION="Process and event simulation."
+HOMEPAGE="http://simpy.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ distutils_src_install
+
+ if use doc ; then
+ dodoc SimPyDocs
+ dodoc SimPyModels
+ # Took the following from 'dodoc' in order to not compress
+ # the pdf file. 'dodoc' always compresses.
+ dir="${D}usr/share/doc/${PF}/${DOCDESTTREE}"
+ if [ ! -d "${dir}" ] ; then
+ install -d "${dir}"
+ fi
+ for dname in `find SimPyDocs SimPyModels -type d`
+ do
+ install -d "${dir}/${dname}"
+ install -m0644 "${dname}"/* "${dir}/${dname}"
+ done
+ fi
+}
next reply other threads:[~2011-04-13 18:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-13 18:36 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-04-13 18:42 [gentoo-commits] proj/sci:master commit in: sci-misc/simpy/ Justin Lecher
2011-11-23 4:14 Tim Cera
2012-01-08 15:22 Justin Lecher
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=0a8c1a35eecb6cc8be1aa4a9d1724075c8c0ffa9.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