Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/test-unit: test-unit-1.2.3.ebuild ChangeLog test-unit-2.4.3.ebuild test-unit-2.1.2-r1.ebuild
Date: Sun, 01 Jan 2012 10:10:27
Message-Id: 20120101101016.DF9792004B@flycatcher.gentoo.org
1 graaff 12/01/01 10:10:16
2
3 Modified: test-unit-1.2.3.ebuild ChangeLog
4 test-unit-2.4.3.ebuild test-unit-2.1.2-r1.ebuild
5 Log:
6 Add ppc64 keyword for bug 332593. Non-arch commit but the code in question is quite similar to that in ruby 1.8 and the lack of this keyword currently breaks dependencies.
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.4 dev-ruby/test-unit/test-unit-1.2.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild?r1=1.3&r2=1.4
16
17 Index: test-unit-1.2.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- test-unit-1.2.3.ebuild 15 Jul 2011 17:35:01 -0000 1.3
24 +++ test-unit-1.2.3.ebuild 1 Jan 2012 10:10:16 -0000 1.4
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild,v 1.3 2011/07/15 17:35:01 mattst88 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-1.2.3.ebuild,v 1.4 2012/01/01 10:10:16 graaff Exp $
31
32 EAPI=2
33
34 @@ -29,5 +29,5 @@
35
36 LICENSE="MIT"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~x86-fbsd"
39 +KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
40 IUSE=""
41
42
43
44 1.49 dev-ruby/test-unit/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.49&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?rev=1.49&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/ChangeLog?r1=1.48&r2=1.49
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v
53 retrieving revision 1.48
54 retrieving revision 1.49
55 diff -u -r1.48 -r1.49
56 --- ChangeLog 13 Dec 2011 06:52:11 -0000 1.48
57 +++ ChangeLog 1 Jan 2012 10:10:16 -0000 1.49
58 @@ -1,6 +1,17 @@
59 # ChangeLog for dev-ruby/test-unit
60 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.48 2011/12/13 06:52:11 graaff Exp $
62 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/ChangeLog,v 1.49 2012/01/01 10:10:16 graaff Exp $
64 +
65 + 01 Jan 2012; Hans de Graaff <graaff@g.o> test-unit-1.2.3.ebuild,
66 + test-unit-2.1.2-r1.ebuild:
67 + Add ppc64 keyword for bug 332593. Non-arch commit but the code in question is
68 + quite similar to that in ruby 1.8 and the lack of this keyword currently
69 + breaks dependencies.
70 +
71 + 01 Jan 2012; Hans de Graaff <graaff@g.o> test-unit-2.4.3.ebuild:
72 + Add back ~hppa keyword which seems to have gotten lost around 2.0.5/2.0.6
73 + without any clear indication why. The lack of it currently also breaks
74 + dependencies.
75
76 *test-unit-2.4.3 (13 Dec 2011)
77
78
79
80
81 1.2 dev-ruby/test-unit/test-unit-2.4.3.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.4.3.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.4.3.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.4.3.ebuild?r1=1.1&r2=1.2
86
87 Index: test-unit-2.4.3.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.4.3.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- test-unit-2.4.3.ebuild 13 Dec 2011 06:52:11 -0000 1.1
94 +++ test-unit-2.4.3.ebuild 1 Jan 2012 10:10:16 -0000 1.2
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2011 Gentoo Foundation
97 +# Copyright 1999-2012 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.4.3.ebuild,v 1.1 2011/12/13 06:52:11 graaff Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.4.3.ebuild,v 1.2 2012/01/01 10:10:16 graaff Exp $
101
102 EAPI=2
103 USE_RUBY="ruby18 ruby19 ree18 jruby"
104
105
106
107 1.5 dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild?rev=1.5&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild?rev=1.5&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild?r1=1.4&r2=1.5
112
113 Index: test-unit-2.1.2-r1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild,v
116 retrieving revision 1.4
117 retrieving revision 1.5
118 diff -u -r1.4 -r1.5
119 --- test-unit-2.1.2-r1.ebuild 26 Apr 2011 19:56:11 -0000 1.4
120 +++ test-unit-2.1.2-r1.ebuild 1 Jan 2012 10:10:16 -0000 1.5
121 @@ -1,6 +1,6 @@
122 -# Copyright 1999-2011 Gentoo Foundation
123 +# Copyright 1999-2012 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild,v 1.4 2011/04/26 19:56:11 angelos Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/test-unit/test-unit-2.1.2-r1.ebuild,v 1.5 2012/01/01 10:10:16 graaff Exp $
127
128 EAPI=2
129 USE_RUBY="ruby18 ree18 jruby"
130 @@ -21,7 +21,7 @@
131
132 LICENSE="MIT"
133 SLOT="2"
134 -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
135 +KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
136 IUSE=""
137
138 each_ruby_test() {