From f496af648ba657322b62620d5e5518924ff703ef Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 3 Nov 2010 09:37:17 -0400 Subject: [PATCH] Use PYTHON_MODNAME in be-9999.ebuild and update ChangeLog. --- ChangeLog | 4 ++++ be-9999.ebuild | 11 +---------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62e3fde..7e05353 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +*be-9999 (03 Nov 2010) + 03 Nov 2010; W. Trevor King be-9999.ebuild : + - Cleanup libbe package handling. + *be-9999 (02 Nov 2010) 02 Nov 2010; W. Trevor King ChangeLog, be-9999.ebuild, be-9999-docbook2man.patch, be-9999-install-dir.patch : Updated ebuild for DocBook 5 man page generation. diff --git a/be-9999.ebuild b/be-9999.ebuild index 51bb921..31b77a8 100644 --- a/be-9999.ebuild +++ b/be-9999.ebuild @@ -4,6 +4,7 @@ EAPI="2" PYTHON_DEPEND="*:2.6" +PYTHON_MODNAME="libbe" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils @@ -59,13 +60,3 @@ src_install() { dodoc ChangeLog || die "dodoc failed" fi } - -pkg_postinst() { - python_mod_optimize lib${PN} - python_mod_optimize ${PN}commands -} - -pkg_postrm() { - python_mod_cleanup lib${PN} - python_mod_cleanup ${PN}commands -} -- 2.26.2