diff options
author | Sébastien Fabbro <sebfabbro@gmail.com> | 2010-09-02 18:24:19 +0100 |
---|---|---|
committer | Sébastien Fabbro <sebfabbro@gmail.com> | 2010-09-02 18:24:19 +0100 |
commit | 071c7f48ef305680e1c1f881218c5ce72b6a090b (patch) | |
tree | 2bfd6ecb639a995751f06b284382e77db242adf6 /dev-python/vo/vo-0.6.ebuild | |
parent | New package: sci-mathematics/Oid (diff) | |
download | sci-071c7f48ef305680e1c1f881218c5ce72b6a090b.tar.gz sci-071c7f48ef305680e1c1f881218c5ce72b6a090b.tar.bz2 sci-071c7f48ef305680e1c1f881218c5ce72b6a090b.zip |
moved to the main tree
Diffstat (limited to 'dev-python/vo/vo-0.6.ebuild')
-rw-r--r-- | dev-python/vo/vo-0.6.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-python/vo/vo-0.6.ebuild b/dev-python/vo/vo-0.6.ebuild deleted file mode 100644 index 3ae4c5aca..000000000 --- a/dev-python/vo/vo-0.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3 - -#PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils eutils - -DESCRIPTION="Python module to read VOTABLE into a Numpy recarray" -HOMEPAGE="https://trac6.assembla.com/astrolib/wiki http://www.scipy.org/AstroLib" -SRC_URI="http://stsdas.stsci.edu/astrolib/${P}.tar.gz" - -IUSE="examples" -SLOT="0" -KEYWORDS="~amd64 ~x86" -LICENSE="AURA" - -RDEPEND="dev-libs/expat" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-expat.patch -} - -#FIXME: tests are buggy, sphinx misses stsci_sphinx.conf - -src_install() { - distutils_src_install - if use examples; then - insinto /usr/share/doc/${PF}/ - doins -r examples || die - fi -} |