diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-16 11:10:28 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-16 11:10:28 +0000 |
commit | 0cb3450e4ec7fc6d2f88211610dbb8d959363f9b (patch) | |
tree | b3d07fd5f17083e6187ba7afd60ca29bc2cb7b34 /dev-python/ipython | |
parent | Removing empty dir (diff) | |
download | historical-0cb3450e4ec7fc6d2f88211610dbb8d959363f9b.tar.gz historical-0cb3450e4ec7fc6d2f88211610dbb8d959363f9b.tar.bz2 historical-0cb3450e4ec7fc6d2f88211610dbb8d959363f9b.zip |
stable bump
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.4.0 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.4.0.ebuild | 25 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.5.0.ebuild | 4 |
3 files changed, 2 insertions, 28 deletions
diff --git a/dev-python/ipython/files/digest-ipython-0.4.0 b/dev-python/ipython/files/digest-ipython-0.4.0 deleted file mode 100644 index 7fdbb6d4aeef..000000000000 --- a/dev-python/ipython/files/digest-ipython-0.4.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 816e6ef193688b58682a51558fdc099f IPython-0.4.0.tar.gz 650747 diff --git a/dev-python/ipython/ipython-0.4.0.ebuild b/dev-python/ipython/ipython-0.4.0.ebuild deleted file mode 100644 index 42e7a29827db..000000000000 --- a/dev-python/ipython/ipython-0.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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.4 2003/06/22 12:15:59 liquidx 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" -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}/ -} diff --git a/dev-python/ipython/ipython-0.5.0.ebuild b/dev-python/ipython/ipython-0.5.0.ebuild index ad6272ed53bf..0d28f885eb99 100644 --- a/dev-python/ipython/ipython-0.5.0.ebuild +++ b/dev-python/ipython/ipython-0.5.0.ebuild @@ -1,6 +1,6 @@ # 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.5.0.ebuild,v 1.1 2003/09/06 17:54:58 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.5.0.ebuild,v 1.2 2004/01/16 11:04:59 liquidx Exp $ inherit distutils @@ -13,7 +13,7 @@ SRC_URI="http://ipython.scipy.org/dist/${MY_P}.tar.gz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/python" S="${WORKDIR}/${MY_P}" |