jlec        15/04/14 07:55:51

  Modified:             ChangeLog
  Added:                selenium-2.45.0.ebuild
  Removed:              selenium-2.26.0.ebuild selenium-2.29.0.ebuild
                        selenium-2.39.0.ebuild
  Log:
  Version Bump; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.12                 dev-python/selenium/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?rev=1.12&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?rev=1.12&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   8 Apr 2015 08:04:59 -0000       1.11
+++ ChangeLog   14 Apr 2015 07:55:51 -0000      1.12
@@ -1,6 +1,12 @@
 # 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.11 
2015/04/08 08:04:59 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.12 
2015/04/14 07:55:51 jlec Exp $
+
+*selenium-2.45.0 (14 Apr 2015)
+
+  14 Apr 2015; Justin Lecher <[email protected]> +selenium-2.45.0.ebuild,
+  -selenium-2.26.0.ebuild, -selenium-2.29.0.ebuild, -selenium-2.39.0.ebuild:
+  Version Bump; drop old
 
   08 Apr 2015; Michał Górny <[email protected]> selenium-2.29.0.ebuild,
   selenium-2.39.0.ebuild, selenium-2.42.1.ebuild:



1.1                  dev-python/selenium/selenium-2.45.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/selenium-2.45.0.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/selenium-2.45.0.ebuild?rev=1.1&content-type=text/plain

Index: selenium-2.45.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.45.0.ebuild,v 
1.1 2015/04/14 07:55:51 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/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

KEYWORDS="~amd64 ~arm ~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"




Reply via email to