From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A695813832E for ; Sun, 21 Aug 2016 18:56:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1739E0B73; Sun, 21 Aug 2016 18:56:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 41901E0B73 for ; Sun, 21 Aug 2016 18:56:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B6D23407B8 for ; Sun, 21 Aug 2016 18:56:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EBBF2463 for ; Sun, 21 Aug 2016 18:56:36 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1471805780.4d119880422822032a408ee1201c20dddde1357c.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/robotframework-selenium2library/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/robotframework-selenium2library/robotframework-selenium2library-9999.ebuild X-VCS-Directories: dev-python/robotframework-selenium2library/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4d119880422822032a408ee1201c20dddde1357c X-VCS-Branch: master Date: Sun, 21 Aug 2016 18:56:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 9dd10b3a-9b9d-44d0-a2a7-b2e0125aaf78 X-Archives-Hash: 0830db5db318b666a3163d499afe7fac commit: 4d119880422822032a408ee1201c20dddde1357c Author: Tim Harder gentoo org> AuthorDate: Sun Aug 21 18:55:58 2016 +0000 Commit: Tim Harder gentoo 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 -}