Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259794 Details for
Bug 327247
dev-python/robotframework New Package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Robot Framework SSHLibrary
robotframework-SSHLibrary-1.0.ebuild (text/plain), 937 bytes, created by
Nuno
on 2011-01-14 11:08:12 UTC
(
hide
)
Description:
Robot Framework SSHLibrary
Filename:
MIME Type:
Creator:
Nuno
Created:
2011-01-14 11:08:12 UTC
Size:
937 bytes
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="3" >PYTHON_DEPEND="2" >SUPPORT_PYTHON_ABIS="1" >RESTRICT_PYTHON_ABIS="3.*" > >inherit distutils >inherit eutils > >DESCRIPTION="Robot Testing Framework - SSH Library" >HOMEPAGE="http://code.google.com/p/robotframework-sshlibrary/" >SRC_URI="http://robotframework-sshlibrary.googlecode.com/files/SSHLibrary-${PV}.tar.gz > http://robotframework-sshlibrary.googlecode.com/files/trilead-ssh2-build213.jar" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="dev-util/robotframework > dev-python/paramiko" >RDEPEND="${DEPEND}" > >PYTHON_MODNAME="SSHLibrary" > >src_prepare() { > mv ${WORKDIR}/SSHLibrary-${PV} ${WORKDIR}/robotframework-SSHLibrary-${PV} || die >} > >src_install() { > distutils_src_install > mkdir -p ${D}/usr/share/jython-2.5/lib || die > cp ${DISTDIR}/trilead-ssh2-build213.jar ${D}/usr/share/jython-2.5/lib || die >}
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 327247
:
237835
|
237837
|
259786
|
259788
|
259790
|
259791
|
259792
| 259794 |
259795