Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/selenium-webdriver: selenium-webdriver-2.41.0.ebuild ChangeLog
Date: Mon, 31 Mar 2014 01:22:22
Message-Id: 20140331012219.8435D20057@flycatcher.gentoo.org
1 mrueg 14/03/31 01:22:19
2
3 Modified: ChangeLog
4 Added: selenium-webdriver-2.41.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.58 dev-ruby/selenium-webdriver/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 20 Feb 2014 11:04:01 -0000 1.57
24 +++ ChangeLog 31 Mar 2014 01:22:19 -0000 1.58
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/selenium-webdriver
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v 1.57 2014/02/20 11:04:01 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/ChangeLog,v 1.58 2014/03/31 01:22:19 mrueg Exp $
30 +
31 +*selenium-webdriver-2.41.0 (31 Mar 2014)
32 +
33 + 31 Mar 2014; Manuel RĂ¼ger <mrueg@g.o>
34 + +selenium-webdriver-2.41.0.ebuild:
35 + Version bump.
36
37 20 Feb 2014; Hans de Graaff <graaff@g.o>
38 selenium-webdriver-2.40.0.ebuild:
39 @@ -316,4 +322,3 @@
40 Initial import. Dependency of forthcoming dev-ruby/capybara. Still has a QA
41 issue with LDFLAGS due to pre-compiled shared objects which can hopefully
42 resolved shortly.
43 -
44
45
46
47 1.1 dev-ruby/selenium-webdriver/selenium-webdriver-2.41.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.41.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.41.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: selenium-webdriver-2.41.0.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/selenium-webdriver/selenium-webdriver-2.41.0.ebuild,v 1.1 2014/03/31 01:22:19 mrueg Exp $
57
58 EAPI=5
59 USE_RUBY="ruby19 ruby20"
60
61 # NOTE: this package contains precompiled code. It appears that all
62 # source code can be found at http://code.google.com/p/selenium/ but the
63 # repository is not organized in a way so that we can easily rebuild the
64 # suited shared object. We'll just try our luck with the precompiled
65 # objects for now.
66
67 RUBY_FAKEGEM_TASK_DOC=""
68 RUBY_FAKEGEM_EXTRADOC="CHANGES README.md"
69
70 RUBY_FAKEGEM_TASK_TEST=""
71
72 RUBY_QA_ALLOWED_LIBS="x_ignore_nofocus.so"
73 QA_PREBUILT="*/x_ignore_nofocus.so"
74
75 inherit ruby-fakegem
76
77 DESCRIPTION="This gem provides Ruby bindings for WebDriver."
78 HOMEPAGE="http://gemcutter.org/gems/selenium-webdriver"
79
80 LICENSE="Apache-2.0"
81 SLOT="0"
82 KEYWORDS="~amd64 ~x86"
83 IUSE=""
84
85 ruby_add_rdepend ">=dev-ruby/childprocess-0.5.0
86 >=dev-ruby/multi_json-1.0.4
87 dev-ruby/rubyzip:1"
88
89 all_ruby_prepare() {
90 # Make websocket a development dependency since it is only needed
91 # for the safari driver which we don't support on Gentoo.
92 sed -i -e '/websocket/,/version_requirements/ s/runtime/development/' ../metadata || die
93 }