diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2005-06-03 21:03:12 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2005-06-03 21:03:12 +0000 |
commit | c806ca671c98723a782af51c3331a2cd9d838e00 (patch) | |
tree | ba1da7c75e4070fbc6ca8c1365d67001eb1fb344 /dev-python/ipython | |
parent | clean up old stuff (diff) | |
download | gentoo-2-c806ca671c98723a782af51c3331a2cd9d838e00.tar.gz gentoo-2-c806ca671c98723a782af51c3331a2cd9d838e00.tar.bz2 gentoo-2-c806ca671c98723a782af51c3331a2cd9d838e00.zip |
Version bump.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 16 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.6.15 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.15.ebuild | 20 |
4 files changed, 37 insertions, 8 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 169461ceca77..09b756d2f868 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/ipython # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.18 2005/06/02 00:41:30 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.19 2005/06/03 21:03:12 lucass Exp $ + +*ipython-0.6.15 (03 Jun 2005) + + 03 Jun 2005; Lukasz Strzygowski <lucass@gentoo.org> + +ipython-0.6.15.ebuild: + Version bump. 02 Jun 2005; Luca Barbato <lu_zero@gentoo.org> ipython-0.6.13.ebuild: Marked ppc diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest index bac6fb3be5cc..40965b9f98ef 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,16 +1,18 @@ -MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078 +MD5 6b33063cce1935a97226329e7907ddba ChangeLog 2932 MD5 7075ed8593e0febf3903acc1b9350ef2 ipython-0.5.0.ebuild 635 MD5 dcd9522d5a21fe1b88069e8b9d9b3601 ipython-0.6.10.ebuild 555 +MD5 5c48ae7508d7e684f2d23200af7f522b ipython-0.6.11.ebuild 557 MD5 76d3d40e048c0f405b11b6d81aaed021 ipython-0.6.12.ebuild 564 +MD5 12aefaa8bed5936b18db99a3ff389fed ipython-0.6.13.ebuild 564 MD5 8aa9e54922f4fad62772c286d3ecacf5 ipython-0.6.14.ebuild 566 +MD5 8aa9e54922f4fad62772c286d3ecacf5 ipython-0.6.15.ebuild 566 MD5 76eab1274c016c376851b198cfe96d9d ipython-0.6.6.ebuild 556 -MD5 6b33063cce1935a97226329e7907ddba ChangeLog 2932 -MD5 12aefaa8bed5936b18db99a3ff389fed ipython-0.6.13.ebuild 564 -MD5 5c48ae7508d7e684f2d23200af7f522b ipython-0.6.11.ebuild 557 -MD5 3a97850f5f76e1bd8fe6082fc70e091d files/digest-ipython-0.6.13 66 +MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078 MD5 0b3f279ac14923d13ad872492ab5cf6a files/digest-ipython-0.6.10 66 -MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65 MD5 f2a7ec52cc3e58c50bf28d492d700d61 files/digest-ipython-0.6.11 66 MD5 c205e2bec033a9d9e57739a525941116 files/digest-ipython-0.6.12 66 -MD5 3d4340f6bd77fd74a9700435c41801e6 files/digest-ipython-0.6.6 65 +MD5 3a97850f5f76e1bd8fe6082fc70e091d files/digest-ipython-0.6.13 66 MD5 7631bba5e54a813acc27c705fd86f421 files/digest-ipython-0.6.14 66 +MD5 ba1f7f14c7a2ab29ed1844b33d1c386b files/digest-ipython-0.6.15 66 +MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65 +MD5 3d4340f6bd77fd74a9700435c41801e6 files/digest-ipython-0.6.6 65 diff --git a/dev-python/ipython/files/digest-ipython-0.6.15 b/dev-python/ipython/files/digest-ipython-0.6.15 new file mode 100644 index 000000000000..50929f71f69a --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.6.15 @@ -0,0 +1 @@ +MD5 3b777c86f6afba52343ac9ec3ec3eef7 ipython-0.6.15.tar.gz 888905 diff --git a/dev-python/ipython/ipython-0.6.15.ebuild b/dev-python/ipython/ipython-0.6.15.ebuild new file mode 100644 index 000000000000..9578348bf171 --- /dev/null +++ b/dev-python/ipython/ipython-0.6.15.ebuild @@ -0,0 +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.15.ebuild,v 1.1 2005/06/03 21:03:12 lucass Exp $ + +inherit distutils + +DESCRIPTION="An advanced interactive shell for Python." +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" + +DEPEND="virtual/python" +RDEPEND="${DEPEND} + gnuplot? ( dev-python/gnuplot-py )" + +DOCS="doc/ChangeLog" |