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: ruby-atk-2.0.2.ebuild ChangeLog
Date: Thu, 05 Dec 2013 10:27:19
Message-Id: 20131205102706.B98702004B@flycatcher.gentoo.org
1 naota 13/12/05 10:27:06
2
3 Modified: ChangeLog
4 Added: ruby-atk-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.79 dev-ruby/ruby-atk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.79&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?rev=1.79&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ChangeLog?r1=1.78&r2=1.79
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v
20 retrieving revision 1.78
21 retrieving revision 1.79
22 diff -u -r1.78 -r1.79
23 --- ChangeLog 17 Aug 2013 10:37:06 -0000 1.78
24 +++ ChangeLog 5 Dec 2013 10:27:06 -0000 1.79
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby-atk
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.78 2013/08/17 10:37:06 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ChangeLog,v 1.79 2013/12/05 10:27:06 naota Exp $
30 +
31 +*ruby-atk-2.0.2 (05 Dec 2013)
32 +
33 + 05 Dec 2013; Naohiro Aota <naota@g.o> +ruby-atk-2.0.2.ebuild:
34 + version bump
35
36 17 Aug 2013; Agostino Sarubbo <ago@g.o> ruby-atk-1.1.8.ebuild:
37 Stable for ppc, wrt bug #480974
38
39
40
41 1.1 dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-atk-2.0.2.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-atk/ruby-atk-2.0.2.ebuild,v 1.1 2013/12/05 10:27:06 naota Exp $
51
52 EAPI=4
53 USE_RUBY="ruby19 ruby20"
54
55 inherit ruby-ng-gnome2
56
57 DESCRIPTION="Ruby Atk bindings"
58 KEYWORDS="~amd64 ~ppc ~x86"
59 IUSE=""
60 DEPEND="${DEPEND} dev-libs/atk"
61 RDEPEND="${RDEPEND} dev-libs/atk"
62
63 ruby_add_rdepend ">=dev-ruby/ruby-glib2-${PV}"