mrueg 14/08/02 02:58:45 Modified: state_machine-1.2.0.ebuild ChangeLog Log: Add ruby20, ruby21 targets. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/state_machine/state_machine-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/state_machine/state_machine-1.2.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/state_machine/state_machine-1.2.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/state_machine/state_machine-1.2.0.ebuild?r1=1.2&r2=1.3 Index: state_machine-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/state_machine/state_machine-1.2.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- state_machine-1.2.0.ebuild 24 Apr 2014 16:42:17 -0000 1.2 +++ state_machine-1.2.0.ebuild 2 Aug 2014 02:58:45 -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/state_machine/state_machine-1.2.0.ebuild,v 1.2 2014/04/24 16:42:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/state_machine/state_machine-1.2.0.ebuild,v 1.3 2014/08/02 02:58:45 mrueg Exp $ EAPI=5 -USE_RUBY="ruby19 jruby" +USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_TASK_TEST="test" RUBY_FAKEGEM_TASK_DOC="" 1.3 dev-ruby/state_machine/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/state_machine/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/state_machine/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/state_machine/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/state_machine/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 24 Apr 2014 16:42:17 -0000 1.2 +++ ChangeLog 2 Aug 2014 02:58:45 -0000 1.3 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/state_machine # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/state_machine/ChangeLog,v 1.2 2014/04/24 16:42:17 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/state_machine/ChangeLog,v 1.3 2014/08/02 02:58:45 mrueg Exp $ + + 02 Aug 2014; Manuel Rüger <[email protected]> state_machine-1.2.0.ebuild: + Add ruby20, ruby21 targets. 24 Apr 2014; Manuel Rüger <[email protected]> state_machine-1.2.0.ebuild: Remove ruby18 support. EAPI bump.
