Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: activerecord-3.2.16.ebuild activerecord-2.3.18.ebuild ChangeLog
Date: Wed, 01 Jan 2014 19:11:37
Message-Id: 20140101191132.9FC742004C@flycatcher.gentoo.org
1 patrick 14/01/01 19:11:32
2
3 Modified: activerecord-3.2.16.ebuild
4 activerecord-2.3.18.ebuild ChangeLog
5 Log:
6 Remove ruby18 target as dependencies lost support already
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-ruby/activerecord/activerecord-3.2.16.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.16.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.16.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.16.ebuild?r1=1.1&r2=1.2
16
17 Index: activerecord-3.2.16.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.16.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- activerecord-3.2.16.ebuild 4 Dec 2013 08:06:20 -0000 1.1
24 +++ activerecord-3.2.16.ebuild 1 Jan 2014 19:11:32 -0000 1.2
25 @@ -1,9 +1,9 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.16.ebuild,v 1.1 2013/12/04 08:06:20 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.16.ebuild,v 1.2 2014/01/01 19:11:32 patrick Exp $
31
32 EAPI=5
33 -USE_RUBY="ruby18 ruby19"
34 +USE_RUBY="ruby19"
35
36 # this is not null so that the dependencies will actually be filled
37 RUBY_FAKEGEM_TASK_TEST="test"
38
39
40
41 1.6 dev-ruby/activerecord/activerecord-2.3.18.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.18.ebuild?rev=1.6&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.18.ebuild?rev=1.6&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.18.ebuild?r1=1.5&r2=1.6
46
47 Index: activerecord-2.3.18.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.18.ebuild,v
50 retrieving revision 1.5
51 retrieving revision 1.6
52 diff -u -r1.5 -r1.6
53 --- activerecord-2.3.18.ebuild 1 Apr 2013 14:53:15 -0000 1.5
54 +++ activerecord-2.3.18.ebuild 1 Jan 2014 19:11:32 -0000 1.6
55 @@ -1,9 +1,9 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.18.ebuild,v 1.5 2013/04/01 14:53:15 ago Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.18.ebuild,v 1.6 2014/01/01 19:11:32 patrick Exp $
61
62 EAPI=2
63 -USE_RUBY="ruby18 jruby"
64 +USE_RUBY="jruby"
65
66 # this is not null so that the dependencies will actually be filled
67 RUBY_FAKEGEM_TASK_TEST="none"
68 @@ -24,12 +24,6 @@
69 ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
70
71 #ruby_add_rdepend sqlite ">=dev-ruby/sqlite-ruby-2.2.2"
72 -USE_RUBY=ruby18 \
73 - ruby_add_rdepend "
74 - sqlite3? ( dev-ruby/sqlite3 )
75 - mysql? ( >=dev-ruby/mysql-ruby-2.7 )
76 - postgres? ( dev-ruby/pg )"
77 -
78 ruby_add_bdepend "
79 test? (
80 dev-ruby/rdoc
81
82
83
84 1.252 dev-ruby/activerecord/ChangeLog
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.252&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.252&content-type=text/plain
88 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.251&r2=1.252
89
90 Index: ChangeLog
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
93 retrieving revision 1.251
94 retrieving revision 1.252
95 diff -u -r1.251 -r1.252
96 --- ChangeLog 16 Dec 2013 20:09:58 -0000 1.251
97 +++ ChangeLog 1 Jan 2014 19:11:32 -0000 1.252
98 @@ -1,6 +1,10 @@
99 # ChangeLog for dev-ruby/activerecord
100 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.251 2013/12/16 20:09:58 graaff Exp $
102 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
103 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.252 2014/01/01 19:11:32 patrick Exp $
104 +
105 + 01 Jan 2014; Patrick Lauer <patrick@g.o> activerecord-2.3.18.ebuild,
106 + activerecord-3.2.16.ebuild:
107 + Remove ruby18 target as dependencies lost support already
108
109 16 Dec 2013; Hans de Graaff <graaff@g.o> -activerecord-3.2.15.ebuild,
110 -activerecord-4.0.0.ebuild: