diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-09-06 17:55:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-09-06 17:55:04 +0000 |
commit | 543e1bda9e053031fd28d7e2688f0444911b58fe (patch) | |
tree | 638445933a05b98c94c2446c2bcca00a74cfb2a9 /dev-python/ipython | |
parent | version bump (diff) | |
download | gentoo-2-543e1bda9e053031fd28d7e2688f0444911b58fe.tar.gz gentoo-2-543e1bda9e053031fd28d7e2688f0444911b58fe.tar.bz2 gentoo-2-543e1bda9e053031fd28d7e2688f0444911b58fe.zip |
version bump
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 4 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.5.0 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.5.0.ebuild | 25 |
4 files changed, 34 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index bfcc213edf55..16d6e80643e3 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/ipython # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.1 2003/06/13 22:56:28 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.2 2003/09/06 17:54:58 liquidx Exp $ + +*ipython-0.5.0 (06 Sep 2003) + + 06 Sep 2003; Alastair Tse <liquidx@gentoo.org> ipython-0.5.0.ebuild: + version bump *ipython-0.4.0 (13 Jun 2003) diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest index 8a6c718b1019..b5055e73ff6b 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,6 +1,6 @@ -MD5 c9dae440856f5aacd9e6b0fe199ccb4a ChangeLog 389 +MD5 b2d35c20a9c3f6a45952c86783457189 ChangeLog 506 MD5 b139cbd563b6134dec51caa19f3dfe79 ipython-0.4.0.ebuild 641 -MD5 b139cbd563b6134dec51caa19f3dfe79 ipython-0.5.0.ebuild 641 +MD5 85e4d8effd011f6368c484f8cf780ba5 ipython-0.5.0.ebuild 641 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 18bb316eea4b9f454c9ad402b773bc4a files/digest-ipython-0.4.0 65 MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65 diff --git a/dev-python/ipython/files/digest-ipython-0.5.0 b/dev-python/ipython/files/digest-ipython-0.5.0 new file mode 100644 index 000000000000..128cb86127e2 --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.5.0 @@ -0,0 +1 @@ +MD5 134ccdb03a4094f991def74230137b21 IPython-0.5.0.tar.gz 656727 diff --git a/dev-python/ipython/ipython-0.5.0.ebuild b/dev-python/ipython/ipython-0.5.0.ebuild new file mode 100644 index 000000000000..ad6272ed53bf --- /dev/null +++ b/dev-python/ipython/ipython-0.5.0.ebuild @@ -0,0 +1,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.5.0.ebuild,v 1.1 2003/09/06 17:54:58 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}/ +} |