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:53:25
Message-Id: 20131205105320.7088F2004B@flycatcher.gentoo.org
1 naota 13/12/05 10:53:20
2
3 Modified: ChangeLog
4 Added: ruby-gobject-introspection-2.0.2.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key F8551514)
9
10 Revision Changes Path
11 1.2 dev-ruby/ruby-gobject-introspection/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 4 May 2013 10:06:09 -0000 1.1
24 +++ ChangeLog 5 Dec 2013 10:53:20 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/ruby-gobject-introspection
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.1 2013/05/04 10:06:09 naota Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gobject-introspection/ChangeLog,v 1.2 2013/12/05 10:53:20 naota Exp $
30 +
31 +*ruby-gobject-introspection-2.0.2 (05 Dec 2013)
32 +
33 + 05 Dec 2013; Naohiro Aota <naota@g.o>
34 + +ruby-gobject-introspection-2.0.2.ebuild:
35 + version bump
36
37 *ruby-gobject-introspection-1.2.6 (04 May 2013)
38
39
40
41
42 1.1 dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gobject-introspection/ruby-gobject-introspection-2.0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-gobject-introspection-2.0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $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 $
52
53 EAPI=4
54 USE_RUBY="ruby19"
55
56 inherit ruby-ng-gnome2
57
58 RUBY_S=ruby-gnome2-all-${PV}/gobject-introspection
59
60 DESCRIPTION="Ruby GObjectIntrosprction bindings"
61 KEYWORDS="~amd64"
62 IUSE=""
63
64 DEPEND="${DEPEND} dev-libs/gobject-introspection"
65 RDEPEND="${RDEPEND} dev-libs/gobject-introspection"
66
67 ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"