diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-02-23 05:18:54 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-02-23 05:18:54 +0000 |
commit | 04ba17aa845f8d5266e0e49af72b7d22ee00e035 (patch) | |
tree | df1c3d607165e40a1b6196512eafc149a9bf91a7 /dev-python | |
parent | stable on amd64. bug 71997 (diff) | |
download | historical-04ba17aa845f8d5266e0e49af72b7d22ee00e035.tar.gz historical-04ba17aa845f8d5266e0e49af72b7d22ee00e035.tar.bz2 historical-04ba17aa845f8d5266e0e49af72b7d22ee00e035.zip |
Version bump to 0.6.11
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'dev-python')
-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.11 | 1 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.6.11.ebuild | 17 |
4 files changed, 34 insertions, 8 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..f5feced04d76 100644 --- a/dev-python/ipython/Manifest +++ b/dev-python/ipython/Manifest @@ -1,18 +1,20 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 b3886e3c8acf7bc29e7da0ced4d8c7ce ChangeLog 2076 -MD5 ab272ec2f60fbfbc469c7856a0d32630 ipython-0.6.10.ebuild 562 +MD5 ec1c9d481122ea1f001521208e518569 ChangeLog 2203 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 8ab30890e23437b66199f85a7f4fa014 ipython-0.6.11.ebuild 557 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 +MD5 0b3f279ac14923d13ad872492ab5cf6a files/digest-ipython-0.6.10 66 +MD5 f2a7ec52cc3e58c50bf28d492d700d61 files/digest-ipython-0.6.11 66 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (GNU/Linux) -iD8DBQFB+5FXugEuf3OQ0akRAjkAAJ0fRiKg3+lDhvm+lBwrTid7WEShqwCfY7Zg -vplxqOvIrk+rVFV6M9dpk9M= -=vyBs +iD8DBQFCHBJRxtZcznfol0URApanAJ9AxGnZKYnbi299hGIga6EHKO8XkACfeeXF +207cRLMWEMCmjCK+xSHJVI0= +=aJZ/ -----END PGP SIGNATURE----- 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" |