# dev-python/portio-0.2 ebuild # created by Pasquale Boemio boemianrapsodi@gmail.com # Distributed under the terms of the GNU General Public License v2 # $Header: $ NEED_PYTHON="2.4" inherit distutils MY_P="portio-${PV}" DESCRIPTION="PortIO, python low level port I/O for Linux x86" HOMEPAGE="http://portio.inrim.it/" SRC_URI="http://portio.inrim.it/${MY_P}.tar.gz" SLOT="0" KEYWORDS="~amd64 ~ia64 ~ppc ~x86" #IUSE="doc" I don't know where take the rst-buildhtml package...bah.. #DEPEND="doc? ( dev-python/docutils )" S="${WORKDIR}/${MY_P}" PYTHON_MODNAME="portio" src_unpack(){ unpack ${A} # if use !doc ; then # cd "${S}" # epatch "${FILESDIR}"/${P}-remove_documentation.patch # fi } src_install() { distutils_src_install } pkg_postinst() { elog "This ebuild is experimental, and was made by me" elog "the Gentoo team aren't the manteiner, so" elog "mail me for any truble or problem..leave in peace the team:)" elog "Pasquale Boemio boemianrapsodi@gmail.com" }