diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-10-24 17:20:07 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-10-24 17:20:07 +0000 |
commit | b6def01bf7925c8ab6dfe26ce59eaa7519b23999 (patch) | |
tree | 95954891d061d8e9dc53162d156b04428d15f540 /dev-python | |
parent | Marked ~hppa (bug #194704). (diff) | |
download | gentoo-2-b6def01bf7925c8ab6dfe26ce59eaa7519b23999.tar.gz gentoo-2-b6def01bf7925c8ab6dfe26ce59eaa7519b23999.tar.bz2 gentoo-2-b6def01bf7925c8ab6dfe26ce59eaa7519b23999.zip |
revbump. fixed site-init file (bug 196859), run distutils_pkg_postinst/postrm. drop old
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ipython/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/ipython/files/62ipython-gentoo.el | 2 | ||||
-rw-r--r-- | dev-python/ipython/files/digest-ipython-0.8.1-r1 (renamed from dev-python/ipython/files/digest-ipython-0.8.1) | 0 | ||||
-rw-r--r-- | dev-python/ipython/ipython-0.8.1-r1.ebuild (renamed from dev-python/ipython/ipython-0.8.1.ebuild) | 4 |
4 files changed, 12 insertions, 3 deletions
diff --git a/dev-python/ipython/ChangeLog b/dev-python/ipython/ChangeLog index dd282ec0d70d..91e5dd032f06 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.41 2007/09/19 23:42:25 hawking Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ChangeLog,v 1.42 2007/10/24 17:20:06 hawking Exp $ + +*ipython-0.8.1-r1 (24 Oct 2007) + + 24 Oct 2007; Ali Polatel <hawking@gentoo.org> files/62ipython-gentoo.el, + -ipython-0.8.1.ebuild, +ipython-0.8.1-r1.ebuild: + revbump. fixed site-init file (bug 196859), run + distutils_pkg_postinst/postrm. drop old 19 Sep 2007; Ali Polatel <hawking@gentoo.org> ipython-0.6.15.ebuild: updated SRC_URI; bug 192906 diff --git a/dev-python/ipython/files/62ipython-gentoo.el b/dev-python/ipython/files/62ipython-gentoo.el index 8fa8734919a7..37b057dea3a8 100644 --- a/dev-python/ipython/files/62ipython-gentoo.el +++ b/dev-python/ipython/files/62ipython-gentoo.el @@ -1,4 +1,4 @@ ;;; ipython site-lisp configuration (add-to-list 'load-path "@SITELISP@") -(require 'ipython) +(eval-after-load "python-mode" '(require 'ipython)) diff --git a/dev-python/ipython/files/digest-ipython-0.8.1 b/dev-python/ipython/files/digest-ipython-0.8.1-r1 index a7cf887bb9de..a7cf887bb9de 100644 --- a/dev-python/ipython/files/digest-ipython-0.8.1 +++ b/dev-python/ipython/files/digest-ipython-0.8.1-r1 diff --git a/dev-python/ipython/ipython-0.8.1.ebuild b/dev-python/ipython/ipython-0.8.1-r1.ebuild index 3e125891fc8f..2fe7faba07ed 100644 --- a/dev-python/ipython/ipython-0.8.1.ebuild +++ b/dev-python/ipython/ipython-0.8.1-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.8.1.ebuild,v 1.2 2007/07/26 18:17:54 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipython/ipython-0.8.1-r1.ebuild,v 1.1 2007/10/24 17:20:06 hawking Exp $ NEED_PYTHON=2.3 @@ -64,9 +64,11 @@ src_install() { } pkg_postinst() { + distutils_pkg_postinst use emacs && elisp-site-regen } pkg_postrm() { + distutils_pkg_postrm use emacs && elisp-site-regen } |