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/execjs: execjs-2.0.2.ebuild ChangeLog
Date: Thu, 03 Oct 2013 16:16:04
Message-Id: 20131003161558.086CB2004C@flycatcher.gentoo.org
1 mrueg 13/10/03 16:15:57
2
3 Modified: ChangeLog
4 Added: execjs-2.0.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.10 dev-ruby/execjs/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 28 Aug 2013 17:29:04 -0000 1.9
24 +++ ChangeLog 3 Oct 2013 16:15:57 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/execjs
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.9 2013/08/28 17:29:04 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.10 2013/10/03 16:15:57 mrueg Exp $
30 +
31 +*execjs-2.0.2 (03 Oct 2013)
32 +
33 + 03 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +execjs-2.0.2.ebuild:
34 + Version bump.
35
36 *execjs-2.0.1 (28 Aug 2013)
37
38
39
40
41 1.1 dev-ruby/execjs/execjs-2.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: execjs-2.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.0.2.ebuild,v 1.1 2013/10/03 16:15:57 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56
57 RUBY_FAKEGEM_EXTRADOC="README.md"
58
59 RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
60 inherit ruby-fakegem
61
62 DESCRIPTION="ExecJS lets you run JavaScript code from Ruby"
63 HOMEPAGE="https://github.com/sstephenson/execjs"
64 SRC_URI="https://github.com/sstephenson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"
69
70 IUSE="test"
71
72 ruby_add_rdepend ">=dev-ruby/multi_json-1.0"
73
74 # execjs supports various javascript runtimes. They are listed in order
75 # as per the documentation. For now only include the ones already in the
76 # tree.
77
78 # therubyracer, therubyrhino, node.js, spidermonkey (deprecated)
79
80 # spidermonkey doesn't pass the test suite:
81 # https://github.com/sstephenson/execjs/issues/62
82
83 RDEPEND+=" || ( net-libs/nodejs )"