summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-30 00:59:22 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-12-30 00:59:22 +0000
commitb2bf9ef41f68d0a4efb13f23347bb152c6efb758 (patch)
tree6958348faed904476d03d6d0efe02c76aa1778ad /dev-python/pexpect
parentversion bump; this version adds support for php-5.3's USE=embed management, b... (diff)
downloadhistorical-b2bf9ef41f68d0a4efb13f23347bb152c6efb758.tar.gz
historical-b2bf9ef41f68d0a4efb13f23347bb152c6efb758.tar.bz2
historical-b2bf9ef41f68d0a4efb13f23347bb152c6efb758.zip
Set PYTHON_MODNAME.
Package-Manager: portage-15154-svn/cvs/Linux x86_64
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r--dev-python/pexpect/pexpect-2.4.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/dev-python/pexpect/pexpect-2.4.ebuild b/dev-python/pexpect/pexpect-2.4.ebuild
index 8ffb864f0aad..9eb453ac6eeb 100644
--- a/dev-python/pexpect/pexpect-2.4.ebuild
+++ b/dev-python/pexpect/pexpect-2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.7 2009/12/16 16:09:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.4.ebuild,v 1.8 2009/12/30 00:56:21 arfrever Exp $
EAPI="2"
SUPPORT_PYTHON_ABIS="1"
@@ -20,6 +20,8 @@ DEPEND=""
RDEPEND=""
RESTRICT_PYTHON_ABIS="3.*"
+PYTHON_MODNAME="ANSI.py fdpexpect.py FSM.py pexpect.py pxssh.py screen.py"
+
src_install() {
distutils_src_install
@@ -30,11 +32,3 @@ src_install() {
doins -r examples
fi
}
-
-pkg_postinst() {
- python_mod_optimize ANSI.py fdpexpect.py FSM.py pexpect.py pxssh.py screen.py
-}
-
-pkg_postrm() {
- python_mod_cleanup
-}