From: W. Trevor King Date: Wed, 3 Nov 2010 13:34:57 +0000 (-0400) Subject: Use PYTHON_MODNAME in sawsim-9999.ebuild and update ChangeLog. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=be333d8403b508f164c4513a205a05103d008888;p=wtk-overlay.git Use PYTHON_MODNAME in sawsim-9999.ebuild and update ChangeLog. --- diff --git a/ChangeLog b/ChangeLog index 8687b78..2f7fdba 100644 --- a/ChangeLog +++ b/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/sawsim-9999.ebuild b/sawsim-9999.ebuild index b5334d3..48b37df 100644 --- a/sawsim-9999.ebuild +++ b/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} -}