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: Wed, 01 Feb 2017 11:42:27
Message-Id: 1485948897.a872f045bbd68349c22ae7591620aa14504eadd8.aballier@gentoo
1 commit: a872f045bbd68349c22ae7591620aa14504eadd8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 11:34:57 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 11:34:57 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a872f045
7
8 x11-libs/libva: Update git source, use git-r3.eclass, switch to github for releases, bug #607758
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 x11-libs/libva/libva-9999.ebuild | 8 ++++----
13 1 file changed, 4 insertions(+), 4 deletions(-)
14
15 diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild
16 index 2d53da1..e906139 100644
17 --- a/x11-libs/libva/libva-9999.ebuild
18 +++ b/x11-libs/libva/libva-9999.ebuild
19 @@ -6,9 +6,9 @@ EAPI=5
20
21 SCM=""
22 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
23 - SCM=git-2
24 + SCM=git-r3
25 EGIT_BRANCH=master
26 - EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva"
27 + EGIT_REPO_URI="https://github.com/01org/libva"
28 fi
29
30 AUTOTOOLS_AUTORECONF="yes"
31 @@ -18,9 +18,9 @@ DESCRIPTION="Video Acceleration (VA) API for Linux"
32 HOMEPAGE="https://01.org/linuxmedia/vaapi"
33 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
34 SRC_URI=""
35 - S="${WORKDIR}/${PN}"
36 else
37 - SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2"
38 + SRC_URI="https://github.com/01org/libva/archive/${P}.tar.gz"
39 + S="${WORKDIR}/${PN}-${P}"
40 fi
41
42 LICENSE="MIT"