Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 418080 Details for
Bug 473912
net-misc/mininet - an instant virtual network
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild proposal, includes /sys mount fix
mininet-2.2.1.ebuild (text/plain), 5.12 KB, created by
pierigno
on 2015-11-28 18:39:39 UTC
(
hide
)
Description:
ebuild proposal, includes /sys mount fix
Filename:
MIME Type:
Creator:
pierigno
Created:
2015-11-28 18:39:39 UTC
Size:
5.12 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=5 >PYTHON_COMPAT=( python2_7 ) > >inherit distutils-r1 eutils > >DESCRIPTION="Mininet network emulator" >HOMEPAGE="http://www.mininet.org" >SRC_URI="https://github.com/mininet/mininet/archive/${PV}.tar.gz" >#EGIT_REPO_URI="git://github.com/mininet/mininet.git" >RESTRICT="mirror" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="test doc tools" > >DEPEND="net-misc/openvswitch > dev-libs/libcgroup > dev-python/setuptools > doc? ( > sys-apps/help2man > )" >RDEPEND="${DEPEND} > sys-process/procps > net-misc/netkit-telnetd > tools? ( > net-misc/socat > sys-process/psmisc > net-misc/iperf > x11-terms/xterm > sys-apps/ethtool > )" > >src_prepare() { > distutils-r1_src_prepare > epatch "${FILESDIR}/${P}-modify-sys-mount.patch" >} > >src_compile() { > distutils-r1_src_compile > if use doc; then > > # Skip this for now, it needs xtab.sty which I can't find in any ebuild > # also needs these packages: > # app-doc/doxygen > # dev-texlive/texlive-fontsrecommended > # dev-texlive/texlive-latex > # dev-tex/floatflt > # dev-tex/xcolor > # > #make doc > > make mn.1 > make mnexec.1 > fi > make mnexec >} > >src_install() { > distutils-r1_src_install > use doc && dodoc > dobin mnexec > doins mnexec >} >
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 473912
:
417152
|
418078
| 418080