summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Serboncini <fserb@gentoo.org>2005-02-23 05:18:54 +0000
committerFernando Serboncini <fserb@gentoo.org>2005-02-23 05:18:54 +0000
commitc3d6323cf21cc54b76ce831a69056bf995833d08 (patch)
treeb94549dac6e54dca0b4a9c72210cced8cd9678c6 /dev-python
parentstable on amd64. bug 71997 (diff)
downloadgentoo-2-c3d6323cf21cc54b76ce831a69056bf995833d08.tar.gz
gentoo-2-c3d6323cf21cc54b76ce831a69056bf995833d08.tar.bz2
gentoo-2-c3d6323cf21cc54b76ce831a69056bf995833d08.zip
Version bump to 0.6.11
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/ipython/ChangeLog8
-rw-r--r--dev-python/ipython/Manifest20
-rw-r--r--dev-python/ipython/files/digest-ipython-0.6.111
-rw-r--r--dev-python/ipython/ipython-0.6.11.ebuild17
4 files changed, 31 insertions, 15 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index e8d2cbeae153..7df3feeb6e0a 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.12 2005/01/29 13:36:12 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.13 2005/02/23 05:18:54 fserb Exp $
+
+*ipython-0.6.11 (23 Feb 2005)
+
+ 23 Feb 2005; Fernando Serboncini <fserb@gentoo.org>
+ +ipython-0.6.11.ebuild:
+ Version Bump.
29 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> -ipython-0.6.0.ebuild,
-ipython-0.6.3.ebuild, -ipython-0.6.5.ebuild:
diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
index 33c2af63d126..f5926b42421f 100644
--- a/dev-python/ipython/Manifest
+++ b/dev-python/ipython/Manifest
@@ -1,18 +1,10 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 b3886e3c8acf7bc29e7da0ced4d8c7ce ChangeLog 2076
-MD5 ab272ec2f60fbfbc469c7856a0d32630 ipython-0.6.10.ebuild 562
+MD5 4c6368b49679bc2af36dabce509e70c9 ChangeLog 2204
MD5 7075ed8593e0febf3903acc1b9350ef2 ipython-0.5.0.ebuild 635
-MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078
MD5 76eab1274c016c376851b198cfe96d9d ipython-0.6.6.ebuild 556
+MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078
+MD5 ab272ec2f60fbfbc469c7856a0d32630 ipython-0.6.10.ebuild 562
+MD5 79aa49a75125c7aa2eb005b73025b314 ipython-0.6.11.ebuild 456
MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65
-MD5 0b3f279ac14923d13ad872492ab5cf6a files/digest-ipython-0.6.10 66
MD5 3d4340f6bd77fd74a9700435c41801e6 files/digest-ipython-0.6.6 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFB+5FXugEuf3OQ0akRAjkAAJ0fRiKg3+lDhvm+lBwrTid7WEShqwCfY7Zg
-vplxqOvIrk+rVFV6M9dpk9M=
-=vyBs
------END PGP SIGNATURE-----
+MD5 0b3f279ac14923d13ad872492ab5cf6a files/digest-ipython-0.6.10 66
+MD5 f2a7ec52cc3e58c50bf28d492d700d61 files/digest-ipython-0.6.11 66
diff --git a/dev-python/ipython/files/digest-ipython-0.6.11 b/dev-python/ipython/files/digest-ipython-0.6.11
new file mode 100644
index 000000000000..8ef93d2a056b
--- /dev/null
+++ b/dev-python/ipython/files/digest-ipython-0.6.11
@@ -0,0 +1 @@
+MD5 cf4bdd4a89d71e497e76f0473cbe02f7 ipython-0.6.11.tar.gz 862138
diff --git a/dev-python/ipython/ipython-0.6.11.ebuild b/dev-python/ipython/ipython-0.6.11.ebuild
new file mode 100644
index 000000000000..c28b8611a980
--- /dev/null
+++ b/dev-python/ipython/ipython-0.6.11.ebuild
@@ -0,0 +1,17 @@
+# 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.11.ebuild,v 1.1 2005/02/23 05:18:54 fserb 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/"
+LICENSE="PYTHON"
+SLOT="0"
+IUSE="gnuplot"
+KEYWORDS="~x86 ~amd64 ~ppc"
+DEPEND="virtual/python"
+RDEPEND="${DEPEND}
+ gnuplot? ( dev-python/gnuplot-py )"
+DOCS="doc/ChangeLog"