Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/
Date: Thu, 15 Feb 2018 05:52:21
Message-Id: 1518673478.e8d4bd52345cf06d726f4f888191e0279dbca0e0.aballier@gentoo
1 commit: e8d4bd52345cf06d726f4f888191e0279dbca0e0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 05:44:38 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 05:44:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8d4bd52
7
8 media-video/libva-utils: Remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/libva-utils/Manifest | 4 --
13 media-video/libva-utils/libva-utils-1.8.0.ebuild | 58 ----------------------
14 media-video/libva-utils/libva-utils-1.8.1.ebuild | 58 ----------------------
15 media-video/libva-utils/libva-utils-1.8.2.ebuild | 63 ------------------------
16 media-video/libva-utils/libva-utils-1.8.3.ebuild | 63 ------------------------
17 media-video/libva-utils/libva-utils-2.0.0.ebuild | 63 ------------------------
18 6 files changed, 309 deletions(-)
19
20 diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest
21 index 08c95853e7e..6f9552bf40d 100644
22 --- a/media-video/libva-utils/Manifest
23 +++ b/media-video/libva-utils/Manifest
24 @@ -1,5 +1 @@
25 -DIST libva-utils-1.8.0.tar.gz 1011595 BLAKE2B 17a148ad866e0fa9b9871d15eb2e7adbf11f768db8b97eff8dbcf540b07eb2a6ef7f5baf052379dc44c51458042c3a22e35813e9b562a962b11a71a0530ce4f1 SHA512 020cf1d5af7a78ecb4806afe69d34106525086f10b007dddb8d36c0243b670c311df537d969c8b60222b4afc7bfc08c1d594843339af72618886eecfd03887ec
26 -DIST libva-utils-1.8.1.tar.gz 1011602 BLAKE2B 49a55f2bc2334e90c9d3519db3e86d999257bb41cc4bfe8bbad11fad88fa3da6e14dd188474fe9187c3c1ac3a8833e529c8e87a586b76351c99fc49c0c64dcf7 SHA512 7b60cf773d7156bf5579754d0525a8cae07b5e63416fd1c6481a9bada388515f8f14d23661c11689599af7ddd192440f96f2c8873b539cf93e7db0550d4e1aae
27 -DIST libva-utils-1.8.2.tar.gz 1011622 BLAKE2B 549b7ef0d4d2049423ff898d6eac94a29a164bb793626f0e93502ec7d4bf9cd8f0da40e5e6311372f6d144e49f5ccd9f7d66addf927857640c399785cda8204d SHA512 e6d1e025d1c27112bf61869fa097a27c81bff9fb1ed5226842f3c7685852b4cc8903b0a29204d3c85bc4513dab9331b327de0f93c9493a411ab15e7e577ce616
28 -DIST libva-utils-1.8.3.tar.gz 1012261 BLAKE2B a42c61d50e643f65e23689716a3c96eb5f617728c0e7a070eb7d88f7c1271c3abd50535ed8bb15156e21d207e38c9d89b7dddd11dce85b792f521b2707551cc0 SHA512 0a16243f39556cb7853c144b91c1fb07d4a4fafd43d05f5519af969153bc8a4e5f6512c665c0c7c32c413d50e913f8977bef004bf639f606ae5d6f6af1571d39
29 DIST libva-utils-2.0.0.tar.gz 1033292 BLAKE2B 5f9e36d2a69a6a65f3d47b0e29aa1807201da8bd69eb00da5dc232b2629fdd01279c38af77335244f673b4f2e849ea3cc89a572b7ce26fd614f44461603c0c19 SHA512 5c435b558fdeec6dc597c531b1e72e1a6e8b4f59f5f97af30d01b39a20430446cce7af5553b924144fbc54a64f0e39ab232c76e4e8a266329cc9868d60be0c4b
30
31 diff --git a/media-video/libva-utils/libva-utils-1.8.0.ebuild b/media-video/libva-utils/libva-utils-1.8.0.ebuild
32 deleted file mode 100644
33 index ef34dbe2e6c..00000000000
34 --- a/media-video/libva-utils/libva-utils-1.8.0.ebuild
35 +++ /dev/null
36 @@ -1,58 +0,0 @@
37 -# Copyright 1999-2017 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=5
41 -
42 -SCM=""
43 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
44 - SCM=git-r3
45 - EGIT_BRANCH=master
46 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
47 -fi
48 -
49 -AUTOTOOLS_AUTORECONF="yes"
50 -inherit autotools-utils ${SCM} multilib
51 -
52 -DESCRIPTION="Collection of utilities and tests for VA-API"
53 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
54 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
55 - SRC_URI=""
56 -else
57 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
58 -fi
59 -
60 -LICENSE="MIT"
61 -SLOT="0"
62 -if [ "${PV%9999}" = "${PV}" ] ; then
63 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
64 -else
65 - KEYWORDS=""
66 -fi
67 -IUSE="+drm test wayland X"
68 -
69 -RDEPEND="
70 - >=x11-libs/libva-1.8[drm?,wayland?,X?]
71 - drm? ( >=x11-libs/libdrm-2.4 )
72 - X? (
73 - >=x11-libs/libX11-1.6.2
74 - >=x11-libs/libXext-1.3.2
75 - >=x11-libs/libXfixes-5.0.1
76 - )
77 - wayland? ( >=dev-libs/wayland-1.0.6 )"
78 -
79 -DEPEND="${RDEPEND}
80 - virtual/pkgconfig"
81 -
82 -REQUIRED_USE="|| ( drm wayland X )"
83 -
84 -DOCS=( CONTRIBUTING.md README.md )
85 -
86 -src_configure() {
87 - local myeconfargs=(
88 - $(use_enable X x11)
89 - $(use_enable wayland)
90 - $(use_enable drm)
91 - $(use_enable test tests)
92 - )
93 - autotools-utils_src_configure
94 -}
95
96 diff --git a/media-video/libva-utils/libva-utils-1.8.1.ebuild b/media-video/libva-utils/libva-utils-1.8.1.ebuild
97 deleted file mode 100644
98 index ef34dbe2e6c..00000000000
99 --- a/media-video/libva-utils/libva-utils-1.8.1.ebuild
100 +++ /dev/null
101 @@ -1,58 +0,0 @@
102 -# Copyright 1999-2017 Gentoo Foundation
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=5
106 -
107 -SCM=""
108 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
109 - SCM=git-r3
110 - EGIT_BRANCH=master
111 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
112 -fi
113 -
114 -AUTOTOOLS_AUTORECONF="yes"
115 -inherit autotools-utils ${SCM} multilib
116 -
117 -DESCRIPTION="Collection of utilities and tests for VA-API"
118 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
119 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
120 - SRC_URI=""
121 -else
122 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
123 -fi
124 -
125 -LICENSE="MIT"
126 -SLOT="0"
127 -if [ "${PV%9999}" = "${PV}" ] ; then
128 - KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
129 -else
130 - KEYWORDS=""
131 -fi
132 -IUSE="+drm test wayland X"
133 -
134 -RDEPEND="
135 - >=x11-libs/libva-1.8[drm?,wayland?,X?]
136 - drm? ( >=x11-libs/libdrm-2.4 )
137 - X? (
138 - >=x11-libs/libX11-1.6.2
139 - >=x11-libs/libXext-1.3.2
140 - >=x11-libs/libXfixes-5.0.1
141 - )
142 - wayland? ( >=dev-libs/wayland-1.0.6 )"
143 -
144 -DEPEND="${RDEPEND}
145 - virtual/pkgconfig"
146 -
147 -REQUIRED_USE="|| ( drm wayland X )"
148 -
149 -DOCS=( CONTRIBUTING.md README.md )
150 -
151 -src_configure() {
152 - local myeconfargs=(
153 - $(use_enable X x11)
154 - $(use_enable wayland)
155 - $(use_enable drm)
156 - $(use_enable test tests)
157 - )
158 - autotools-utils_src_configure
159 -}
160
161 diff --git a/media-video/libva-utils/libva-utils-1.8.2.ebuild b/media-video/libva-utils/libva-utils-1.8.2.ebuild
162 deleted file mode 100644
163 index 0c4c99ffb3d..00000000000
164 --- a/media-video/libva-utils/libva-utils-1.8.2.ebuild
165 +++ /dev/null
166 @@ -1,63 +0,0 @@
167 -# Copyright 1999-2017 Gentoo Foundation
168 -# Distributed under the terms of the GNU General Public License v2
169 -
170 -EAPI=5
171 -
172 -SCM=""
173 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
174 - SCM=git-r3
175 - EGIT_BRANCH=master
176 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
177 -fi
178 -
179 -AUTOTOOLS_AUTORECONF="yes"
180 -inherit autotools-utils ${SCM} multilib
181 -
182 -DESCRIPTION="Collection of utilities and tests for VA-API"
183 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
184 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
185 - SRC_URI=""
186 -else
187 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
188 -fi
189 -
190 -LICENSE="MIT"
191 -SLOT="0"
192 -if [ "${PV%9999}" = "${PV}" ] ; then
193 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
194 -else
195 - KEYWORDS=""
196 -fi
197 -IUSE="+drm test wayland X"
198 -
199 -RDEPEND="
200 - >=x11-libs/libva-1.8[drm?,wayland?,X?]
201 - drm? ( >=x11-libs/libdrm-2.4 )
202 - X? (
203 - >=x11-libs/libX11-1.6.2
204 - >=x11-libs/libXext-1.3.2
205 - >=x11-libs/libXfixes-5.0.1
206 - )
207 - wayland? ( >=dev-libs/wayland-1.0.6 )"
208 -
209 -DEPEND="${RDEPEND}
210 - virtual/pkgconfig"
211 -
212 -REQUIRED_USE="|| ( drm wayland X )"
213 -
214 -DOCS=( CONTRIBUTING.md README.md )
215 -
216 -src_prepare() {
217 - sed -e 's/-Werror//' -i test/Makefile.am || die
218 - autotools-utils_src_prepare
219 -}
220 -
221 -src_configure() {
222 - local myeconfargs=(
223 - $(use_enable X x11)
224 - $(use_enable wayland)
225 - $(use_enable drm)
226 - $(use_enable test tests)
227 - )
228 - autotools-utils_src_configure
229 -}
230
231 diff --git a/media-video/libva-utils/libva-utils-1.8.3.ebuild b/media-video/libva-utils/libva-utils-1.8.3.ebuild
232 deleted file mode 100644
233 index 0c4c99ffb3d..00000000000
234 --- a/media-video/libva-utils/libva-utils-1.8.3.ebuild
235 +++ /dev/null
236 @@ -1,63 +0,0 @@
237 -# Copyright 1999-2017 Gentoo Foundation
238 -# Distributed under the terms of the GNU General Public License v2
239 -
240 -EAPI=5
241 -
242 -SCM=""
243 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
244 - SCM=git-r3
245 - EGIT_BRANCH=master
246 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
247 -fi
248 -
249 -AUTOTOOLS_AUTORECONF="yes"
250 -inherit autotools-utils ${SCM} multilib
251 -
252 -DESCRIPTION="Collection of utilities and tests for VA-API"
253 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
254 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
255 - SRC_URI=""
256 -else
257 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
258 -fi
259 -
260 -LICENSE="MIT"
261 -SLOT="0"
262 -if [ "${PV%9999}" = "${PV}" ] ; then
263 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
264 -else
265 - KEYWORDS=""
266 -fi
267 -IUSE="+drm test wayland X"
268 -
269 -RDEPEND="
270 - >=x11-libs/libva-1.8[drm?,wayland?,X?]
271 - drm? ( >=x11-libs/libdrm-2.4 )
272 - X? (
273 - >=x11-libs/libX11-1.6.2
274 - >=x11-libs/libXext-1.3.2
275 - >=x11-libs/libXfixes-5.0.1
276 - )
277 - wayland? ( >=dev-libs/wayland-1.0.6 )"
278 -
279 -DEPEND="${RDEPEND}
280 - virtual/pkgconfig"
281 -
282 -REQUIRED_USE="|| ( drm wayland X )"
283 -
284 -DOCS=( CONTRIBUTING.md README.md )
285 -
286 -src_prepare() {
287 - sed -e 's/-Werror//' -i test/Makefile.am || die
288 - autotools-utils_src_prepare
289 -}
290 -
291 -src_configure() {
292 - local myeconfargs=(
293 - $(use_enable X x11)
294 - $(use_enable wayland)
295 - $(use_enable drm)
296 - $(use_enable test tests)
297 - )
298 - autotools-utils_src_configure
299 -}
300
301 diff --git a/media-video/libva-utils/libva-utils-2.0.0.ebuild b/media-video/libva-utils/libva-utils-2.0.0.ebuild
302 deleted file mode 100644
303 index 408a185f839..00000000000
304 --- a/media-video/libva-utils/libva-utils-2.0.0.ebuild
305 +++ /dev/null
306 @@ -1,63 +0,0 @@
307 -# Copyright 1999-2017 Gentoo Foundation
308 -# Distributed under the terms of the GNU General Public License v2
309 -
310 -EAPI=5
311 -
312 -SCM=""
313 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
314 - SCM=git-r3
315 - EGIT_BRANCH=master
316 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
317 -fi
318 -
319 -AUTOTOOLS_AUTORECONF="yes"
320 -inherit autotools-utils ${SCM} multilib
321 -
322 -DESCRIPTION="Collection of utilities and tests for VA-API"
323 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
324 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
325 - SRC_URI=""
326 -else
327 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
328 -fi
329 -
330 -LICENSE="MIT"
331 -SLOT="0"
332 -if [ "${PV%9999}" = "${PV}" ] ; then
333 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
334 -else
335 - KEYWORDS=""
336 -fi
337 -IUSE="+drm test wayland X"
338 -
339 -RDEPEND="
340 - >=x11-libs/libva-2.0.0[drm?,wayland?,X?]
341 - drm? ( >=x11-libs/libdrm-2.4 )
342 - X? (
343 - >=x11-libs/libX11-1.6.2
344 - >=x11-libs/libXext-1.3.2
345 - >=x11-libs/libXfixes-5.0.1
346 - )
347 - wayland? ( >=dev-libs/wayland-1.0.6 )"
348 -
349 -DEPEND="${RDEPEND}
350 - virtual/pkgconfig"
351 -
352 -REQUIRED_USE="|| ( drm wayland X )"
353 -
354 -DOCS=( CONTRIBUTING.md README.md )
355 -
356 -src_prepare() {
357 - sed -e 's/-Werror//' -i test/Makefile.am || die
358 - autotools-utils_src_prepare
359 -}
360 -
361 -src_configure() {
362 - local myeconfargs=(
363 - $(use_enable X x11)
364 - $(use_enable wayland)
365 - $(use_enable drm)
366 - $(use_enable test tests)
367 - )
368 - autotools-utils_src_configure
369 -}