mrueg 15/02/04 19:58:01 Modified: ChangeLog Added: execjs-2.3.0.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.28 dev-ruby/execjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.28&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?r1=1.27&r2=1.28 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- ChangeLog 24 Jan 2015 09:50:35 -0000 1.27 +++ ChangeLog 4 Feb 2015 19:58:01 -0000 1.28 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/execjs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.27 2015/01/24 09:50:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.28 2015/02/04 19:58:01 mrueg Exp $ + +*execjs-2.3.0 (04 Feb 2015) + + 04 Feb 2015; Manuel RĂ¼ger <[email protected]> +execjs-2.3.0.ebuild: + Version bump. 24 Jan 2015; Agostino Sarubbo <[email protected]> execjs-2.2.2.ebuild: Stable for x86, wrt bug #508540 1.1 dev-ruby/execjs/execjs-2.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.3.0.ebuild?rev=1.1&content-type=text/plain Index: execjs-2.3.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.3.0.ebuild,v 1.1 2015/02/04 19:58:01 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem DESCRIPTION="ExecJS lets you run JavaScript code from Ruby" HOMEPAGE="https://github.com/sstephenson/execjs" SRC_URI="https://github.com/sstephenson/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" IUSE="test" # execjs supports various javascript runtimes. They are listed in order # as per the documentation. For now only include the ones already in the # tree. # therubyracer, therubyrhino, node.js, spidermonkey (deprecated) # spidermonkey doesn't pass the test suite: # https://github.com/sstephenson/execjs/issues/62 RDEPEND+=" || ( net-libs/nodejs )" all_ruby_prepare() { # Avoid test requiring network connectivity. We could potentially # substitute dev-ruby/coffee-script-source for this. sed -i -e '/test_coffeescript/,/end/ s:^:#:' test/test_execjs.rb || die }
