commit: 4d119880422822032a408ee1201c20dddde1357c Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Aug 21 18:55:58 2016 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Aug 21 18:56:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d119880
dev-python/robotframework-selenium2library: toss live ebuild .../robotframework-selenium2library-9999.ebuild | 32 ---------------------- 1 file changed, 32 deletions(-) diff --git a/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild b/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild deleted file mode 100644 index c836b0b..0000000 --- a/dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 git-r3 - -EGIT_REPO_URI="git://github.com/rtomac/robotframework-selenium2library.git" - -DESCRIPTION="Web testing library for Robot Framework" -HOMEPAGE="https://github.com/rtomac/robotframework-selenium2library/ - https://pypi.python.org/pypi/robotframework-selenium2library/" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND=">=dev-python/selenium-2.12.0[${PYTHON_USEDEP}] - >=dev-python/decorator-3.3.2[${PYTHON_USEDEP}] - >=dev-python/robotframework-2.6.0[${PYTHON_USEDEP}]" - -DOCS=( BUILD.rst CHANGES.rst README.rst ) - -src_prepare() { - # don't use bundled setuptools - sed -e '/use_setuptools()/d' \ - -e '/ez_setup/d' \ - -i setup.py || die -}