summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-12-19 23:53:32 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-12-19 23:53:32 +0000
commit5ac44bdbcebac3b83f4b0a7bbe8df2acfbb4c739 (patch)
treeae1ac6a535706f87f4dab34e83bbb769b5ee2196 /dev-python/ipython
parentSecurity fix: #72317 CAN-2004-1069, extra patch for AF_UNIX vuln. (Manifest r... (diff)
downloadgentoo-2-5ac44bdbcebac3b83f4b0a7bbe8df2acfbb4c739.tar.gz
gentoo-2-5ac44bdbcebac3b83f4b0a7bbe8df2acfbb4c739.tar.bz2
gentoo-2-5ac44bdbcebac3b83f4b0a7bbe8df2acfbb4c739.zip
Version bump, new ebuild by Fernando Serboncini <fserb@terra.com.br>
Diffstat (limited to 'dev-python/ipython')
-rw-r--r--dev-python/ipython/ChangeLog7
-rw-r--r--dev-python/ipython/Manifest12
-rw-r--r--dev-python/ipython/files/digest-ipython-0.6.61
-rw-r--r--dev-python/ipython/ipython-0.6.6.ebuild17
4 files changed, 26 insertions, 11 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog
index fc0c635167d9..9d516e272f39 100644
--- a/dev-python/ipython/ChangeLog
+++ b/dev-python/ipython/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/ipython
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.8 2004/12/04 23:58:40 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.9 2004/12/19 23:53:32 kloeri Exp $
+
+*ipython-0.6.6 (20 Dec 2004)
+
+ 20 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> +ipython-0.6.6.ebuild:
+ Version bump, new ebuild by Fernando Serboncini <fserb@terra.com.br>
*ipython-0.6.5 (05 Dec 2004)
diff --git a/dev-python/ipython/Manifest b/dev-python/ipython/Manifest
index 1f9244c0ac04..b4044e65b06c 100644
--- a/dev-python/ipython/Manifest
+++ b/dev-python/ipython/Manifest
@@ -1,20 +1,12 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 ace496206a7a2758c29cd2408b1fda02 ChangeLog 1437
MD5 8d7f7695b5eec62de407cd15a30bdd3d ipython-0.6.3.ebuild 711
MD5 094ce322175960f79893111e54b89bf7 ipython-0.5.0.ebuild 637
MD5 dc87accea0af89b4ced045217826ae3a ipython-0.6.5.ebuild 657
MD5 bc7bf882e287892e01bed6a317323bac metadata.xml 1078
+MD5 bb13a1140b3804ee73d62c0611f9e4ca ipython-0.6.6.ebuild 557
MD5 a560aac9d69f9e199abdbf4473061040 ipython-0.6.0.ebuild 720
MD5 398c8603e20a6f2b983f654f1cd5a380 files/digest-ipython-0.5.0 65
MD5 e07842c767af408e7450a77d96554836 files/digest-ipython-0.6.3 65
MD5 381780d4ef6471c9487e205d1c8d162b files/digest-ipython-0.6.5 65
MD5 1645e70359ddb0eab2883e2e4c724ae2 files/digest-ipython-0.6.0 65
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBsk9DugEuf3OQ0akRApvcAJ9QWcmEuED225Kx5iY0o3eJ3uoXzQCfThf3
-tElNNVVigmjO+ztksxVEwwA=
-=rmvJ
------END PGP SIGNATURE-----
+MD5 3d4340f6bd77fd74a9700435c41801e6 files/digest-ipython-0.6.6 65
diff --git a/dev-python/ipython/files/digest-ipython-0.6.6 b/dev-python/ipython/files/digest-ipython-0.6.6
new file mode 100644
index 000000000000..9e6521cdfff4
--- /dev/null
+++ b/dev-python/ipython/files/digest-ipython-0.6.6
@@ -0,0 +1 @@
+MD5 e8382d84d968f414c42b6d0b7a36ab84 ipython-0.6.6.tar.gz 789907
diff --git a/dev-python/ipython/ipython-0.6.6.ebuild b/dev-python/ipython/ipython-0.6.6.ebuild
new file mode 100644
index 000000000000..dbec59878795
--- /dev/null
+++ b/dev-python/ipython/ipython-0.6.6.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.6.6.ebuild,v 1.1 2004/12/19 23:53:32 kloeri 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"