Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259792 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]
New Selenium Library ebuild
robotframework-seleniumlibrary-2.5.ebuild (text/plain), 805 bytes, created by
Nuno
on 2011-01-14 11:07:33 UTC
(
hide
)
Description:
New Selenium Library ebuild
Filename:
MIME Type:
Creator:
Nuno
Created:
2011-01-14 11:07:33 UTC
Size:
805 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 - Selenium Library" >HOMEPAGE="http://code.google.com/p/robotframework-seleniumlibrary/" >SRC_URI="http://robotframework-seleniumlibrary.googlecode.com/files/${P}.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86" > >DEPEND="dev-util/robotframework" >RDEPEND="${DEPEND}" > >PYTHON_MODNAME="SSHLibrary" > >src_install() { > distutils_src_install > mkdir -p ${D}/usr/bin || die > cp ${FILESDIR}/robotframework-seleniumserver-${PV} ${D}/usr/bin/robotframework-seleniumserver || die > chmod a+x ${D}/usr/bin/robotframework-seleniumserver || 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