jlec 15/06/19 09:38:38 Modified: ChangeLog Added: selenium-2.46.0.ebuild Log: Version Bump (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.16 dev-python/selenium/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 7 Jun 2015 09:56:27 -0000 1.15 +++ ChangeLog 19 Jun 2015 09:38:38 -0000 1.16 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/selenium # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.15 2015/06/07 09:56:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.16 2015/06/19 09:38:38 jlec Exp $ + +*selenium-2.46.0 (19 Jun 2015) + + 19 Jun 2015; Justin Lecher <[email protected]> +selenium-2.46.0.ebuild: + Version Bump 07 Jun 2015; Markus Meier <[email protected]> selenium-2.42.1.ebuild: arm stable, bug #540290 1.1 dev-python/selenium/selenium-2.46.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/selenium-2.46.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/selenium-2.46.0.ebuild?rev=1.1&content-type=text/plain Index: selenium-2.46.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.46.0.ebuild,v 1.1 2015/06/19 09:38:38 jlec Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_{3,4} ) inherit distutils-r1 DESCRIPTION="Python language binding for Selenium Remote Control (version 1.0 and 2.0)" HOMEPAGE="http://pypi.python.org/pypi/selenium/ https://github.com/SeleniumHQ/selenium http://www.seleniumhq.org" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="doc" 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"
