Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/libva-utils/
Date: Fri, 13 Sep 2019 17:19:44
Message-Id: 1568395165.804484ddb8859b75168e04b9d98efff201db07f6.mattst88@gentoo
1 commit: 804484ddb8859b75168e04b9d98efff201db07f6
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 13 17:18:10 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 13 17:19:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=804484dd
7
8 media-video/libva-utils: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 media-video/libva-utils/Manifest | 4 --
13 .../libva-utils/libva-utils-2.0.0-r1.ebuild | 63 ----------------------
14 media-video/libva-utils/libva-utils-2.1.0.ebuild | 63 ----------------------
15 media-video/libva-utils/libva-utils-2.2.0.ebuild | 63 ----------------------
16 media-video/libva-utils/libva-utils-2.3.0.ebuild | 59 --------------------
17 5 files changed, 252 deletions(-)
18
19 diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest
20 index 3d9655051ff..7175c0e66b2 100644
21 --- a/media-video/libva-utils/Manifest
22 +++ b/media-video/libva-utils/Manifest
23 @@ -1,5 +1 @@
24 -DIST libva-utils-2.0.0.tar.gz 1033292 BLAKE2B 5f9e36d2a69a6a65f3d47b0e29aa1807201da8bd69eb00da5dc232b2629fdd01279c38af77335244f673b4f2e849ea3cc89a572b7ce26fd614f44461603c0c19 SHA512 5c435b558fdeec6dc597c531b1e72e1a6e8b4f59f5f97af30d01b39a20430446cce7af5553b924144fbc54a64f0e39ab232c76e4e8a266329cc9868d60be0c4b
25 -DIST libva-utils-2.1.0.tar.gz 1034951 BLAKE2B 88fb075bd1946bbba79c460640c3242a6ad85fcb6396a77b549ce3d2193fb4ab6df35b70a0981d56cbc40822a9b2146074255f573783547b23ee0e7d8670fce3 SHA512 2dbf1e1849136804be8970b1f02957e6e3eb593a72e34289e8e2c087b3a358596e5eed7d17d3c56701045116a0658450c37b26600a352dcb37ed0d58d5e14ba6
26 -DIST libva-utils-2.2.0.tar.gz 1037165 BLAKE2B 7d86ab23972be8abd7703fcf38025ddf3dfce1fab00d7b5ac083004cb33fef1cc4d8aab7ebba6e20b33377f0e4b3b9b0ff9b3e47a2ddc0c2bfcd7b256cd2ade9 SHA512 c4394755f500c0839d8ab40baa40deae26dbdd7b4782993b9a46e011712e943a1a55afe1b0b05dc8af80eccb327c8bc388576e4843447715248133e2a5c706ec
27 -DIST libva-utils-2.3.0.tar.gz 1086331 BLAKE2B d983831605cc28c361ef0609699560c655186ecf4d4ee045b377d5928e7b0a127126aa92cf986b17f6eae3de9dde311321fdc58caada9545d1afd047f380c1b6 SHA512 ae36afb19f3414f4a3b857bbaeedd088e91e8a11cc785c4b945af0c7bf0e7bca7821ea5731b0868a26f273e323c0b155b12d87b4740fe8b2893ef024b8a979d8
28 DIST libva-utils-2.4.0.tar.bz2 1030271 BLAKE2B b57947f9bd63f34b27a403484ae6b66e750f854dd87c8448afb3d361581d83b20a5ffd8d7e22c9dbf5fae6f7ff3fd62d70cc248b29a862066ff10928629e4d11 SHA512 c5c674179ed589968fd296a7e33dd57a3476c237d8e15258938b364051d501e156c22b41b98fe59d6bc36805495a934dee602ec9e9bb5350c72aa65d3d300ff6
29
30 diff --git a/media-video/libva-utils/libva-utils-2.0.0-r1.ebuild b/media-video/libva-utils/libva-utils-2.0.0-r1.ebuild
31 deleted file mode 100644
32 index 98dff65e7b5..00000000000
33 --- a/media-video/libva-utils/libva-utils-2.0.0-r1.ebuild
34 +++ /dev/null
35 @@ -1,63 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=5
40 -
41 -SCM=""
42 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
43 - SCM=git-r3
44 - EGIT_BRANCH=master
45 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
46 -fi
47 -
48 -AUTOTOOLS_AUTORECONF="yes"
49 -inherit autotools-utils ${SCM} multilib
50 -
51 -DESCRIPTION="Collection of utilities and tests for VA-API"
52 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
53 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
54 - SRC_URI=""
55 -else
56 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
57 -fi
58 -
59 -LICENSE="MIT"
60 -SLOT="0"
61 -if [ "${PV%9999}" = "${PV}" ] ; then
62 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
63 -else
64 - KEYWORDS=""
65 -fi
66 -IUSE="+drm test wayland X"
67 -
68 -RDEPEND="
69 - >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?]
70 - drm? ( >=x11-libs/libdrm-2.4 )
71 - X? (
72 - >=x11-libs/libX11-1.6.2
73 - >=x11-libs/libXext-1.3.2
74 - >=x11-libs/libXfixes-5.0.1
75 - )
76 - wayland? ( >=dev-libs/wayland-1.0.6 )"
77 -
78 -DEPEND="${RDEPEND}
79 - virtual/pkgconfig"
80 -
81 -REQUIRED_USE="|| ( drm wayland X )"
82 -
83 -DOCS=( CONTRIBUTING.md README.md )
84 -
85 -src_prepare() {
86 - sed -e 's/-Werror//' -i test/Makefile.am || die
87 - autotools-utils_src_prepare
88 -}
89 -
90 -src_configure() {
91 - local myeconfargs=(
92 - $(use_enable X x11)
93 - $(use_enable wayland)
94 - $(use_enable drm)
95 - $(use_enable test tests)
96 - )
97 - autotools-utils_src_configure
98 -}
99
100 diff --git a/media-video/libva-utils/libva-utils-2.1.0.ebuild b/media-video/libva-utils/libva-utils-2.1.0.ebuild
101 deleted file mode 100644
102 index cc5f1fc7c3e..00000000000
103 --- a/media-video/libva-utils/libva-utils-2.1.0.ebuild
104 +++ /dev/null
105 @@ -1,63 +0,0 @@
106 -# Copyright 1999-2018 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -
111 -SCM=""
112 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
113 - SCM=git-r3
114 - EGIT_BRANCH=master
115 - EGIT_REPO_URI="https://github.com/intel/libva-utils"
116 -fi
117 -
118 -AUTOTOOLS_AUTORECONF="yes"
119 -inherit autotools-utils ${SCM} multilib
120 -
121 -DESCRIPTION="Collection of utilities and tests for VA-API"
122 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
123 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
124 - SRC_URI=""
125 -else
126 - SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
127 -fi
128 -
129 -LICENSE="MIT"
130 -SLOT="0"
131 -if [ "${PV%9999}" = "${PV}" ] ; then
132 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
133 -else
134 - KEYWORDS=""
135 -fi
136 -IUSE="+drm test wayland X"
137 -
138 -RDEPEND="
139 - >=x11-libs/libva-2.1.0:=[drm?,wayland?,X?]
140 - drm? ( >=x11-libs/libdrm-2.4 )
141 - X? (
142 - >=x11-libs/libX11-1.6.2
143 - >=x11-libs/libXext-1.3.2
144 - >=x11-libs/libXfixes-5.0.1
145 - )
146 - wayland? ( >=dev-libs/wayland-1.0.6 )"
147 -
148 -DEPEND="${RDEPEND}
149 - virtual/pkgconfig"
150 -
151 -REQUIRED_USE="|| ( drm wayland X )"
152 -
153 -DOCS=( CONTRIBUTING.md README.md )
154 -
155 -src_prepare() {
156 - sed -e 's/-Werror//' -i test/Makefile.am || die
157 - autotools-utils_src_prepare
158 -}
159 -
160 -src_configure() {
161 - local myeconfargs=(
162 - $(use_enable X x11)
163 - $(use_enable wayland)
164 - $(use_enable drm)
165 - $(use_enable test tests)
166 - )
167 - autotools-utils_src_configure
168 -}
169
170 diff --git a/media-video/libva-utils/libva-utils-2.2.0.ebuild b/media-video/libva-utils/libva-utils-2.2.0.ebuild
171 deleted file mode 100644
172 index 6c7521ce078..00000000000
173 --- a/media-video/libva-utils/libva-utils-2.2.0.ebuild
174 +++ /dev/null
175 @@ -1,63 +0,0 @@
176 -# Copyright 1999-2018 Gentoo Foundation
177 -# Distributed under the terms of the GNU General Public License v2
178 -
179 -EAPI=5
180 -
181 -SCM=""
182 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
183 - SCM=git-r3
184 - EGIT_BRANCH=master
185 - EGIT_REPO_URI="https://github.com/intel/libva-utils"
186 -fi
187 -
188 -AUTOTOOLS_AUTORECONF="yes"
189 -inherit autotools-utils ${SCM} multilib
190 -
191 -DESCRIPTION="Collection of utilities and tests for VA-API"
192 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
193 -if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
194 - SRC_URI=""
195 -else
196 - SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
197 -fi
198 -
199 -LICENSE="MIT"
200 -SLOT="0"
201 -if [ "${PV%9999}" = "${PV}" ] ; then
202 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
203 -else
204 - KEYWORDS=""
205 -fi
206 -IUSE="+drm test wayland X"
207 -
208 -RDEPEND="
209 - >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?]
210 - drm? ( >=x11-libs/libdrm-2.4 )
211 - X? (
212 - >=x11-libs/libX11-1.6.2
213 - >=x11-libs/libXext-1.3.2
214 - >=x11-libs/libXfixes-5.0.1
215 - )
216 - wayland? ( >=dev-libs/wayland-1.0.6 )"
217 -
218 -DEPEND="${RDEPEND}
219 - virtual/pkgconfig"
220 -
221 -REQUIRED_USE="|| ( drm wayland X )"
222 -
223 -DOCS=( CONTRIBUTING.md README.md )
224 -
225 -src_prepare() {
226 - sed -e 's/-Werror//' -i test/Makefile.am || die
227 - autotools-utils_src_prepare
228 -}
229 -
230 -src_configure() {
231 - local myeconfargs=(
232 - $(use_enable X x11)
233 - $(use_enable wayland)
234 - $(use_enable drm)
235 - $(use_enable test tests)
236 - )
237 - autotools-utils_src_configure
238 -}
239
240 diff --git a/media-video/libva-utils/libva-utils-2.3.0.ebuild b/media-video/libva-utils/libva-utils-2.3.0.ebuild
241 deleted file mode 100644
242 index 45318abddb5..00000000000
243 --- a/media-video/libva-utils/libva-utils-2.3.0.ebuild
244 +++ /dev/null
245 @@ -1,59 +0,0 @@
246 -# Copyright 1999-2019 Gentoo Authors
247 -# Distributed under the terms of the GNU General Public License v2
248 -
249 -EAPI=5
250 -
251 -SCM=""
252 -if [[ "${PV%9999}" != "${PV}" ]] ; then # Live ebuild
253 - SCM=git-r3
254 - EGIT_BRANCH=master
255 - EGIT_REPO_URI="https://github.com/intel/libva-utils"
256 -fi
257 -
258 -AUTOTOOLS_AUTORECONF="yes"
259 -inherit autotools-utils ${SCM} multilib
260 -
261 -DESCRIPTION="Collection of utilities and tests for VA-API"
262 -HOMEPAGE="https://01.org/linuxmedia/vaapi"
263 -if [[ "${PV%9999}" != "${PV}" ]] ; then # Live ebuild
264 - SRC_URI=""
265 -else
266 - SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
267 - KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
268 -fi
269 -
270 -LICENSE="MIT"
271 -SLOT="0"
272 -IUSE="+drm test wayland X"
273 -
274 -RDEPEND="
275 - >=x11-libs/libva-2.0.0:=[drm?,wayland?,X?]
276 - drm? ( >=x11-libs/libdrm-2.4 )
277 - X? (
278 - >=x11-libs/libX11-1.6.2
279 - >=x11-libs/libXext-1.3.2
280 - >=x11-libs/libXfixes-5.0.1
281 - )
282 - wayland? ( >=dev-libs/wayland-1.0.6 )"
283 -
284 -DEPEND="${RDEPEND}
285 - virtual/pkgconfig"
286 -
287 -REQUIRED_USE="|| ( drm wayland X )"
288 -
289 -DOCS=( CONTRIBUTING.md README.md )
290 -
291 -src_prepare() {
292 - sed -e 's/-Werror//' -i test/Makefile.am || die
293 - autotools-utils_src_prepare
294 -}
295 -
296 -src_configure() {
297 - local myeconfargs=(
298 - $(use_enable X x11)
299 - $(use_enable wayland)
300 - $(use_enable drm)
301 - $(use_enable test tests)
302 - )
303 - autotools-utils_src_configure
304 -}