Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/ruby-minitest: ChangeLog ruby-minitest-0.ebuild
Date: Tue, 29 Jun 2010 11:02:39
Message-Id: 20100629103501.A3ABF2C621@corvid.gentoo.org
1 angelos 10/06/29 10:35:01
2
3 Modified: ChangeLog ruby-minitest-0.ebuild
4 Log:
5 Stable on amd64 wrt bug #321043
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.11 virtual/ruby-minitest/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ChangeLog?rev=1.11&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ChangeLog?rev=1.11&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ChangeLog?r1=1.10&r2=1.11
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ChangeLog,v
18 retrieving revision 1.10
19 retrieving revision 1.11
20 diff -u -r1.10 -r1.11
21 --- ChangeLog 22 May 2010 22:58:11 -0000 1.10
22 +++ ChangeLog 29 Jun 2010 10:35:01 -0000 1.11
23 @@ -1,6 +1,9 @@
24 # ChangeLog for virtual/ruby-minitest
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ChangeLog,v 1.10 2010/05/22 22:58:11 a3li Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ChangeLog,v 1.11 2010/06/29 10:35:01 angelos Exp $
28 +
29 + 29 Jun 2010; Christoph Mende <angelos@g.o> ruby-minitest-0.ebuild:
30 + Stable on amd64 wrt bug #321043
31
32 22 May 2010; Alex Legler <a3li@g.o> ruby-minitest-0-r1.ebuild:
33 Add REE18 support
34
35
36
37 1.10 virtual/ruby-minitest/ruby-minitest-0.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0.ebuild?rev=1.10&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0.ebuild?rev=1.10&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0.ebuild?r1=1.9&r2=1.10
42
43 Index: ruby-minitest-0.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0.ebuild,v
46 retrieving revision 1.9
47 retrieving revision 1.10
48 diff -u -r1.9 -r1.10
49 --- ruby-minitest-0.ebuild 22 May 2010 13:25:52 -0000 1.9
50 +++ ruby-minitest-0.ebuild 29 Jun 2010 10:35:01 -0000 1.10
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0.ebuild,v 1.9 2010/05/22 13:25:52 graaff Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/virtual/ruby-minitest/ruby-minitest-0.ebuild,v 1.10 2010/06/29 10:35:01 angelos Exp $
56
57 EAPI=2
58 USE_RUBY="ruby18 jruby"
59 @@ -13,7 +13,7 @@
60
61 LICENSE=""
62 SLOT="0"
63 -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
64 +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="ruby_targets_ruby18? ( dev-ruby/minitest[ruby_targets_ruby18] )