Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-glib2: ruby-glib2-2.2.3.ebuild ChangeLog
Date: Thu, 23 Jul 2015 20:40:43
Message-Id: 20150723204040.BF292BB@oystercatcher.gentoo.org
1 pacho 15/07/23 20:40:40
2
3 Modified: ruby-glib2-2.2.3.ebuild ChangeLog
4 Log:
5 ppc stable wrt bug #554164
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.5 dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild?r1=1.4&r2=1.5
15
16 Index: ruby-glib2-2.2.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ruby-glib2-2.2.3.ebuild 9 Jul 2015 10:29:10 -0000 1.4
23 +++ ruby-glib2-2.2.3.ebuild 23 Jul 2015 20:40:40 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild,v 1.4 2015/07/09 10:29:10 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ruby-glib2-2.2.3.ebuild,v 1.5 2015/07/23 20:40:40 pacho Exp $
29
30 EAPI=5
31 USE_RUBY="ruby19 ruby20"
32 @@ -8,7 +8,7 @@
33 inherit ruby-ng-gnome2
34
35 DESCRIPTION="Ruby Glib2 bindings"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
37 +KEYWORDS="~amd64 ppc ~ppc64 ~x86"
38 IUSE=""
39 RDEPEND+=" >=dev-libs/glib-2"
40 DEPEND+=" >=dev-libs/glib-2"
41
42
43
44 1.123 dev-ruby/ruby-glib2/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.123&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?rev=1.123&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog?r1=1.122&r2=1.123
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v
53 retrieving revision 1.122
54 retrieving revision 1.123
55 diff -u -r1.122 -r1.123
56 --- ChangeLog 9 Jul 2015 10:29:10 -0000 1.122
57 +++ ChangeLog 23 Jul 2015 20:40:40 -0000 1.123
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ruby/ruby-glib2
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.122 2015/07/09 10:29:10 mrueg Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-glib2/ChangeLog,v 1.123 2015/07/23 20:40:40 pacho Exp $
63 +
64 + 23 Jul 2015; Pacho Ramos <pacho@g.o> ruby-glib2-2.2.3.ebuild:
65 + ppc stable wrt bug #554164
66
67 09 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> ruby-glib2-2.2.3.ebuild:
68 Add glib patch to stabilization candidate, too.