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-1.1.0.ebuild
Date: Sat, 07 Jan 2012 22:22:08
Message-Id: 20120107222158.9A2602004B@flycatcher.gentoo.org
1 naota 12/01/07 22:21:58
2
3 Modified: ChangeLog
4 Added: ruby-atk-1.1.0.ebuild
5 Log:
6 Version bumped.
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.54 dev-ruby/ruby-atk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 9 Nov 2011 13:44:29 -0000 1.53
24 +++ ChangeLog 7 Jan 2012 22:21:58 -0000 1.54
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby-atk
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.53 2011/11/09 13:44:29 naota Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.54 2012/01/07 22:21:58 naota Exp $
31 +
32 +*ruby-atk-1.1.0 (07 Jan 2012)
33 +
34 + 07 Jan 2012; Naohiro Aota <naota@g.o> +ruby-atk-1.1.0.ebuild:
35 + Version bumped.
36
37 *ruby-atk-1.0.3 (09 Nov 2011)
38
39
40
41
42 1.1 dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-1.1.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ruby-atk-1.1.0.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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-1.1.0.ebuild,v 1.1 2012/01/07 22:21:58 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}"