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-glib2: ruby-glib2-2.0.2.ebuild ChangeLog
Date: Thu, 05 Dec 2013 10:18:35
Message-Id: 20131205101829.57E422004B@flycatcher.gentoo.org
1 naota 13/12/05 10:18:29
2
3 Modified: ChangeLog
4 Added: ruby-glib2-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.109 dev-ruby/ruby-glib2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 5 Sep 2013 12:35:14 -0000 1.108
24 +++ ChangeLog 5 Dec 2013 10:18:29 -0000 1.109
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ruby-glib2
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.108 2013/09/05 12:35:14 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.109 2013/12/05 10:18:29 naota Exp $
30 +
31 +*ruby-glib2-2.0.2 (05 Dec 2013)
32 +
33 + 05 Dec 2013; Naohiro Aota <naota@g.o> +ruby-glib2-2.0.2.ebuild:
34 + version bump.
35
36 05 Sep 2013; Agostino Sarubbo <ago@g.o> ruby-glib2-1.1.8.ebuild:
37 Stable for ppc64, wrt bug #480974
38
39
40
41 1.1 dev-ruby/ruby-glib2/ruby-glib2-2.0.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.0.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.0.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ruby-glib2-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-glib2/ruby-glib2-2.0.2.ebuild,v 1.1 2013/12/05 10:18:29 naota Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20"
54
55 inherit ruby-ng-gnome2
56
57 DESCRIPTION="Ruby Glib2 bindings"
58 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
59 IUSE=""
60 RDEPEND="${RDEPEND} >=dev-libs/glib-2"
61 DEPEND="${DEPEND}
62 >=dev-libs/glib-2"
63
64 each_ruby_configure() {
65 ${RUBY} extconf.rb || die "extconf.rb failed"
66 }