graaff 14/06/27 05:57:58 Modified: ChangeLog Added: execjs-2.2.1.ebuild Log: Version bump. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.19 dev-ruby/execjs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 7 Jun 2014 05:39:44 -0000 1.18 +++ ChangeLog 27 Jun 2014 05:57:58 -0000 1.19 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/execjs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.18 2014/06/07 05:39:44 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/ChangeLog,v 1.19 2014/06/27 05:57:58 graaff Exp $ + +*execjs-2.2.1 (27 Jun 2014) + + 27 Jun 2014; Hans de Graaff <[email protected]> +execjs-2.2.1.ebuild: + Version bump. *execjs-2.2.0 (07 Jun 2014) 1.1 dev-ruby/execjs/execjs-2.2.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.2.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/execjs/execjs-2.2.1.ebuild?rev=1.1&content-type=text/plain Index: execjs-2.2.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/execjs/execjs-2.2.1.ebuild,v 1.1 2014/06/27 05:57:58 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" 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 }
