summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-03-29 02:10:37 +0000
committerMike Frysinger <vapier@gentoo.org>2005-03-29 02:10:37 +0000
commit8e6b0643f8e9ebde1190607b0025e1b9bd40ba10 (patch)
tree8f394d79db8f36116472197dd818d63a20fc8d97 /dev-python/ipython
parentuse default-linux/x86/* (diff)
downloadhistorical-8e6b0643f8e9ebde1190607b0025e1b9bd40ba10.tar.gz
historical-8e6b0643f8e9ebde1190607b0025e1b9bd40ba10.tar.bz2
historical-8e6b0643f8e9ebde1190607b0025e1b9bd40ba10.zip
s390 love
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ipython-0.6.12.ebuild11
1 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/ipython/ipython-0.6.12.ebuild b/dev-python/ipython/ipython-0.6.12.ebuild
index a5b65a6f77cb..f42b93d78062 100644
--- a/dev-python/ipython/ipython-0.6.12.ebuild
+++ b/dev-python/ipython/ipython-0.6.12.ebuild
@@ -1,17 +1,20 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.12.ebuild,v 1.1 2005/03/03 16:47:54 lucass Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.12.ebuild,v 1.2 2005/03/29 02:06:13 vapier Exp $
inherit distutils
DESCRIPTION="An advanced interactive shell for Python."
-SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz"
HOMEPAGE="http://ipython.scipy.org/"
+SRC_URI="http://ipython.scipy.org/dist/${P}.tar.gz"
+
LICENSE="PYTHON"
SLOT="0"
+KEYWORDS="~amd64 ~ppc s390 ~x86"
IUSE="gnuplot"
-KEYWORDS="~x86 ~amd64 ~ppc"
+
DEPEND="virtual/python"
RDEPEND="${DEPEND}
- gnuplot? ( dev-python/gnuplot-py )"
+ gnuplot? ( dev-python/gnuplot-py )"
+
DOCS="doc/ChangeLog"