Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 249782

Summary: [ebuild] dev-python/portio-0.4 ebuild for gentoo linux
Product: Gentoo Linux Reporter: Pasquale Boemio <boemianrapsodi>
Component: New packagesAssignee: 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
I'he made an ebuild for this python library...
there is only a little problem with the build of documentation, becoase it need the dependancy with a packet rst-buildhtml...
so i've done a patch to resolve this inconvenient...

i hope it is useful
cheers

Reproducible: Always
Comment 1 Pasquale Boemio 2008-12-04 10:53:50 UTC
Created attachment 174225 [details]
the ebuild
Comment 2 Pasquale Boemio 2008-12-04 10:54:21 UTC
Created attachment 174226 [details, diff]
the patch
Comment 3 Pasquale Boemio 2009-08-25 17:55:51 UTC
Created attachment 202261 [details]
Updated to the version 0.4
Comment 4 Pasquale Boemio 2009-08-25 17:58:45 UTC
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>