diff options
author | 2007-02-13 19:02:30 +0000 | |
---|---|---|
committer | 2007-02-13 19:02:30 +0000 | |
commit | 2b6eeb359e4f05c16263de4621eb96da86d8fe50 (patch) | |
tree | 66038ddb8ec588ddff2f4b78772ae71cc36d5328 /dev-python/ipython | |
parent | Cleanup. (diff) | |
download | gentoo-2-2b6eeb359e4f05c16263de4621eb96da86d8fe50.tar.gz gentoo-2-2b6eeb359e4f05c16263de4621eb96da86d8fe50.tar.bz2 gentoo-2-2b6eeb359e4f05c16263de4621eb96da86d8fe50.zip |
Fixed emacs ipython mode file (bug #166682 thanks to Christian Faulhammer)
(Portage version: 2.1.2-r7)
Diffstat (limited to 'dev-python/ipython')
-rw-r--r-- | dev-python/ipython/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/ipython/files/50ipython-mode-gentoo.el | 5 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.7.3-r1 (renamed from dev-python/ipython/files/digest-ipython-0.7.3) | 0 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.7.3-r1.ebuild (renamed from dev-python/ipython/ipython-0.7.3.ebuild) | 5 |
4 files changed, 15 insertions, 4 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index 1148ada15aee..b41fe1ef4317 100644 --- a/dev-python/ipython/ChangeLog +++ b/dev-python/ipython/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/ipython # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.33 2007/02/03 11:15:31 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.34 2007/02/13 19:02:30 dev-zero Exp $ + +*ipython-0.7.3-r1 (13 Feb 2007) + + 13 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> + files/50ipython-mode-gentoo.el, -ipython-0.7.3.ebuild, + +ipython-0.7.3-r1.ebuild: + Fixed emacs ipython mode file (bug #166682 thanks to Christian Faulhammer) 03 Feb 2007; Tiziano Müller <dev-zero@gentoo.org> +files/50ipython-mode-gentoo.el, ipython-0.7.3.ebuild: diff --git a/dev-python/ipython/files/50ipython-mode-gentoo.el b/dev-python/ipython/files/50ipython-mode-gentoo.el index 818864f83ecb..8fa8734919a7 100644 --- a/dev-python/ipython/files/50ipython-mode-gentoo.el +++ b/dev-python/ipython/files/50ipython-mode-gentoo.el @@ -1 +1,4 @@ -(require 'ipython)
\ No newline at end of file +;;; ipython site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") +(require 'ipython) diff --git a/dev-python/ipython/files/digest-ipython-0.7.3 b/dev-python/ipython/files/digest-ipython-0.7.3-r1 index 3f2787efdb05..3f2787efdb05 100644 --- a/dev-python/ipython/files/digest-ipython-0.7.3 +++ b/dev-python/ipython/files/digest-ipython-0.7.3-r1 diff --git a/dev-python/ipython/ipython-0.7.3.ebuild b/dev-python/ipython/ipython-0.7.3-r1.ebuild index 7ae68094b204..118639c0b323 100644 --- a/dev-python/ipython/ipython-0.7.3.ebuild +++ b/dev-python/ipython/ipython-0.7.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.7.3.ebuild,v 1.3 2007/02/03 11:15:31 dev-zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.7.3-r1.ebuild,v 1.1 2007/02/13 19:02:30 dev-zero Exp $ NEED_PYTHON=2.3 @@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~ia64 ~ppc ~s390 ~x86" IUSE="doc examples emacs gnuplot test" RDEPEND="gnuplot? ( dev-python/gnuplot-py ) - emacs? ( virtual/emacs )" + emacs? ( virtual/emacs + app-emacs/python-mode )" DEPEND="${RDEPEND} test? ( dev-python/pexpect )" |