graaff 14/07/02 08:13:34 Modified: ChangeLog will_paginate-3.0.5.ebuild Log: Add ruby20. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.26 dev-ruby/will_paginate/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.26&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?rev=1.26&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/ChangeLog?r1=1.25&r2=1.26 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- ChangeLog 29 Jun 2014 06:41:12 -0000 1.25 +++ ChangeLog 2 Jul 2014 08:13:33 -0000 1.26 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/will_paginate # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.25 2014/06/29 06:41:12 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.26 2014/07/02 08:13:33 graaff Exp $ + + 02 Jul 2014; Hans de Graaff <[email protected]> will_paginate-3.0.5.ebuild: + Add ruby20. *will_paginate-3.0.6 (29 Jun 2014) 1.3 dev-ruby/will_paginate/will_paginate-3.0.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild?r1=1.2&r2=1.3 Index: will_paginate-3.0.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- will_paginate-3.0.5.ebuild 19 Apr 2014 03:23:13 -0000 1.2 +++ will_paginate-3.0.5.ebuild 2 Jul 2014 08:13:33 -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/will_paginate/will_paginate-3.0.5.ebuild,v 1.2 2014/04/19 03:23:13 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-3.0.5.ebuild,v 1.3 2014/07/02 08:13:33 graaff Exp $ EAPI=5 -USE_RUBY="ruby19" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -25,3 +25,7 @@ =dev-ruby/rails-3* dev-ruby/mocha )" + +all_ruby_prepare() { + sed -e '1igem "rails", "~> 3.2.0"' -i spec/spec_helper.rb || die +}
