Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-streamdev-client: vdr-streamdev-client-0.3.3_pre20061206.ebuild vdr-streamdev-client-0.3.3_pre20070510.ebuild ChangeLog vdr-streamdev-client-0.3.3_pre20051219.ebuild
Date: Wed, 18 Jun 2008 16:29:36
Message-Id: E1K90XL-00089D-3Y@stork.gentoo.org
1 zzam 08/06/18 16:29:31
2
3 Modified: vdr-streamdev-client-0.3.3_pre20061206.ebuild
4 vdr-streamdev-client-0.3.3_pre20070510.ebuild
5 ChangeLog
6 vdr-streamdev-client-0.3.3_pre20051219.ebuild
7 Log:
8 Block vdr-streamdev package.
9 (Portage version: 2.1.5.6)
10
11 Revision Changes Path
12 1.4 media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild?r1=1.3&r2=1.4
17
18 Index: vdr-streamdev-client-0.3.3_pre20061206.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- vdr-streamdev-client-0.3.3_pre20061206.ebuild 10 Jul 2007 23:09:00 -0000 1.3
25 +++ vdr-streamdev-client-0.3.3_pre20061206.ebuild 18 Jun 2008 16:29:30 -0000 1.4
26 @@ -1,6 +1,6 @@
27 -# Copyright 1999-2007 Gentoo Foundation
28 +# Copyright 1999-2008 Gentoo Foundation
29 # Distributed under the terms of the GNU General Public License v2
30 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild,v 1.3 2007/07/10 23:09:00 mr_bones_ Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20061206.ebuild,v 1.4 2008/06/18 16:29:30 zzam Exp $
32
33 inherit vdr-plugin eutils
34
35 @@ -16,17 +16,18 @@
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 -DEPEND=">=media-video/vdr-1.3.24"
40 +DEPEND=">=media-video/vdr-1.3.24
41 + !media-plugins/vdr-streamdev"
42
43 S=${WORKDIR}/${MY_P}
44
45 VDRPLUGIN_MAKE_TARGET="libvdr-${VDRPLUGIN}.so"
46
47 -PATCHES="${FILESDIR}/vdr-streamdev-uint64.diff"
48 +PATCHES=("${FILESDIR}/vdr-streamdev-uint64.diff")
49
50 src_unpack() {
51 vdr-plugin_src_unpack
52 - cd ${S}
53 + cd "${S}"
54
55 # make subdir libdvbmpeg respect CXXFLAGS
56 sed -i Makefile \
57
58
59
60 1.3 media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild?rev=1.3&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild?rev=1.3&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild?r1=1.2&r2=1.3
65
66 Index: vdr-streamdev-client-0.3.3_pre20070510.ebuild
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild,v
69 retrieving revision 1.2
70 retrieving revision 1.3
71 diff -u -r1.2 -r1.3
72 --- vdr-streamdev-client-0.3.3_pre20070510.ebuild 10 Jul 2007 23:09:00 -0000 1.2
73 +++ vdr-streamdev-client-0.3.3_pre20070510.ebuild 18 Jun 2008 16:29:30 -0000 1.3
74 @@ -1,6 +1,6 @@
75 -# Copyright 1999-2007 Gentoo Foundation
76 +# Copyright 1999-2008 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild,v 1.2 2007/07/10 23:09:00 mr_bones_ Exp $
79 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20070510.ebuild,v 1.3 2008/06/18 16:29:30 zzam Exp $
80
81 inherit vdr-plugin eutils
82
83 @@ -16,7 +16,8 @@
84 KEYWORDS="~amd64 ~x86"
85 IUSE=""
86
87 -DEPEND=">=media-video/vdr-1.3.24"
88 +DEPEND=">=media-video/vdr-1.3.24
89 + !media-plugins/vdr-streamdev"
90
91 S=${WORKDIR}/${MY_P}
92
93 @@ -24,7 +25,7 @@
94
95 src_unpack() {
96 vdr-plugin_src_unpack
97 - cd ${S}
98 + cd "${S}"
99
100 # make subdir libdvbmpeg respect CXXFLAGS
101 sed -i Makefile \
102
103
104
105 1.9 media-plugins/vdr-streamdev-client/ChangeLog
106
107 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/ChangeLog?rev=1.9&view=markup
108 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/ChangeLog?rev=1.9&content-type=text/plain
109 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/ChangeLog?r1=1.8&r2=1.9
110
111 Index: ChangeLog
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/ChangeLog,v
114 retrieving revision 1.8
115 retrieving revision 1.9
116 diff -u -r1.8 -r1.9
117 --- ChangeLog 10 May 2007 14:39:11 -0000 1.8
118 +++ ChangeLog 18 Jun 2008 16:29:30 -0000 1.9
119 @@ -1,6 +1,12 @@
120 # ChangeLog for media-plugins/vdr-streamdev-client
121 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
122 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/ChangeLog,v 1.8 2007/05/10 14:39:11 zzam Exp $
123 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
124 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/ChangeLog,v 1.9 2008/06/18 16:29:30 zzam Exp $
125 +
126 + 18 Jun 2008; Matthias Schwarzott <zzam@g.o>
127 + vdr-streamdev-client-0.3.3_pre20051219.ebuild,
128 + vdr-streamdev-client-0.3.3_pre20061206.ebuild,
129 + vdr-streamdev-client-0.3.3_pre20070510.ebuild:
130 + Block vdr-streamdev package.
131
132 *vdr-streamdev-client-0.3.3_pre20070510 (10 May 2007)
133
134
135
136
137 1.6 media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild
138
139 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild?rev=1.6&view=markup
140 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild?rev=1.6&content-type=text/plain
141 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild?r1=1.5&r2=1.6
142
143 Index: vdr-streamdev-client-0.3.3_pre20051219.ebuild
144 ===================================================================
145 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild,v
146 retrieving revision 1.5
147 retrieving revision 1.6
148 diff -u -r1.5 -r1.6
149 --- vdr-streamdev-client-0.3.3_pre20051219.ebuild 10 Jul 2007 23:09:00 -0000 1.5
150 +++ vdr-streamdev-client-0.3.3_pre20051219.ebuild 18 Jun 2008 16:29:30 -0000 1.6
151 @@ -1,6 +1,6 @@
152 -# Copyright 1999-2007 Gentoo Foundation
153 +# Copyright 1999-2008 Gentoo Foundation
154 # Distributed under the terms of the GNU General Public License v2
155 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild,v 1.5 2007/07/10 23:09:00 mr_bones_ Exp $
156 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-streamdev-client/vdr-streamdev-client-0.3.3_pre20051219.ebuild,v 1.6 2008/06/18 16:29:30 zzam Exp $
157
158 inherit vdr-plugin eutils
159
160 @@ -16,17 +16,18 @@
161 KEYWORDS="~amd64 x86"
162 IUSE=""
163
164 -DEPEND=">=media-video/vdr-1.3.24"
165 +DEPEND=">=media-video/vdr-1.3.24
166 + !media-plugins/vdr-streamdev"
167
168 S=${WORKDIR}/${MY_P}
169
170 VDRPLUGIN_MAKE_TARGET="libvdr-${VDRPLUGIN}.so"
171
172 -PATCHES="${FILESDIR}/vdr-streamdev-uint64.diff"
173 +PATCHES=("${FILESDIR}/vdr-streamdev-uint64.diff")
174
175 src_unpack() {
176 vdr-plugin_src_unpack
177 - cd ${S}
178 + cd "${S}"
179
180 # make subdir libdvbmpeg respect CXXFLAGS
181 sed -i Makefile \
182
183
184
185 --
186 gentoo-commits@l.g.o mailing list