Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gobject-introspection: ruby-gobject-introspection-2.0.2.ebuild ChangeLog
Date: Thu, 05 Dec 2013 10:57:43
Message-Id: 20131205105737.2D63E2004B@flycatcher.gentoo.org
1 naota 13/12/05 10:57:37
2
3 Modified: ruby-gobject-introspection-2.0.2.ebuild ChangeLog
4 Log:
5 ruby20 support
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.2 dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild?r1=1.1&r2=1.2
15
16 Index: ruby-gobject-introspection-2.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ruby-gobject-introspection-2.0.2.ebuild 5 Dec 2013 10:53:20 -0000 1.1
23 +++ ruby-gobject-introspection-2.0.2.ebuild 5 Dec 2013 10:57:37 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild,v 1.1 2013/12/05 10:53:20 naota Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild,v 1.2 2013/12/05 10:57:37 naota Exp $
29
30 EAPI=4
31 -USE_RUBY="ruby19"
32 +USE_RUBY="ruby19 ruby20"
33
34 inherit ruby-ng-gnome2
35
36
37
38
39 1.3 dev-ruby/ruby-gobject-introspection/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?r1=1.2&r2=1.3
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- ChangeLog 5 Dec 2013 10:53:20 -0000 1.2
52 +++ ChangeLog 5 Dec 2013 10:57:37 -0000 1.3
53 @@ -1,6 +1,10 @@
54 # ChangeLog for dev-ruby/ruby-gobject-introspection
55 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.2 2013/12/05 10:53:20 naota Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.3 2013/12/05 10:57:37 naota Exp $
58 +
59 + 05 Dec 2013; Naohiro Aota <naota@g.o>
60 + ruby-gobject-introspection-2.0.2.ebuild:
61 + ruby20 support
62
63 *ruby-gobject-introspection-2.0.2 (05 Dec 2013)