Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 306995 Details for
Bug 408013
dev-python/netzob - Network protocol modelization by reverse engineering
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
netzob-0.3.2 ebuild
netzob-0.3.2.ebuild (text/plain), 1.27 KB, created by
Alexandre PIGNÉ
on 2012-03-28 15:57:42 UTC
(
hide
)
Description:
netzob-0.3.2 ebuild
Filename:
MIME Type:
Creator:
Alexandre PIGNÉ
Created:
2012-03-28 15:57:42 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 >PYTHON_DEPEND="2:2.6" >SUPPORT_PYTHON_ABIS="1" > >inherit distutils > >MY_PV=${PV/_/-} >MY_P="Netzob-${MY_PV}" > >DESCRIPTION="Network protocol modelization by reverse engineering" >HOMEPAGE="http://www.netzob.org/" >SRC_URI="http://www.netzob.org/repository/${MY_PV}/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="doc" > >RDEPEND=" > dev-python/pcapy > dev-python/impacket > dev-python/pygtk > >=dev-python/python-ptrace-0.4.1 > dev-python/matplotlib > dev-util/strace > sys-process/lsof > >=dev-python/lxml-2.3 > dev-python/bitarray >" >DEPEND="${RDEPEND} > doc? ( dev-python/sphinx )" > >RESTRICT_PYTHON_ABIS="3.*" > >S="${WORKDIR}/${MY_P}" >DOCS="README.txt AUTHORS.txt NEWS.txt COPYING.txt" > >src_prepare() { > distutils_src_prepare > sed -i "s;resources/static;/usr/share/netzob;" src/netzob/NetzobResources.py || die >} > >src_compile() { > distutils_src_compile > > if use doc; then > einfo "Generation of documentation" > pushd doc/documentation >/dev/null > sphinx-build -b html source html || die "Generation of documentation failed" > popd >/dev/null > fi >} > >src_install() { > distutils_src_install > > if use doc; then > dohtml -r doc/documentation/html/* || die "dohtml failed" > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 408013
:
305147
|
305149
|
305151
|
305153
|
305155
|
305157
|
305159
| 306995