diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-12 16:00:56 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-04-12 16:00:56 +0000 |
commit | 22d390bda1b519c23b179d978798bc17f1426b0e (patch) | |
tree | 8cc4d7558caf4a633112d9619a3811d07200241f /dev-python/logilab-constraint | |
parent | Drop psyco wrt #410351 by Pacho Ramos <pacho@gentoo.org> (diff) | |
download | gentoo-2-22d390bda1b519c23b179d978798bc17f1426b0e.tar.gz gentoo-2-22d390bda1b519c23b179d978798bc17f1426b0e.tar.bz2 gentoo-2-22d390bda1b519c23b179d978798bc17f1426b0e.zip |
Drop remark about dev-python/psyco as it's going away. Fixes bug #410355 by Pacho Ramos <pacho@gentoo.org>
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/logilab-constraint')
-rw-r--r-- | dev-python/logilab-constraint/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/dev-python/logilab-constraint/ChangeLog b/dev-python/logilab-constraint/ChangeLog index 98a89396c9d3..7930eceb70d0 100644 --- a/dev-python/logilab-constraint/ChangeLog +++ b/dev-python/logilab-constraint/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/logilab-constraint # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.6 2012/03/13 02:38:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/ChangeLog,v 1.7 2012/04/12 16:00:56 xarthisius Exp $ + + 12 Apr 2012; Kacper Kowalik <xarthisius@gentoo.org> + logilab-constraint-0.4.0.ebuild: + Drop remark about dev-python/psyco as it's going away. Fixes bug #410355 by + Pacho Ramos <pacho@gentoo.org> 13 Mar 2012; Mike Gilbert <floppym@gentoo.org> logilab-constraint-0.4.0.ebuild: diff --git a/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild b/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild index 0b69113d6f16..28538dca649f 100644 --- a/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild +++ b/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.7 2012/03/13 02:38:20 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/logilab-constraint/logilab-constraint-0.4.0.ebuild,v 1.8 2012/04/12 16:00:56 xarthisius Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -40,13 +40,3 @@ src_install() { doins -r examples fi } - -pkg_postinst() { - distutils_pkg_postinst - if use x86 && ! has_version dev-python/psyco; then - einfo "" - einfo "Although it is not required, you should consider installing" - einfo "\"dev-python/psyco\". It can speed up this module a lot." - einfo "" - fi -} |