Gentoo Archives: gentoo-commits

From: "Markus Meier (maekke)" <maekke@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ChangeLog ruby-1.9.3_p0.ebuild
Date: Sun, 05 Feb 2012 22:06:41
Message-Id: 20120205220630.857CE2004B@flycatcher.gentoo.org
1 maekke 12/02/05 22:06:30
2
3 Modified: ChangeLog ruby-1.9.3_p0.ebuild
4 Log:
5 add ~arm, bug #332593
6
7 (Portage version: 2.1.10.44/cvs/Linux i686)
8
9 Revision Changes Path
10 1.527 dev-lang/ruby/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.527&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.527&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.526&r2=1.527
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
19 retrieving revision 1.526
20 retrieving revision 1.527
21 diff -u -r1.526 -r1.527
22 --- ChangeLog 8 Jan 2012 15:36:01 -0000 1.526
23 +++ ChangeLog 5 Feb 2012 22:06:30 -0000 1.527
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/ruby
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.526 2012/01/08 15:36:01 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.527 2012/02/05 22:06:30 maekke Exp $
29 +
30 + 05 Feb 2012; Markus Meier <maekke@g.o> ruby-1.9.3_p0.ebuild:
31 + add ~arm, bug #332593
32
33 08 Jan 2012; Raúl Porcel <armin76@g.o> ruby-1.8.7_p357.ebuild:
34 alpha/arm/ia64/s390/sh/sparc stable wrt #396301
35
36
37
38 1.6 dev-lang/ruby/ruby-1.9.3_p0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p0.ebuild?rev=1.6&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p0.ebuild?rev=1.6&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p0.ebuild?r1=1.5&r2=1.6
43
44 Index: ruby-1.9.3_p0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p0.ebuild,v
47 retrieving revision 1.5
48 retrieving revision 1.6
49 diff -u -r1.5 -r1.6
50 --- ruby-1.9.3_p0.ebuild 29 Dec 2011 17:07:46 -0000 1.5
51 +++ ruby-1.9.3_p0.ebuild 5 Feb 2012 22:06:30 -0000 1.6
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2011 Gentoo Foundation
54 +# Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p0.ebuild,v 1.5 2011/12/29 17:07:46 jer Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.9.3_p0.ebuild,v 1.6 2012/02/05 22:06:30 maekke Exp $
58
59 EAPI=2
60
61 @@ -34,7 +34,7 @@
62 http://dev.gentoo.org/~flameeyes/ruby-team/${PN}-patches-${PATCHSET}.tar.bz2"
63
64 LICENSE="|| ( Ruby BSD-2 )"
65 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
66 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
67 IUSE="berkdb debug doc examples gdbm ipv6 +rdoc rubytests socks5 ssl tk xemacs ncurses +readline +yaml" #libedit
68
69 # libedit support is removed everywhere because of this upstream bug: