commit: a872f045bbd68349c22ae7591620aa14504eadd8
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 1 11:34:57 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Feb 1 11:34:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a872f045
x11-libs/libva: Update git source, use git-r3.eclass, switch to github for
releases, bug #607758
Package-Manager: Portage-2.3.3, Repoman-2.3.1
x11-libs/libva/libva-9999.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/x11-libs/libva/libva-9999.ebuild b/x11-libs/libva/libva-9999.ebuild
index 2d53da1..e906139 100644
--- a/x11-libs/libva/libva-9999.ebuild
+++ b/x11-libs/libva/libva-9999.ebuild
@@ -6,9 +6,9 @@ EAPI=5
SCM=""
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
- SCM=git-2
+ SCM=git-r3
EGIT_BRANCH=master
- EGIT_REPO_URI="git://anongit.freedesktop.org/vaapi/libva"
+ EGIT_REPO_URI="https://github.com/01org/libva"
fi
AUTOTOOLS_AUTORECONF="yes"
@@ -18,9 +18,9 @@ DESCRIPTION="Video Acceleration (VA) API for Linux"
HOMEPAGE="https://01.org/linuxmedia/vaapi"
if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
SRC_URI=""
- S="${WORKDIR}/${PN}"
else
-
SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva/${P}.tar.bz2"
+ SRC_URI="https://github.com/01org/libva/archive/${P}.tar.gz"
+ S="${WORKDIR}/${PN}-${P}"
fi
LICENSE="MIT"