Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/columnize: ChangeLog columnize-0.3.2.ebuild
Date: Sun, 23 Jan 2011 21:48:36
Message-Id: 20110123214827.BFB8A20054@flycatcher.gentoo.org
1 xarthisius 11/01/23 21:48:27
2
3 Modified: ChangeLog columnize-0.3.2.ebuild
4 Log:
5 Marked ~ppc64 wrt #322053
6
7 (Portage version: 2.1.9.25/cvs/Linux ppc64)
8
9 Revision Changes Path
10 1.18 dev-ruby/columnize/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 7 Nov 2010 05:37:28 -0000 1.17
23 +++ ChangeLog 23 Jan 2011 21:48:27 -0000 1.18
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-ruby/columnize
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v 1.17 2010/11/07 05:37:28 graaff Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/ChangeLog,v 1.18 2011/01/23 21:48:27 xarthisius Exp $
30 +
31 + 23 Jan 2011; Kacper Kowalik <xarthisius@g.o>
32 + columnize-0.3.2.ebuild:
33 + Marked ~ppc64 wrt #322053
34
35 *columnize-0.3.2 (07 Nov 2010)
36
37
38
39
40 1.2 dev-ruby/columnize/columnize-0.3.2.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/columnize-0.3.2.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/columnize-0.3.2.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/columnize/columnize-0.3.2.ebuild?r1=1.1&r2=1.2
45
46 Index: columnize-0.3.2.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/columnize/columnize-0.3.2.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- columnize-0.3.2.ebuild 7 Nov 2010 05:37:28 -0000 1.1
53 +++ columnize-0.3.2.ebuild 23 Jan 2011 21:48:27 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2011 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/columnize-0.3.2.ebuild,v 1.1 2010/11/07 05:37:28 graaff Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/columnize/columnize-0.3.2.ebuild,v 1.2 2011/01/23 21:48:27 xarthisius Exp $
60
61 EAPI=2
62 USE_RUBY="ruby18 ruby19 ree18 jruby"
63 @@ -15,7 +15,7 @@
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 -KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
68 +KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
69 IUSE=""
70
71 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"