mrueg 15/04/08 17:47:53 Modified: ChangeLog Added: coffee-script-2.4.1.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.13 dev-ruby/coffee-script/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/ChangeLog?rev=1.13&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/ChangeLog?rev=1.13&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/ChangeLog?r1=1.12&r2=1.13 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/ChangeLog,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- ChangeLog 1 Feb 2015 11:33:34 -0000 1.12 +++ ChangeLog 8 Apr 2015 17:47:53 -0000 1.13 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/coffee-script # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/ChangeLog,v 1.12 2015/02/01 11:33:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-script/ChangeLog,v 1.13 2015/04/08 17:47:53 mrueg Exp $ + +*coffee-script-2.4.1 (08 Apr 2015) + + 08 Apr 2015; Manuel RĂ¼ger <[email protected]> +coffee-script-2.4.1.ebuild: + Version bump. 01 Feb 2015; Hans de Graaff <[email protected]> coffee-script-2.3.0.ebuild: Add ruby22. 1.1 dev-ruby/coffee-script/coffee-script-2.4.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/coffee-script/coffee-script-2.4.1.ebuild?rev=1.1&content-type=text/plain Index: coffee-script-2.4.1.ebuild =================================================================== # Copyright 1999-2015 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.4.1.ebuild,v 1.1 2015/04/08 17:47:53 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 ruby22" 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/rails/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"
