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:23
Message-Id: 1518673585.15efc43e8805fee3cc688c15c2907f28185453f1.aballier@gentoo
1 commit: 15efc43e8805fee3cc688c15c2907f28185453f1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 05:46:25 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 05:46:25 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15efc43e
7
8 media-video/libva-utils: bump to 2.1.0
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 media-video/libva-utils/Manifest | 1 +
13 .../{libva-utils-9999.ebuild => libva-utils-2.1.0.ebuild} | 6 +++---
14 media-video/libva-utils/libva-utils-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/media-video/libva-utils/Manifest b/media-video/libva-utils/Manifest
18 index 6f9552bf40d..17ede98e4de 100644
19 --- a/media-video/libva-utils/Manifest
20 +++ b/media-video/libva-utils/Manifest
21 @@ -1 +1,2 @@
22 DIST libva-utils-2.0.0.tar.gz 1033292 BLAKE2B 5f9e36d2a69a6a65f3d47b0e29aa1807201da8bd69eb00da5dc232b2629fdd01279c38af77335244f673b4f2e849ea3cc89a572b7ce26fd614f44461603c0c19 SHA512 5c435b558fdeec6dc597c531b1e72e1a6e8b4f59f5f97af30d01b39a20430446cce7af5553b924144fbc54a64f0e39ab232c76e4e8a266329cc9868d60be0c4b
23 +DIST libva-utils-2.1.0.tar.gz 1034951 BLAKE2B 88fb075bd1946bbba79c460640c3242a6ad85fcb6396a77b549ce3d2193fb4ab6df35b70a0981d56cbc40822a9b2146074255f573783547b23ee0e7d8670fce3 SHA512 2dbf1e1849136804be8970b1f02957e6e3eb593a72e34289e8e2c087b3a358596e5eed7d17d3c56701045116a0658450c37b26600a352dcb37ed0d58d5e14ba6
24
25 diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-2.1.0.ebuild
26 similarity index 88%
27 copy from media-video/libva-utils/libva-utils-9999.ebuild
28 copy to media-video/libva-utils/libva-utils-2.1.0.ebuild
29 index 98dff65e7b5..6c7521ce078 100644
30 --- a/media-video/libva-utils/libva-utils-9999.ebuild
31 +++ b/media-video/libva-utils/libva-utils-2.1.0.ebuild
32 @@ -1,4 +1,4 @@
33 -# Copyright 1999-2017 Gentoo Foundation
34 +# Copyright 1999-2018 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=5
38 @@ -7,7 +7,7 @@ SCM=""
39 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
40 SCM=git-r3
41 EGIT_BRANCH=master
42 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
43 + EGIT_REPO_URI="https://github.com/intel/libva-utils"
44 fi
45
46 AUTOTOOLS_AUTORECONF="yes"
47 @@ -18,7 +18,7 @@ HOMEPAGE="https://01.org/linuxmedia/vaapi"
48 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
49 SRC_URI=""
50 else
51 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
52 + SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 fi
54
55 LICENSE="MIT"
56
57 diff --git a/media-video/libva-utils/libva-utils-9999.ebuild b/media-video/libva-utils/libva-utils-9999.ebuild
58 index 98dff65e7b5..6c7521ce078 100644
59 --- a/media-video/libva-utils/libva-utils-9999.ebuild
60 +++ b/media-video/libva-utils/libva-utils-9999.ebuild
61 @@ -1,4 +1,4 @@
62 -# Copyright 1999-2017 Gentoo Foundation
63 +# Copyright 1999-2018 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65
66 EAPI=5
67 @@ -7,7 +7,7 @@ SCM=""
68 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
69 SCM=git-r3
70 EGIT_BRANCH=master
71 - EGIT_REPO_URI="https://github.com/01org/libva-utils"
72 + EGIT_REPO_URI="https://github.com/intel/libva-utils"
73 fi
74
75 AUTOTOOLS_AUTORECONF="yes"
76 @@ -18,7 +18,7 @@ HOMEPAGE="https://01.org/linuxmedia/vaapi"
77 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
78 SRC_URI=""
79 else
80 - SRC_URI="https://github.com/01org/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
81 + SRC_URI="https://github.com/intel/libva-utils/archive/${PV}.tar.gz -> ${P}.tar.gz"
82 fi
83
84 LICENSE="MIT"