Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/tvbrowser: tvbrowser-2.5.3.ebuild tvbrowser-2.5-r1.ebuild tvbrowser-2.5.ebuild tvbrowser-2.5.2.ebuild ChangeLog tvbrowser-2.2.1.ebuild
Date: Thu, 10 Jan 2008 22:42:15
Message-Id: E1JD66G-0007M5-Fv@stork.gentoo.org
1 caster 08/01/10 22:42:12
2
3 Modified: tvbrowser-2.5.3.ebuild tvbrowser-2.5-r1.ebuild
4 tvbrowser-2.5.ebuild tvbrowser-2.5.2.ebuild
5 ChangeLog tvbrowser-2.2.1.ebuild
6 Log:
7 Restrict junit dependency.
8 (Portage version: 2.1.4_rc14)
9
10 Revision Changes Path
11 1.3 media-tv/tvbrowser/tvbrowser-2.5.3.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.3.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.3.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.3.ebuild?r1=1.2&r2=1.3
16
17 Index: tvbrowser-2.5.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.3.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- tvbrowser-2.5.3.ebuild 15 Nov 2007 01:03:01 -0000 1.2
24 +++ tvbrowser-2.5.3.ebuild 10 Jan 2008 22:42:11 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2007 Gentoo Foundation
27 +# Copyright 1999-2008 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.3.ebuild,v 1.2 2007/11/15 01:03:01 betelgeuse Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.3.ebuild,v 1.3 2008/01/10 22:42:11 caster Exp $
31
32 WANT_AUTOCONF="latest"
33 WANT_AUTOMAKE="latest"
34 @@ -28,7 +28,7 @@
35 x11-libs/libX11
36 x11-libs/libXau
37 x11-libs/libXdmcp
38 - dev-java/junit
39 + =dev-java/junit-3.8*
40 dev-java/commons-net
41 >=dev-java/jgoodies-forms-1.0.7
42 >=dev-java/jgoodies-looks-2.0
43
44
45
46 1.4 media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild?r1=1.3&r2=1.4
51
52 Index: tvbrowser-2.5-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- tvbrowser-2.5-r1.ebuild 27 Nov 2007 10:53:54 -0000 1.3
59 +++ tvbrowser-2.5-r1.ebuild 10 Jan 2008 22:42:11 -0000 1.4
60 @@ -1,6 +1,6 @@
61 -# Copyright 1999-2007 Gentoo Foundation
62 +# Copyright 1999-2008 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild,v 1.3 2007/11/27 10:53:54 zzam Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5-r1.ebuild,v 1.4 2008/01/10 22:42:11 caster Exp $
66
67 WANT_AUTOCONF="latest"
68 WANT_AUTOMAKE="latest"
69 @@ -26,7 +26,7 @@
70 x11-libs/libXau
71 x11-libs/libXdmcp
72 >=virtual/jre-1.5
73 - dev-java/junit
74 + =dev-java/junit-3.8*
75 dev-java/commons-net
76 >=dev-java/jgoodies-forms-1.0.7
77 >=dev-java/jgoodies-looks-2.0
78
79
80
81 1.5 media-tv/tvbrowser/tvbrowser-2.5.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.ebuild?rev=1.5&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.ebuild?rev=1.5&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.ebuild?r1=1.4&r2=1.5
86
87 Index: tvbrowser-2.5.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.ebuild,v
90 retrieving revision 1.4
91 retrieving revision 1.5
92 diff -u -r1.4 -r1.5
93 --- tvbrowser-2.5.ebuild 27 Nov 2007 10:53:54 -0000 1.4
94 +++ tvbrowser-2.5.ebuild 10 Jan 2008 22:42:11 -0000 1.5
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2007 Gentoo Foundation
97 +# Copyright 1999-2008 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.ebuild,v 1.4 2007/11/27 10:53:54 zzam Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.ebuild,v 1.5 2008/01/10 22:42:11 caster Exp $
101
102 WANT_AUTOCONF="latest"
103 WANT_AUTOMAKE="latest"
104 @@ -26,7 +26,7 @@
105 x11-libs/libXau
106 x11-libs/libXdmcp
107 >=virtual/jre-1.5
108 - dev-java/junit
109 + =dev-java/junit-3.8*
110 dev-java/commons-net
111 >=dev-java/jgoodies-forms-1.0.7
112 >=dev-java/jgoodies-looks-2.0
113
114
115
116 1.7 media-tv/tvbrowser/tvbrowser-2.5.2.ebuild
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.2.ebuild?rev=1.7&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.2.ebuild?rev=1.7&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.2.ebuild?r1=1.6&r2=1.7
121
122 Index: tvbrowser-2.5.2.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.2.ebuild,v
125 retrieving revision 1.6
126 retrieving revision 1.7
127 diff -u -r1.6 -r1.7
128 --- tvbrowser-2.5.2.ebuild 15 Nov 2007 01:03:01 -0000 1.6
129 +++ tvbrowser-2.5.2.ebuild 10 Jan 2008 22:42:11 -0000 1.7
130 @@ -1,6 +1,6 @@
131 -# Copyright 1999-2007 Gentoo Foundation
132 +# Copyright 1999-2008 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.2.ebuild,v 1.6 2007/11/15 01:03:01 betelgeuse Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.5.2.ebuild,v 1.7 2008/01/10 22:42:11 caster Exp $
136
137 WANT_AUTOCONF="latest"
138 WANT_AUTOMAKE="latest"
139 @@ -28,7 +28,7 @@
140 x11-libs/libX11
141 x11-libs/libXau
142 x11-libs/libXdmcp
143 - dev-java/junit
144 + =dev-java/junit-3.8*
145 dev-java/commons-net
146 >=dev-java/jgoodies-forms-1.0.7
147 >=dev-java/jgoodies-looks-2.0
148
149
150
151 1.23 media-tv/tvbrowser/ChangeLog
152
153 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/ChangeLog?rev=1.23&view=markup
154 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/ChangeLog?rev=1.23&content-type=text/plain
155 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/ChangeLog?r1=1.22&r2=1.23
156
157 Index: ChangeLog
158 ===================================================================
159 RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v
160 retrieving revision 1.22
161 retrieving revision 1.23
162 diff -u -r1.22 -r1.23
163 --- ChangeLog 4 Jan 2008 20:09:14 -0000 1.22
164 +++ ChangeLog 10 Jan 2008 22:42:11 -0000 1.23
165 @@ -1,6 +1,11 @@
166 # ChangeLog for media-tv/tvbrowser
167 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
168 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.22 2008/01/04 20:09:14 zzam Exp $
169 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/ChangeLog,v 1.23 2008/01/10 22:42:11 caster Exp $
170 +
171 + 10 Jan 2008; Vlastimil Babka <caster@g.o> tvbrowser-2.2.1.ebuild,
172 + tvbrowser-2.5.ebuild, tvbrowser-2.5-r1.ebuild, tvbrowser-2.5.2.ebuild,
173 + tvbrowser-2.5.3.ebuild:
174 + Restrict junit dependency.
175
176 04 Jan 2008; Matthias Schwarzott <zzam@g.o> metadata.xml:
177 Assigned package to vdr-project.
178
179
180
181 1.9 media-tv/tvbrowser/tvbrowser-2.2.1.ebuild
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild?rev=1.9&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild?rev=1.9&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild?r1=1.8&r2=1.9
186
187 Index: tvbrowser-2.2.1.ebuild
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild,v
190 retrieving revision 1.8
191 retrieving revision 1.9
192 diff -u -r1.8 -r1.9
193 --- tvbrowser-2.2.1.ebuild 27 Nov 2007 10:53:54 -0000 1.8
194 +++ tvbrowser-2.2.1.ebuild 10 Jan 2008 22:42:11 -0000 1.9
195 @@ -1,6 +1,6 @@
196 -# Copyright 1999-2007 Gentoo Foundation
197 +# Copyright 1999-2008 Gentoo Foundation
198 # Distributed under the terms of the GNU General Public License v2
199 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild,v 1.8 2007/11/27 10:53:54 zzam Exp $
200 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvbrowser/tvbrowser-2.2.1.ebuild,v 1.9 2008/01/10 22:42:11 caster Exp $
201
202 WANT_AUTOCONF="latest"
203 WANT_AUTOMAKE="latest"
204 @@ -24,7 +24,7 @@
205 x11-libs/libXau
206 x11-libs/libXdmcp
207 >=virtual/jre-1.4
208 - dev-java/junit
209 + =dev-java/junit-3.8*
210 dev-java/commons-net
211 >=dev-java/jgoodies-forms-1.0.7
212 >=dev-java/jgoodies-looks-2.0
213
214
215
216 --
217 gentoo-commits@l.g.o mailing list