graaff 14/04/22 19:18:32 Modified: coffee-script-2.2.0-r1.ebuild ChangeLog Added: coffee-script-2.2.0-r2.ebuild Log: Add stable candidate without ruby21. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.3 dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild?r1=1.2&r2=1.3 Index: coffee-script-2.2.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- coffee-script-2.2.0-r1.ebuild 19 Apr 2014 14:13:28 -0000 1.2 +++ coffee-script-2.2.0-r1.ebuild 22 Apr 2014 19:18:32 -0000 1.3 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild,v 1.2 2014/04/19 14:13:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r1.ebuild,v 1.3 2014/04/22 19:18:32 graaff Exp $ EAPI=5 -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" 1.7 dev-ruby/coffee-script/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 19 Apr 2014 14:13:28 -0000 1.6 +++ ChangeLog 22 Apr 2014 19:18:32 -0000 1.7 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/coffee-script # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/ChangeLog,v 1.6 2014/04/19 14:13:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/ChangeLog,v 1.7 2014/04/22 19:18:32 graaff Exp $ + +*coffee-script-2.2.0-r2 (22 Apr 2014) + + 22 Apr 2014; Hans de Graaff <[email protected]> + coffee-script-2.2.0-r1.ebuild, +coffee-script-2.2.0-r2.ebuild: + Add stable candidate without ruby21. 19 Apr 2014; Hans de Graaff <[email protected]> coffee-script-2.2.0-r1.ebuild: 1.1 dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild?rev=1.1&content-type=text/plain Index: coffee-script-2.2.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.2.0-r2.ebuild,v 1.1 2014/04/22 19:18:32 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_TASK_TEST="" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem DESCRIPTION="Ruby CoffeeScript is a bridge to the official CoffeeScript compiler." HOMEPAGE="https://github.com/josh/ruby-coffee-script https://github.com/rails/coffee-rails" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" IUSE="" ruby_add_rdepend "dev-ruby/coffee-script-source dev-ruby/execjs"
