Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 249782 - [ebuild] dev-python/portio-0.4 ebuild for gentoo linux
Summary: [ebuild] dev-python/portio-0.4 ebuild for gentoo linux
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-04 10:52 UTC by Pasquale Boemio
Modified: 2009-08-25 17:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
the ebuild (portio-0.2.ebuild,983 bytes, text/plain)
2008-12-04 10:53 UTC, Pasquale Boemio
Details
the patch (portio-0.2-remove_documentation.patch,2.22 KB, patch)
2008-12-04 10:54 UTC, Pasquale Boemio
Details | Diff
Updated to the version 0.4 (portio-0.4.ebuild,985 bytes, text/plain)
2009-08-25 17:55 UTC, Pasquale Boemio
Details

Note You need to log in before you can comment on or make changes to this bug.
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>