Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259788 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]
ebuild for robotoframework 2.5.5
robotframework-2.5.5.ebuild (text/plain), 797 bytes, created by
Nuno
on 2011-01-14 11:04:32 UTC
(
hide
)
Description:
ebuild for robotoframework 2.5.5
Filename:
MIME Type:
Creator:
Nuno
Created:
2011-01-14 11:04:32 UTC
Size:
797 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" >HOMEPAGE="http://code.google.com/p/robotframework/" >SRC_URI="http://robotframework.googlecode.com/files/${P}.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~x86" >IUSE="+ide +ssh +selenium" > >DEPEND="dev-java/jython:2.5 > ide? ( dev-util/robotframework-ride ) > ssh? ( dev-util/robotframework-SSHLibrary ) > selenium? ( dev-util/robotframework-seleniumlibrary )" >RDEPEND="dev-java/jython:2.5" > >PYTHON_MODNAME="robot" > >src_prepare() { > epatch "${FILESDIR}/update_scripts-fix.patch" >} > >src_install() { > distutils_src_install >}
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