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/text: text-1.2.3-r1.ebuild ChangeLog
Date: Sat, 08 Feb 2014 13:49:35
Message-Id: 20140208134932.A6E612004C@flycatcher.gentoo.org
1 hattya 14/02/08 13:49:32
2
3 Modified: text-1.2.3-r1.ebuild ChangeLog
4 Log:
5 keyword ~ia64
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)
8
9 Revision Changes Path
10 1.4 dev-ruby/text/text-1.2.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: text-1.2.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- text-1.2.3-r1.ebuild 30 Jan 2014 23:16:29 -0000 1.3
23 +++ text-1.2.3-r1.ebuild 8 Feb 2014 13:49:32 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild,v 1.3 2014/01/30 23:16:29 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/text-1.2.3-r1.ebuild,v 1.4 2014/02/08 13:49:32 hattya Exp $
29
30 EAPI=5
31 USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
32 @@ -16,5 +16,5 @@
33 LICENSE="MIT"
34
35 SLOT="0"
36 -KEYWORDS="~amd64 ~arm ~hppa"
37 +KEYWORDS="~amd64 ~arm ~hppa ~ia64"
38 IUSE=""
39
40
41
42 1.6 dev-ruby/text/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text/ChangeLog?rev=1.6&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text/ChangeLog?rev=1.6&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text/ChangeLog?r1=1.5&r2=1.6
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v
51 retrieving revision 1.5
52 retrieving revision 1.6
53 diff -u -r1.5 -r1.6
54 --- ChangeLog 30 Jan 2014 23:16:29 -0000 1.5
55 +++ ChangeLog 8 Feb 2014 13:49:32 -0000 1.6
56 @@ -1,6 +1,9 @@
57 # ChangeLog for dev-ruby/text
58 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.5 2014/01/30 23:16:29 maekke Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text/ChangeLog,v 1.6 2014/02/08 13:49:32 hattya Exp $
61 +
62 + 08 Feb 2014; Akinori Hattori <hattya@g.o> text-1.2.3-r1.ebuild:
63 + keyword ~ia64
64
65 30 Jan 2014; Markus Meier <maekke@g.o> text-1.2.3-r1.ebuild:
66 add ~arm, bug #499194