Gentoo Archives: gentoo-commits

From: "Akinori Hattori (hattya)" <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gettext: ruby-gettext-2.3.8.ebuild ChangeLog
Date: Wed, 29 Jan 2014 15:32:02
Message-Id: 20140129153159.42E1D2004C@flycatcher.gentoo.org
1 hattya 14/01/29 15:31:59
2
3 Modified: ruby-gettext-2.3.8.ebuild ChangeLog
4 Log:
5 keyword ~ia64 wrt bug #465948
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.7 dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild?r1=1.6&r2=1.7
15
16 Index: ruby-gettext-2.3.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ruby-gettext-2.3.8.ebuild 22 Dec 2013 18:37:58 -0000 1.6
23 +++ ruby-gettext-2.3.8.ebuild 29 Jan 2014 15:31:59 -0000 1.7
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild,v 1.6 2013/12/22 18:37:58 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ruby-gettext-2.3.8.ebuild,v 1.7 2014/01/29 15:31:59 hattya Exp $
30
31 EAPI=5
32
33 @@ -22,7 +22,7 @@
34 DESCRIPTION="Ruby GetText Package is Native Language Support Library and Tools modeled after GNU gettext package"
35 HOMEPAGE="http://www.yotabanana.com/hiki/ruby-gettext.html"
36
37 -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
38 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
39 IUSE="doc test"
40 SLOT="0"
41 LICENSE="Ruby"
42
43
44
45 1.121 dev-ruby/ruby-gettext/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.121&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?rev=1.121&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog?r1=1.120&r2=1.121
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v
54 retrieving revision 1.120
55 retrieving revision 1.121
56 diff -u -r1.120 -r1.121
57 --- ChangeLog 26 Jan 2014 09:57:51 -0000 1.120
58 +++ ChangeLog 29 Jan 2014 15:31:59 -0000 1.121
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/ruby-gettext
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.120 2014/01/26 09:57:51 jer Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gettext/ChangeLog,v 1.121 2014/01/29 15:31:59 hattya Exp $
64 +
65 + 29 Jan 2014; Akinori Hattori <hattya@g.o> ruby-gettext-2.3.8.ebuild:
66 + keyword ~ia64 wrt bug #465948
67
68 26 Jan 2014; Jeroen Roovers <jer@g.o> ruby-gettext-3.0.3.ebuild:
69 Marked ~hppa (bug #499194).