Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-tv/ivtv: ivtv-1.0.2.ebuild ivtv-1.0.3-r2.ebuild ivtv-1.1.0-r1.ebuild ivtv-1.0.1.ebuild ChangeLog ivtv-1.2.0-r1.ebuild
Date: Thu, 29 Nov 2012 02:22:16
Message-Id: 20121129022204.453F220C9F@flycatcher.gentoo.org
1 ssuominen 12/11/29 02:22:04
2
3 Modified: ivtv-1.0.2.ebuild ivtv-1.0.3-r2.ebuild
4 ivtv-1.1.0-r1.ebuild ivtv-1.0.1.ebuild ChangeLog
5 ivtv-1.2.0-r1.ebuild
6 Log:
7 Use virtual/udev instead of sys-fs/udev
8
9 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
10
11 Revision Changes Path
12 1.12 media-tv/ivtv/ivtv-1.0.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild?rev=1.12&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild?rev=1.12&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild?r1=1.11&r2=1.12
17
18 Index: ivtv-1.0.2.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v
21 retrieving revision 1.11
22 retrieving revision 1.12
23 diff -u -r1.11 -r1.12
24 --- ivtv-1.0.2.ebuild 3 Mar 2009 17:25:32 -0000 1.11
25 +++ ivtv-1.0.2.ebuild 29 Nov 2012 02:22:04 -0000 1.12
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2009 Gentoo Foundation
28 +# Copyright 1999-2012 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.11 2009/03/03 17:25:32 beandog Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.2.ebuild,v 1.12 2012/11/29 02:22:04 ssuominen Exp $
32
33 inherit eutils linux-mod
34
35 @@ -11,7 +11,7 @@
36 LICENSE="GPL-2"
37 KEYWORDS="~amd64 ~ppc ~x86"
38 IUSE="fbcon"
39 -RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
40 +RDEPEND="|| ( virtual/udev sys-apps/hotplug )"
41 DEPEND="app-arch/unzip"
42 PDEPEND=">=media-tv/ivtv-firmware-20070217"
43
44
45
46
47 1.8 media-tv/ivtv/ivtv-1.0.3-r2.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild?rev=1.8&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild?rev=1.8&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild?r1=1.7&r2=1.8
52
53 Index: ivtv-1.0.3-r2.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild,v
56 retrieving revision 1.7
57 retrieving revision 1.8
58 diff -u -r1.7 -r1.8
59 --- ivtv-1.0.3-r2.ebuild 3 Mar 2009 17:25:32 -0000 1.7
60 +++ ivtv-1.0.3-r2.ebuild 29 Nov 2012 02:22:04 -0000 1.8
61 @@ -1,6 +1,6 @@
62 -# Copyright 1999-2009 Gentoo Foundation
63 +# Copyright 1999-2012 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild,v 1.7 2009/03/03 17:25:32 beandog Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.3-r2.ebuild,v 1.8 2012/11/29 02:22:04 ssuominen Exp $
67
68 inherit eutils linux-mod
69
70 @@ -11,7 +11,7 @@
71 LICENSE="GPL-2"
72 KEYWORDS="~amd64 ~ppc ~x86"
73 IUSE="fbcon perl"
74 -RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
75 +RDEPEND="|| ( virtual/udev sys-apps/hotplug )"
76 DEPEND="app-arch/unzip"
77 PDEPEND=">=media-tv/ivtv-firmware-20070217
78 perl? (
79
80
81
82 1.4 media-tv/ivtv/ivtv-1.1.0-r1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild?r1=1.3&r2=1.4
87
88 Index: ivtv-1.1.0-r1.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- ivtv-1.1.0-r1.ebuild 21 Oct 2008 21:35:26 -0000 1.3
95 +++ ivtv-1.1.0-r1.ebuild 29 Nov 2012 02:22:04 -0000 1.4
96 @@ -1,6 +1,6 @@
97 -# Copyright 1999-2008 Gentoo Foundation
98 +# Copyright 1999-2012 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild,v 1.3 2008/10/21 21:35:26 cardoe Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.1.0-r1.ebuild,v 1.4 2012/11/29 02:22:04 ssuominen Exp $
102
103 inherit eutils linux-mod
104
105 @@ -11,7 +11,7 @@
106 LICENSE="GPL-2"
107 KEYWORDS="~amd64 ~ppc ~x86"
108 IUSE="perl"
109 -RDEPEND=">=sys-fs/udev-103"
110 +RDEPEND="virtual/udev"
111 DEPEND="app-arch/unzip"
112 PDEPEND=">=media-tv/ivtv-firmware-20070217
113 perl? (
114
115
116
117 1.10 media-tv/ivtv/ivtv-1.0.1.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild?rev=1.10&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild?rev=1.10&content-type=text/plain
121 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild?r1=1.9&r2=1.10
122
123 Index: ivtv-1.0.1.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v
126 retrieving revision 1.9
127 retrieving revision 1.10
128 diff -u -r1.9 -r1.10
129 --- ivtv-1.0.1.ebuild 3 Mar 2009 17:25:32 -0000 1.9
130 +++ ivtv-1.0.1.ebuild 29 Nov 2012 02:22:04 -0000 1.10
131 @@ -1,6 +1,6 @@
132 -# Copyright 1999-2009 Gentoo Foundation
133 +# Copyright 1999-2012 Gentoo Foundation
134 # Distributed under the terms of the GNU General Public License v2
135 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.9 2009/03/03 17:25:32 beandog Exp $
136 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.0.1.ebuild,v 1.10 2012/11/29 02:22:04 ssuominen Exp $
137
138 inherit eutils linux-mod
139
140 @@ -11,7 +11,7 @@
141 LICENSE="GPL-2"
142 KEYWORDS="~amd64 ~ppc ~x86"
143 IUSE="fbcon"
144 -RDEPEND="|| ( >=sys-fs/udev-103 sys-apps/hotplug )"
145 +RDEPEND="|| ( virtual/udev sys-apps/hotplug )"
146 DEPEND="app-arch/unzip"
147 PDEPEND=">=media-tv/ivtv-firmware-20070217"
148
149
150
151
152 1.113 media-tv/ivtv/ChangeLog
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ChangeLog?rev=1.113&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ChangeLog?rev=1.113&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ChangeLog?r1=1.112&r2=1.113
157
158 Index: ChangeLog
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v
161 retrieving revision 1.112
162 retrieving revision 1.113
163 diff -u -r1.112 -r1.113
164 --- ChangeLog 18 Nov 2012 17:44:14 -0000 1.112
165 +++ ChangeLog 29 Nov 2012 02:22:04 -0000 1.113
166 @@ -1,6 +1,11 @@
167 # ChangeLog for media-tv/ivtv
168 -# Copyright 2000-2012 Gentoo Foundation; Distributed under the GPL v2
169 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.112 2012/11/18 17:44:14 hwoarang Exp $
170 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
171 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ChangeLog,v 1.113 2012/11/29 02:22:04 ssuominen Exp $
172 +
173 + 29 Nov 2012; Samuli Suominen <ssuominen@g.o> ivtv-1.0.1.ebuild,
174 + ivtv-1.0.2.ebuild, ivtv-1.0.3-r2.ebuild, ivtv-1.1.0-r1.ebuild,
175 + ivtv-1.2.0-r1.ebuild:
176 + Use virtual/udev instead of sys-fs/udev wrt #444398
177
178 18 Nov 2012; Markos Chandras <hwoarang@g.o> metadata.xml:
179 Remove beandog wrt #131511
180
181
182
183 1.6 media-tv/ivtv/ivtv-1.2.0-r1.ebuild
184
185 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild?rev=1.6&view=markup
186 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild?rev=1.6&content-type=text/plain
187 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild?r1=1.5&r2=1.6
188
189 Index: ivtv-1.2.0-r1.ebuild
190 ===================================================================
191 RCS file: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild,v
192 retrieving revision 1.5
193 retrieving revision 1.6
194 diff -u -r1.5 -r1.6
195 --- ivtv-1.2.0-r1.ebuild 3 Mar 2009 17:25:32 -0000 1.5
196 +++ ivtv-1.2.0-r1.ebuild 29 Nov 2012 02:22:04 -0000 1.6
197 @@ -1,6 +1,6 @@
198 -# Copyright 1999-2009 Gentoo Foundation
199 +# Copyright 1999-2012 Gentoo Foundation
200 # Distributed under the terms of the GNU General Public License v2
201 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild,v 1.5 2009/03/03 17:25:32 beandog Exp $
202 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv/ivtv-1.2.0-r1.ebuild,v 1.6 2012/11/29 02:22:04 ssuominen Exp $
203
204 inherit eutils linux-mod
205
206 @@ -11,7 +11,7 @@
207 LICENSE="GPL-2"
208 KEYWORDS="~amd64 ~ppc ~x86"
209 IUSE="perl"
210 -RDEPEND=">=sys-fs/udev-103"
211 +RDEPEND="virtual/udev"
212 DEPEND="app-arch/unzip"
213 PDEPEND=">=media-tv/ivtv-firmware-20070217
214 perl? (