mrueg 14/05/04 18:04:21 Modified: activerecord-3.2.17.ebuild ChangeLog Log: Add ruby20 support. (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/activerecord/activerecord-3.2.17.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild?r1=1.2&r2=1.3 Index: activerecord-3.2.17.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- activerecord-3.2.17.ebuild 21 Apr 2014 12:14:22 -0000 1.2 +++ activerecord-3.2.17.ebuild 4 May 2014 18:04:20 -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/activerecord/activerecord-3.2.17.ebuild,v 1.2 2014/04/21 12:14:22 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v 1.3 2014/05/04 18:04:20 mrueg Exp $ EAPI=5 -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby19 ruby20" # this is not null so that the dependencies will actually be filled RUBY_FAKEGEM_TASK_TEST="test" @@ -48,7 +48,7 @@ sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\)/d" ../Gemfile || die sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die - + sed -i -e '/[Bb]undler/d' ../load_paths.rb || die sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die # Avoid tests depending on hash ordering @@ -68,7 +68,7 @@ ;; *) if use sqlite3; then - ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed" + ${RUBY} -I. -S rake test_sqlite3 || die "sqlite3 tests failed" fi ;; esac 1.263 dev-ruby/activerecord/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.263&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.263&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.262&r2=1.263 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v retrieving revision 1.262 retrieving revision 1.263 diff -u -r1.262 -r1.263 --- ChangeLog 26 Apr 2014 15:10:05 -0000 1.262 +++ ChangeLog 4 May 2014 18:04:20 -0000 1.263 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.262 2014/04/26 15:10:05 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.263 2014/05/04 18:04:20 mrueg Exp $ + + 04 May 2014; Manuel RĂ¼ger <[email protected]> activerecord-3.2.17.ebuild: + Add ruby20 support. *activerecord-4.1.0 (26 Apr 2014)
