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-atk: ChangeLog ruby-atk-0.90.8.ebuild
Date: Sun, 29 May 2011 14:26:17
Message-Id: 20110529142606.1871D20054@flycatcher.gentoo.org
1 naota 11/05/29 14:26:06
2
3 Modified: ChangeLog
4 Added: ruby-atk-0.90.8.ebuild
5 Log:
6 Version bump. Bug 345721
7
8 (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.50 dev-ruby/ruby-atk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.50&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.50&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?r1=1.49&r2=1.50
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v
20 retrieving revision 1.49
21 retrieving revision 1.50
22 diff -u -r1.49 -r1.50
23 --- ChangeLog 22 Oct 2010 13:40:42 -0000 1.49
24 +++ ChangeLog 29 May 2011 14:26:05 -0000 1.50
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby-atk
27 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.49 2010/10/22 13:40:42 graaff Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.50 2011/05/29 14:26:05 naota Exp $
31 +
32 +*ruby-atk-0.90.8 (29 May 2011)
33 +
34 + 29 May 2011; Naohiro Aota <naota@g.o> +ruby-atk-0.90.8.ebuild:
35 + Version bump. Bug 345721
36
37 22 Oct 2010; Hans de Graaff <graaff@g.o> -ruby-atk-0.19.1.ebuild,
38 -ruby-atk-0.19.3.ebuild:
39
40
41
42 1.1 dev-ruby/ruby-atk/ruby-atk-0.90.8.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.90.8.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.90.8.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-atk-0.90.8.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-0.90.8.ebuild,v 1.1 2011/05/29 14:26:05 naota Exp $
52
53 EAPI="2"
54 USE_RUBY="ruby18 ruby19"
55
56 inherit ruby-ng-gnome2
57
58 DESCRIPTION="Ruby Atk bindings"
59 KEYWORDS="~amd64 ~x86"
60 IUSE=""
61 DEPEND="${DEPEND} dev-libs/atk"
62 RDEPEND="${RDEPEND} dev-libs/atk"
63
64 ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"