summaryrefslogtreecommitdiff
blob: e5221df3c85b9d9819043234febec4852c082af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.4.0.ebuild,v 1.3 2003/06/21 22:30:24 drobbins Exp $

inherit distutils

MY_P=${P/ipython/IPython}

IUSE=""
DESCRIPTION="An advanced interactive shell for Python."
HOMEPAGE="http://ipython.scipy.org/"
SRC_URI="http://ipython.scipy.org/dist/${MY_P}.tar.gz"

LICENSE="PYTHON"
SLOT="0"
KEYWORDS="x86 amd64"
DEPEND="virtual/python"
S="${WORKDIR}/${MY_P}"

mydoc="README"

src_install() {
	distutils_src_install
	mv ${D}/usr/share/doc/IPython/* ${D}/usr/share/doc/${PF}/
}