Gentoo Archives: gentoo-commits

From: "Ralph Sennhauser (sera)" <sera@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/junit: ChangeLog junit-4.8.2-r1.ebuild junit-4.6.ebuild junit-3.8.2-r1.ebuild junit-4.10.ebuild
Date: Sun, 01 Jan 2012 22:39:39
Message-Id: 20120101223929.73B222004B@flycatcher.gentoo.org
1 sera 12/01/01 22:39:29
2
3 Modified: ChangeLog junit-4.8.2-r1.ebuild junit-4.6.ebuild
4 junit-3.8.2-r1.ebuild junit-4.10.ebuild
5 Log:
6 Drop ia64 support #345433
7
8 (Portage version: 2.1.10.43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.65 dev-java/junit/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?rev=1.65&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?rev=1.65&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?r1=1.64&r2=1.65
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v
20 retrieving revision 1.64
21 retrieving revision 1.65
22 diff -u -r1.64 -r1.65
23 --- ChangeLog 30 Dec 2011 12:14:33 -0000 1.64
24 +++ ChangeLog 1 Jan 2012 22:39:29 -0000 1.65
25 @@ -1,6 +1,10 @@
26 # ChangeLog for dev-java/junit
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.64 2011/12/30 12:14:33 fordfrog Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.65 2012/01/01 22:39:29 sera Exp $
31 +
32 + 01 Jan 2012; Ralph Sennhauser <sera@g.o> junit-3.8.2-r1.ebuild,
33 + junit-4.6.ebuild, junit-4.8.2-r1.ebuild, junit-4.10.ebuild:
34 + Drop ia64 support #345433
35
36 30 Dec 2011; Miroslav Šulc <fordfrog@g.o> junit-4.10.ebuild:
37 Fixed failing tests (bug #396367, thanks to Xake >xake@×××××××××.net> for the
38
39
40
41 1.4 dev-java/junit/junit-4.8.2-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild?r1=1.3&r2=1.4
46
47 Index: junit-4.8.2-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- junit-4.8.2-r1.ebuild 3 May 2011 18:27:50 -0000 1.3
54 +++ junit-4.8.2-r1.ebuild 1 Jan 2012 22:39:29 -0000 1.4
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2011 Gentoo Foundation
57 +# Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild,v 1.3 2011/05/03 18:27:50 grobian Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.8.2-r1.ebuild,v 1.4 2012/01/01 22:39:29 sera Exp $
61
62 # WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS
63
64 @@ -14,7 +14,7 @@
65 HOMEPAGE="http://www.junit.org/"
66 LICENSE="CPL-1.0"
67 SLOT="4"
68 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
69 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
70 IUSE=""
71
72 CDEPEND="dev-java/hamcrest-core:0"
73
74
75
76 1.9 dev-java/junit/junit-4.6.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.6.ebuild?rev=1.9&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.6.ebuild?rev=1.9&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.6.ebuild?r1=1.8&r2=1.9
81
82 Index: junit-4.6.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.6.ebuild,v
85 retrieving revision 1.8
86 retrieving revision 1.9
87 diff -u -r1.8 -r1.9
88 --- junit-4.6.ebuild 29 Aug 2010 11:10:48 -0000 1.8
89 +++ junit-4.6.ebuild 1 Jan 2012 22:39:29 -0000 1.9
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2010 Gentoo Foundation
92 +# Copyright 1999-2012 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.6.ebuild,v 1.8 2010/08/29 11:10:48 ali_bush Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.6.ebuild,v 1.9 2012/01/01 22:39:29 sera Exp $
96
97 # WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS
98
99 @@ -14,7 +14,7 @@
100 HOMEPAGE="http://www.junit.org/"
101 LICENSE="CPL-1.0"
102 SLOT="4"
103 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
104 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
105 IUSE=""
106
107 CDEPEND="=dev-java/hamcrest-core-1.1*"
108
109
110
111 1.9 dev-java/junit/junit-3.8.2-r1.ebuild
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-3.8.2-r1.ebuild?rev=1.9&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-3.8.2-r1.ebuild?rev=1.9&content-type=text/plain
115 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-3.8.2-r1.ebuild?r1=1.8&r2=1.9
116
117 Index: junit-3.8.2-r1.ebuild
118 ===================================================================
119 RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/junit-3.8.2-r1.ebuild,v
120 retrieving revision 1.8
121 retrieving revision 1.9
122 diff -u -r1.8 -r1.9
123 --- junit-3.8.2-r1.ebuild 16 Jul 2010 20:02:29 -0000 1.8
124 +++ junit-3.8.2-r1.ebuild 1 Jan 2012 22:39:29 -0000 1.9
125 @@ -1,6 +1,6 @@
126 -# Copyright 1999-2010 Gentoo Foundation
127 +# Copyright 1999-2012 Gentoo Foundation
128 # Distributed under the terms of the GNU General Public License v2
129 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-3.8.2-r1.ebuild,v 1.8 2010/07/16 20:02:29 grobian Exp $
130 +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-3.8.2-r1.ebuild,v 1.9 2012/01/01 22:39:29 sera Exp $
131
132 JAVA_PKG_IUSE="doc source"
133
134 @@ -13,7 +13,7 @@
135 HOMEPAGE="http://www.junit.org/"
136 LICENSE="CPL-1.0"
137 SLOT="0"
138 -KEYWORDS="amd64 ~ia64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
139 +KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
140 IUSE=""
141 DEPEND=">=virtual/jdk-1.4
142 app-arch/unzip"
143
144
145
146 1.3 dev-java/junit/junit-4.10.ebuild
147
148 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.10.ebuild?rev=1.3&view=markup
149 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.10.ebuild?rev=1.3&content-type=text/plain
150 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.10.ebuild?r1=1.2&r2=1.3
151
152 Index: junit-4.10.ebuild
153 ===================================================================
154 RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.10.ebuild,v
155 retrieving revision 1.2
156 retrieving revision 1.3
157 diff -u -r1.2 -r1.3
158 --- junit-4.10.ebuild 30 Dec 2011 12:14:33 -0000 1.2
159 +++ junit-4.10.ebuild 1 Jan 2012 22:39:29 -0000 1.3
160 @@ -1,6 +1,6 @@
161 -# Copyright 1999-2011 Gentoo Foundation
162 +# Copyright 1999-2012 Gentoo Foundation
163 # Distributed under the terms of the GNU General Public License v2
164 -# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.10.ebuild,v 1.2 2011/12/30 12:14:33 fordfrog Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.10.ebuild,v 1.3 2012/01/01 22:39:29 sera Exp $
166
167 # WARNING: JUNIT.JAR IS _NOT_ SYMLINKED TO ANT-CORE LIB FOLDER AS JUNIT3 IS
168
169 @@ -14,7 +14,7 @@
170 HOMEPAGE="http://www.junit.org/"
171 LICENSE="CPL-1.0"
172 SLOT="4"
173 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
174 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
175 IUSE=""
176
177 CDEPEND="dev-java/hamcrest-core:0"