diff options
author | Alastair Tse <liquidx@gentoo.org> | 2005-05-09 15:27:19 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2005-05-09 15:27:19 +0000 |
commit | 2ce2f116846e9db0bbb0f033f00e998d7deff62a (patch) | |
tree | 785cd7086219925bea0f48f0980d035c11f37f19 /dev-python/scientificpython/scientificpython-2.4.9.ebuild | |
parent | Minor updates (diff) | |
download | gentoo-2-2ce2f116846e9db0bbb0f033f00e998d7deff62a.tar.gz gentoo-2-2ce2f116846e9db0bbb0f033f00e998d7deff62a.tar.bz2 gentoo-2-2ce2f116846e9db0bbb0f033f00e998d7deff62a.zip |
version bump
(Portage version: 2.0.51.21)
Diffstat (limited to 'dev-python/scientificpython/scientificpython-2.4.9.ebuild')
-rw-r--r-- | dev-python/scientificpython/scientificpython-2.4.9.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/scientificpython/scientificpython-2.4.9.ebuild b/dev-python/scientificpython/scientificpython-2.4.9.ebuild new file mode 100644 index 000000000000..320c76a3738f --- /dev/null +++ b/dev-python/scientificpython/scientificpython-2.4.9.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/scientificpython/scientificpython-2.4.9.ebuild,v 1.1 2005/05/09 15:27:19 liquidx Exp $ + +MY_P=${P/scientificpython/ScientificPython} +S=${WORKDIR}/${MY_P} + +inherit distutils + +IUSE="" +DESCRIPTION="Scientific Module for Python" +SRC_URI="http://starship.python.net/~hinsen/ScientificPython/${MY_P}.tar.gz" +HOMEPAGE="http://starship.python.net/crew/hinsen/scientific.html" +SLOT="0" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~alpha ~ppc ~amd64" + +DEPEND="virtual/python + >=dev-python/numeric-19.0 + >=sci-libs/netcdf-3.0" + +src_install() { + distutils_src_install + + dodoc MANIFEST.in COPYRIGHT README* + cd Doc + dodoc CHANGELOG + dohtml HTML/* + + dodir /usr/share/doc/${PF}/pdf + insinto /usr/share/doc/${PF}/pdf + doins PDF/* +} |