Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libva/
Date: Thu, 15 Feb 2018 05:52:17
Message-Id: 1518673209.411c653689ca2ef5f5028dae10f377ad26bb31ac.aballier@gentoo
1 commit: 411c653689ca2ef5f5028dae10f377ad26bb31ac
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 15 05:40:09 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 15 05:40:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411c6536
7
8 x11-libs/libva: bump to 2.1.0
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 x11-libs/libva/Manifest | 1 +
13 x11-libs/libva/{libva-9999.ebuild => libva-2.1.0.ebuild} | 6 +++---
14 x11-libs/libva/libva-9999.ebuild | 6 +++---
15 3 files changed, 7 insertions(+), 6 deletions(-)
16
17 diff --git a/x11-libs/libva/Manifest b/x11-libs/libva/Manifest
18 index 7f07ae3864f..0ba7aea9052 100644
19 --- a/x11-libs/libva/Manifest
20 +++ b/x11-libs/libva/Manifest
21 @@ -1,3 +1,4 @@
22 DIST libva-1.7.3.tar.bz2 824490 BLAKE2B 0579492b700b00e9ed009798e6dcf6dd7fd6cd19e32af9fbab6d780ba83ae3a264dbbfab2633a3458a624fec1935435974875e58a9e57baca9be9cb7ce627488 SHA512 ecc1ba17e2afea2efe4d36e8d9358d420015b3ad9d2a510ee2b263274c889caf39915a8b8da2d16329184bf4f42d0cbd124af3d070b83235b6a7453afd30b3a0
23 DIST libva-1.8.3.tar.gz 186915 BLAKE2B 10713e3bd7aaefc033490fc9ef6485ec50774f274f09e9e06fd1479b882b221791375533a6826e5db9a758f2acd74f913a478da61fe32250a3e2d9c0062739fc SHA512 f2f360876d8443a22a3434aa1ac7ec5aa6d4b3cc1f13f475ef74e716f5937acc43e02f9a8b858b5b7b6539da3731f763843d45664cc19c70e81d8b87e93659ea
24 DIST libva-2.0.0.tar.gz 191311 BLAKE2B 1515c39f9ff12137b07f753101692c71a5bdd3e9a1e00da427d373307277aff950a31038d132902b4554cb290209b1b29038214de3e9d34c545e6d9854267fb7 SHA512 85c47355d95026e88ad443dbfb2e2dc12c37961dbc001fc051f85e8adada46da9a350cf5d2fe20943ca36fe749f49f88f85f8ee1b9fb93d69b32a75f710609d6
25 +DIST libva-2.1.0.tar.gz 214894 BLAKE2B 0e29d3de915ce44d90ac96bc2ead73725efc34163da92da7d8791547d6ca2fd407319093fee89bce5b26b26818cc0131cc0c7f3cd4f511e3f847e3fd2cf1dff3 SHA512 dd4c901f9c75d03fa45b32af5ca08ba24ef68d354ad26ad53d0f87d3290bee152eed9e61b4dd4116c2d15baf0c74f2d37996d08f007d485c57af5e8d9648eb82
26
27 diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-2.1.0.ebuild
28 similarity index 93%
29 copy from x11-libs/libva/libva-9999.ebuild
30 copy to x11-libs/libva/libva-2.1.0.ebuild
31 index 56a848add45..2cfeb67ae2f 100644
32 --- a/x11-libs/libva/libva-9999.ebuild
33 +++ b/x11-libs/libva/libva-2.1.0.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -7,7 +7,7 @@ SCM=""
41 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
42 SCM=git-r3
43 EGIT_BRANCH=master
44 - EGIT_REPO_URI="https://github.com/01org/libva"
45 + EGIT_REPO_URI="https://github.com/intel/libva"
46 fi
47
48 AUTOTOOLS_AUTORECONF="yes"
49 @@ -18,7 +18,7 @@ HOMEPAGE="https://01.org/linuxmedia/vaapi"
50 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
51 SRC_URI=""
52 else
53 - SRC_URI="https://github.com/01org/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
54 + SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
55 fi
56
57 LICENSE="MIT"
58
59 diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild
60 index 56a848add45..2cfeb67ae2f 100644
61 --- a/x11-libs/libva/libva-9999.ebuild
62 +++ b/x11-libs/libva/libva-9999.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2017 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=5
69 @@ -7,7 +7,7 @@ SCM=""
70 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
71 SCM=git-r3
72 EGIT_BRANCH=master
73 - EGIT_REPO_URI="https://github.com/01org/libva"
74 + EGIT_REPO_URI="https://github.com/intel/libva"
75 fi
76
77 AUTOTOOLS_AUTORECONF="yes"
78 @@ -18,7 +18,7 @@ HOMEPAGE="https://01.org/linuxmedia/vaapi"
79 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
80 SRC_URI=""
81 else
82 - SRC_URI="https://github.com/01org/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
83 + SRC_URI="https://github.com/intel/libva/archive/${PV}.tar.gz -> ${P}.tar.gz"
84 fi
85
86 LICENSE="MIT"