Summary: | [ebuild] dev-python/portio-0.4 ebuild for gentoo linux | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Pasquale Boemio <boemianrapsodi> |
Component: | New packages | Assignee: | Default Assignee for New Packages <maintainer-wanted> |
Status: | CONFIRMED --- | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
the ebuild
the patch Updated to the version 0.4 |
Description
Pasquale Boemio
2008-12-04 10:52:49 UTC
Created attachment 174225 [details]
the ebuild
Created attachment 174226 [details, diff]
the patch
Created attachment 202261 [details]
Updated to the version 0.4
Comment on attachment 202261 [details] Updated to the version 0.4 ><html><body><pre style="word-wrap: break-word; white-space: pre-wrap;"># dev-python/portio-0.4 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" > } ></pre></body></html> |