Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 354832 Details for
Bug 473632
net-analyzer/namebench: needs python2 before installation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
namebench-1.3.1-r1.ebuild
namebench-1.3.1-r1.ebuild (text/plain), 1.15 KB, created by
Sergey Popov (RETIRED)
on 2013-08-01 15:09:47 UTC
(
hide
)
Description:
namebench-1.3.1-r1.ebuild
Filename:
MIME Type:
Creator:
Sergey Popov (RETIRED)
Created:
2013-08-01 15:09:47 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="5" > >PYTHON_COMPAT=( python2_{5,6,7} ) > >inherit distutils-r1 > >DESCRIPTION="DNS Benchmark Utility" >HOMEPAGE="http://code.google.com/p/namebench/" >SRC_URI="http://namebench.googlecode.com/files/${P}-source.tgz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="X" > ># PYTHON_REQ_USE does not support X? ( tk ) syntax yet >DEPEND="X? ( > python_targets_python2_5? ( dev-lang/python:2.5[tk] ) > python_targets_python2_6? ( dev-lang/python:2.6[tk] ) > python_targets_python2_7? ( dev-lang/python:2.7[tk] ) > )" >RDEPEND="${DEPEND} > >=dev-python/dnspython-1.8.0[${PYTHON_USEDEP}] > >=dev-python/httplib2-0.6[${PYTHON_USEDEP}] > >=dev-python/graphy-1.0[${PYTHON_USEDEP}] > >=dev-python/jinja-2.2.1[${PYTHON_USEDEP}] > >=dev-python/simplejson-2.1.2[${PYTHON_USEDEP}]" > >python_prepare_all() { > # don't include bundled libraries > export NO_THIRD_PARTY=1 > > distutils-r1_python_prepare_all >} > >python_install() { > #set prefix > distutils-r1_python_install --install-data=/usr/share >} > >src_install() { > distutils-r1_src_install > > dosym ${PN}.py /usr/bin/${PN} >}
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 473632
:
351266
| 354832