summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-05-02 16:32:32 +0200
committerMichał Górny <mgorny@gentoo.org>2017-05-02 17:14:29 +0200
commitc3904a0b3aa02c4cc557e653f47e29dd3c5d39c7 (patch)
tree63dda5d4156713f51047ef3523386c998f3abbc9 /dev-python/selenium
parentdev-python/pyprof2calltree: Clean old versions up (diff)
downloadgentoo-c3904a0b3aa02c4cc557e653f47e29dd3c5d39c7.tar.gz
gentoo-c3904a0b3aa02c4cc557e653f47e29dd3c5d39c7.tar.bz2
gentoo-c3904a0b3aa02c4cc557e653f47e29dd3c5d39c7.zip
dev-python/selenium: Clean old versions up
Diffstat (limited to 'dev-python/selenium')
-rw-r--r--dev-python/selenium/Manifest2
-rw-r--r--dev-python/selenium/selenium-2.47.1.ebuild25
-rw-r--r--dev-python/selenium/selenium-2.49.0.ebuild25
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/selenium/Manifest b/dev-python/selenium/Manifest
index 7eac3466fca2..552f75af6050 100644
--- a/dev-python/selenium/Manifest
+++ b/dev-python/selenium/Manifest
@@ -1,4 +1,2 @@
DIST selenium-2.46.0.tar.gz 2621186 SHA256 fffce2696f1dfd64662086aac276e657e33953b32e265e34c4d28f5f1787e62c SHA512 58d2bbc2768ccee7c238ed64c0e73d6e56977581ebda5d71a58dfd262e6b724501b49cac11a56fc79b700810ac8f7e09d968f4135f6aed4abf8147eecdce99ea WHIRLPOOL fb537963360abf0950ee71fff2a6db889800692434f4b98412d52249054cbbf177c8e4bdf19ab1640a825f7bee072af2c4a9fcf8dfc9f9c365de4639bf69c063
-DIST selenium-2.47.1.tar.gz 2577428 SHA256 f046a0d4c7feba438c94e3a69e18338ccdccb38a0171fdb4495bd6da56e136d6 SHA512 da785994073c47fafdb3b334d734affe673976e5bbe797d8a09592429aebbe2d03a4d8f8c49f56ab08ae665fa5c96d9a9b2cfef1dbab1b6e86ab093339d9b499 WHIRLPOOL 5f78ea15459c7955300d979d2b4e2f8734145a033ee5a6035a5579840134c08575614fe2ebcdee660fdc41c48515d8c96a825d8010737a8c0b142271343eafde
-DIST selenium-2.49.0.tar.gz 805927 SHA256 b94fc480797ff30d09ba39a93b54f5ee00a1255cfee05a4448d3126130993ff9 SHA512 203414ae166a719bcf2a358c6d87d62307d2a3ca710e5671e1ce4331d30bf736bab4a53d470ed09d7656031c3bea9313b273dae645b5b56f7c4c0a27eb3343d6 WHIRLPOOL 8c8697505bf9dac992870087273000ce7e03e06ca7614012a4bd623af86db97ca4972b993ef4f87071d233965fd2ae4ea5a14adbf386b91ff7fb3df131fef59b
DIST selenium-3.0.2.tar.gz 830314 SHA256 85daad4d09be86bddd4f45579986ac316c1909c3b4653ed471ea4519eb413c8f SHA512 6ddbe68e65d8999dfa362fbafceee008967b73808d51efabbfa5a7e79325597ee6fa226a45347e1c5b7e479cc607af4f0233c31cc7296067566a4dcdf1f86496 WHIRLPOOL f0b571269ce2727cd5d57837efe2a1d02e8d38a832f726a26bb1fe37d2f1b964e33171fa13e715ae7ef20474cb0e49dcf27339715321ee7c79799fe4713148b7
diff --git a/dev-python/selenium/selenium-2.47.1.ebuild b/dev-python/selenium/selenium-2.47.1.ebuild
deleted file mode 100644
index 3381aa70343f..000000000000
--- a/dev-python/selenium/selenium-2.47.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python language binding for Selenium Remote Control"
-HOMEPAGE="https://github.com/SeleniumHQ/selenium http://www.seleniumhq.org
- https://pypi.python.org/pypi/selenium/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( py/CHANGES py/README )
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so"
diff --git a/dev-python/selenium/selenium-2.49.0.ebuild b/dev-python/selenium/selenium-2.49.0.ebuild
deleted file mode 100644
index 2bf7332a40fe..000000000000
--- a/dev-python/selenium/selenium-2.49.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Python language binding for Selenium Remote Control"
-HOMEPAGE="https://github.com/SeleniumHQ/selenium http://www.seleniumhq.org
- https://pypi.python.org/pypi/selenium/"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-
-DOCS=( py/CHANGES py/README )
-
-DISTUTILS_IN_SOURCE_BUILD=1
-
-QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so"