From 79ae32666c567c40fc3357ca88678dfc99508ea5 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 3 Nov 2010 09:34:57 -0400 Subject: [PATCH] Use PYTHON_MODNAME in sawsim-9999.ebuild and update ChangeLog. --- sci-physics/sawsim/ChangeLog | 7 ++++++- sci-physics/sawsim/sawsim-9999.ebuild | 9 +-------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/sci-physics/sawsim/ChangeLog b/sci-physics/sawsim/ChangeLog index 8687b78..2f7fdba 100644 --- a/sci-physics/sawsim/ChangeLog +++ b/sci-physics/sawsim/ChangeLog @@ -3,8 +3,13 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ +*sawsim-9999 (03 Nov 2010) + 03 Nov 2010; W. Trevor King sawsim-9999.ebuild : + - Add 'pbs' USE flag. + - Cleanup pysawsim package handling. + *sawsim-9999 (02 Nov 2010) - 07 Nov 2009; W. Trevor King ChangeLog, metadata.xml, sawsim-9999.ebuild : + 02 Nov 2010; W. Trevor King ChangeLog, metadata.xml, sawsim-9999.ebuild : - Created ebuild suite for sawsim. - Added initial ChangeLog which should be updated whenever the package is updated in any way. This changelog is targetted to diff --git a/sci-physics/sawsim/sawsim-9999.ebuild b/sci-physics/sawsim/sawsim-9999.ebuild index b5334d3..48b37df 100644 --- a/sci-physics/sawsim/sawsim-9999.ebuild +++ b/sci-physics/sawsim/sawsim-9999.ebuild @@ -4,6 +4,7 @@ EAPI="2" PYTHON_DEPEND="*:2.6" +PYTHON_MODNAME="pysawsim" SUPPORT_PYTHON_ABIS="1" inherit eutils distutils @@ -72,11 +73,3 @@ src_install() { fi distutils_src_install } - -pkg_postinst() { - python_mod_optimize py${PN} -} - -pkg_postrm() { - python_mod_cleanup py${PN} -} -- 2.26.2