Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/selenium: selenium-2.39.0.ebuild ChangeLog
Date: Sat, 25 Jan 2014 09:55:37
Message-Id: 20140125095533.3DB462004C@flycatcher.gentoo.org
1 radhermit 14/01/25 09:55:33
2
3 Modified: ChangeLog
4 Added: selenium-2.39.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.6 dev-python/selenium/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 24 Sep 2013 22:43:08 -0000 1.5
24 +++ ChangeLog 25 Jan 2014 09:55:33 -0000 1.6
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/selenium
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.5 2013/09/24 22:43:08 vapier Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/ChangeLog,v 1.6 2014/01/25 09:55:33 radhermit Exp $
31 +
32 +*selenium-2.39.0 (25 Jan 2014)
33 +
34 + 25 Jan 2014; Tim Harder <radhermit@g.o> +selenium-2.39.0.ebuild:
35 + Version bump.
36
37 24 Sep 2013; Mike Frysinger <vapier@g.o> selenium-2.26.0.ebuild,
38 selenium-2.29.0.ebuild:
39
40
41
42 1.1 dev-python/selenium/selenium-2.39.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/selenium-2.39.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/selenium/selenium-2.39.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: selenium-2.39.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-python/selenium/selenium-2.39.0.ebuild,v 1.1 2014/01/25 09:55:32 radhermit Exp $
52
53 EAPI=5
54 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
55
56 inherit distutils-r1
57
58 DESCRIPTION="a Python language binding for Selenium Remote Control (version 1.0 and 2.0)"
59 HOMEPAGE="http://pypi.python.org/pypi/selenium/"
60 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
61
62 KEYWORDS="~amd64 ~arm ~x86"
63 IUSE="doc"
64 LICENSE="Apache-2.0"
65 SLOT="0"
66
67 DOCS=( py/CHANGES py/README )
68 DISTUTILS_IN_SOURCE_BUILD=1
69 QA_PREBUILT="/usr/lib*/python*/site-packages/${PN}/webdriver/firefox/*/x_ignore_nofocus.so"