From 65e2895586126d617a7d9db4f40dd35a3ddf26a9 Mon Sep 17 00:00:00 2001 From: "Justin Lecher (jlec)" Date: Sun, 17 May 2009 18:32:07 +0200 Subject: simpy version bump --- sci-misc/simpy/simpy-2.0.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 sci-misc/simpy/simpy-2.0.1.ebuild (limited to 'sci-misc/simpy/simpy-2.0.1.ebuild') diff --git a/sci-misc/simpy/simpy-2.0.1.ebuild b/sci-misc/simpy/simpy-2.0.1.ebuild new file mode 100644 index 000000000..01da78fce --- /dev/null +++ b/sci-misc/simpy/simpy-2.0.1.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +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" + +RDEPEND="dev-lang/python[tk]" +DEPEND="${RDEPEND}" + +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 +} -- cgit v1.2.3-18-g5258