Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: activerecord-3.2.17.ebuild ChangeLog
Date: Sun, 04 May 2014 18:04:24
Message-Id: 20140504180421.23D312004C@flycatcher.gentoo.org
1 mrueg 14/05/04 18:04:21
2
3 Modified: activerecord-3.2.17.ebuild ChangeLog
4 Log:
5 Add ruby20 support.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.3 dev-ruby/activerecord/activerecord-3.2.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild?r1=1.2&r2=1.3
15
16 Index: activerecord-3.2.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- activerecord-3.2.17.ebuild 21 Apr 2014 12:14:22 -0000 1.2
23 +++ activerecord-3.2.17.ebuild 4 May 2014 18:04:20 -0000 1.3
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v 1.2 2014/04/21 12:14:22 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.17.ebuild,v 1.3 2014/05/04 18:04:20 mrueg Exp $
29
30 EAPI=5
31 -USE_RUBY="ruby18 ruby19"
32 +USE_RUBY="ruby19 ruby20"
33
34 # this is not null so that the dependencies will actually be filled
35 RUBY_FAKEGEM_TASK_TEST="test"
36 @@ -48,7 +48,7 @@
37 sed -i -e "/\(uglifier\|system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\)/d" ../Gemfile || die
38 sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
39 sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die
40 -
41 + sed -i -e '/[Bb]undler/d' ../load_paths.rb || die
42 sed -i -e '/bcrypt/ s/3.0.0/3.0/' ../Gemfile || die
43
44 # Avoid tests depending on hash ordering
45 @@ -68,7 +68,7 @@
46 ;;
47 *)
48 if use sqlite3; then
49 - ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
50 + ${RUBY} -I. -S rake test_sqlite3 || die "sqlite3 tests failed"
51 fi
52 ;;
53 esac
54
55
56
57 1.263 dev-ruby/activerecord/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.263&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.263&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.262&r2=1.263
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
66 retrieving revision 1.262
67 retrieving revision 1.263
68 diff -u -r1.262 -r1.263
69 --- ChangeLog 26 Apr 2014 15:10:05 -0000 1.262
70 +++ ChangeLog 4 May 2014 18:04:20 -0000 1.263
71 @@ -1,6 +1,9 @@
72 # ChangeLog for dev-ruby/activerecord
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.262 2014/04/26 15:10:05 graaff Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.263 2014/05/04 18:04:20 mrueg Exp $
76 +
77 + 04 May 2014; Manuel RĂ¼ger <mrueg@g.o> activerecord-3.2.17.ebuild:
78 + Add ruby20 support.
79
80 *activerecord-4.1.0 (26 Apr 2014)