diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-28 19:49:56 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-28 19:49:56 +0000 |
commit | b05f5050c39dd5a7783f4a659e55b0128bcab248 (patch) | |
tree | 2805a89274045b0fd1a84e2d19fed9c6ed189cdd /dev-python/ipython | |
parent | Version bump for beta testers. (diff) | |
download | historical-b05f5050c39dd5a7783f4a659e55b0128bcab248.tar.gz historical-b05f5050c39dd5a7783f4a659e55b0128bcab248.tar.bz2 historical-b05f5050c39dd5a7783f4a659e55b0128bcab248.zip |
Version bump.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/ipython/Manifest | 12 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.6.10 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.10.ebuild | 17 |
4 files changed, 31 insertions, 6 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 3b5e9f060278..815fc45026d1 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,11 @@ # 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.10 2005/01/25 22:46:16 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.11 2005/01/28 19:49:56 pythonhead Exp $ + +*ipython-0.6.10 (28 Jan 2005) + + 28 Jan 2005; Rob Cakebread <pythonhead@gentoo.org> +ipython-0.6.10.ebuild: + Version bump. 25 Jan 2005; Lukasz Strzygowski <lucass@gentoo.org> ipython-0.6.0.ebuild, ipython-0.6.3.ebuild, ipython-0.6.5.ebuild, ipython-0.6.6.ebuild: diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest index 2f2f9ed96218..b683246677ac 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,22 +1,24 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 fed9e06e62dda312700cc3c0b8d593db ChangeLog 1785 +MD5 9a84d45848817e806afe1ad6b6db5612 ChangeLog 1914 MD5 7075ed8593e0febf3903acc1b9350ef2 ipython-0.5.0.ebuild 635 +MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078 MD5 fd3a7afea767999aeee075dbe8aac54c ipython-0.6.0.ebuild 717 MD5 5d0d163158fcd9b4b7636082eba94980 ipython-0.6.3.ebuild 710 MD5 08320a981f317ca5fd53e791880f65c4 ipython-0.6.5.ebuild 656 MD5 76eab1274c016c376851b198cfe96d9d ipython-0.6.6.ebuild 556 -MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078 +MD5 ab272ec2f60fbfbc469c7856a0d32630 ipython-0.6.10.ebuild 562 MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65 MD5 1645e70359ddb0eab2883e2e4c724ae2 files/digest-ipython-0.6.0 65 MD5 e07842c767af408e7450a77d96554836 files/digest-ipython-0.6.3 65 MD5 381780d4ef6471c9487e205d1c8d162b files/digest-ipython-0.6.5 65 MD5 3d4340f6bd77fd74a9700435c41801e6 files/digest-ipython-0.6.6 65 +MD5 488000a70eb9719e9f44ccb1792f72d8 files/digest-ipython-0.6.10 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB9sxH2jLqHNfbg2URAluUAKCNa4uccg6g/8BcrzUjunqjY1BfVwCfUGuI -1rImcUSibLp28anzxYMVEaA= -=g0nS +iD8DBQFB+peVz2gxt1z4IGYRAvWmAKCvfukvBAcC2juqyrrvSOZt8kDIGQCeJbSD +fogkrAspiRwGXunr+5suenQ= +=gH0I -----END PGP SIGNATURE----- diff --git a/dev-python/ipython/files/digest-ipython-0.6.10 b/dev-python/ipython/files/digest-ipython-0.6.10 new file mode 100644 index 000000000000..534e8e197221 --- /dev/null +++ b/dev-python/ipython/files/digest-ipython-0.6.10 @@ -0,0 +1 @@ +MD5 cea469e770e91662212e5ff5f29b43e6 ipython-0.6.10.tar.gz 843393 diff --git a/dev-python/ipython/ipython-0.6.10.ebuild b/dev-python/ipython/ipython-0.6.10.ebuild new file mode 100644 index 000000000000..df4668c53961 --- /dev/null +++ b/dev-python/ipython/ipython-0.6.10.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.10.ebuild,v 1.1 2005/01/28 19:49:56 pythonhead 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" |