Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/narray: narray-0.5.9.ebuild ChangeLog narray-0.5.7_p2.ebuild narray-0.5.9_p6.ebuild
Date: Sat, 22 Aug 2009 22:16:34
Message-Id: E1Meysy-0007in-7Y@stork.gentoo.org
1 a3li 09/08/22 22:16:32
2
3 Modified: narray-0.5.9.ebuild ChangeLog
4 narray-0.5.7_p2.ebuild narray-0.5.9_p6.ebuild
5 Log:
6 Setting USE_RUBY="ruby18" for all versions
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-ruby/narray/narray-0.5.9.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9.ebuild?r1=1.10&r2=1.11
15
16 Index: narray-0.5.9.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- narray-0.5.9.ebuild 13 Jun 2009 09:09:45 -0000 1.10
23 +++ narray-0.5.9.ebuild 22 Aug 2009 22:16:31 -0000 1.11
24 @@ -1,13 +1,16 @@
25 # Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9.ebuild,v 1.10 2009/06/13 09:09:45 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9.ebuild,v 1.11 2009/08/22 22:16:31 a3li Exp $
29
30 DESCRIPTION="Numerical N-dimensional Array class"
31 HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html"
32 SRC_URI="http://rubyforge.org/frs/download.php/12235/${P}.tar.gz"
33 +
34 LICENSE="Ruby"
35 SLOT="0"
36 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
37 +
38 +USE_RUBY="ruby18"
39 IUSE=""
40 DEPEND="virtual/ruby"
41
42
43
44
45 1.32 dev-ruby/narray/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.32&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?rev=1.32&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/ChangeLog?r1=1.31&r2=1.32
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v
54 retrieving revision 1.31
55 retrieving revision 1.32
56 diff -u -r1.31 -r1.32
57 --- ChangeLog 4 Jul 2009 08:39:20 -0000 1.31
58 +++ ChangeLog 22 Aug 2009 22:16:31 -0000 1.32
59 @@ -1,6 +1,10 @@
60 # ChangeLog for dev-ruby/narray
61 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.31 2009/07/04 08:39:20 graaff Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/ChangeLog,v 1.32 2009/08/22 22:16:31 a3li Exp $
64 +
65 + 22 Aug 2009; Alex Legler <a3li@g.o> narray-0.5.7_p2.ebuild,
66 + narray-0.5.9.ebuild, narray-0.5.9_p6.ebuild:
67 + Setting USE_RUBY="ruby18" for all versions
68
69 *narray-0.5.9_p6 (04 Jul 2009)
70
71
72
73
74 1.13 dev-ruby/narray/narray-0.5.7_p2.ebuild
75
76 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild?rev=1.13&view=markup
77 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild?rev=1.13&content-type=text/plain
78 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild?r1=1.12&r2=1.13
79
80 Index: narray-0.5.7_p2.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v
83 retrieving revision 1.12
84 retrieving revision 1.13
85 diff -u -r1.12 -r1.13
86 --- narray-0.5.7_p2.ebuild 20 Oct 2006 11:24:26 -0000 1.12
87 +++ narray-0.5.7_p2.ebuild 22 Aug 2009 22:16:31 -0000 1.13
88 @@ -1,6 +1,6 @@
89 -# Copyright 1999-2006 Gentoo Foundation
90 +# Copyright 1999-2009 Gentoo Foundation
91 # Distributed under the terms of the GNU General Public License v2
92 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v 1.12 2006/10/20 11:24:26 flameeyes Exp $
93 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.7_p2.ebuild,v 1.13 2009/08/22 22:16:31 a3li Exp $
94
95 inherit ruby
96
97 @@ -15,7 +15,7 @@
98 KEYWORDS="alpha hppa ia64 mips ppc sparc x86"
99
100 IUSE=""
101 -USE_RUBY="ruby16 ruby18 ruby19"
102 +USE_RUBY="ruby18"
103 DEPEND="virtual/ruby"
104
105 S="${WORKDIR}/${MY_P}"
106
107
108
109 1.2 dev-ruby/narray/narray-0.5.9_p6.ebuild
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.2&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?rev=1.2&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild?r1=1.1&r2=1.2
114
115 Index: narray-0.5.9_p6.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v
118 retrieving revision 1.1
119 retrieving revision 1.2
120 diff -u -r1.1 -r1.2
121 --- narray-0.5.9_p6.ebuild 4 Jul 2009 08:39:20 -0000 1.1
122 +++ narray-0.5.9_p6.ebuild 22 Aug 2009 22:16:31 -0000 1.2
123 @@ -1,17 +1,21 @@
124 # Copyright 1999-2009 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.1 2009/07/04 08:39:20 graaff Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/narray/narray-0.5.9_p6.ebuild,v 1.2 2009/08/22 22:16:31 a3li Exp $
128
129 MY_P=${P/_/}
130
131 DESCRIPTION="Numerical N-dimensional Array class"
132 HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html"
133 SRC_URI="mirror://rubyforge/${PN}/${MY_P}.tar.gz"
134 +
135 LICENSE="Ruby"
136 SLOT="0"
137 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
138 +
139 +USE_RUBY="ruby18"
140 IUSE=""
141 DEPEND="virtual/ruby"
142 +RDEPEND="${DEPEND}"
143
144 S="${WORKDIR}/${MY_P}"