commit:     7fe83a857d4f1f7bd54792a985f073000f88295e
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 11:41:59 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 11:41:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe83a85

x11-libs/libva-intel-driver: Update git uri, use git-r3.eclass, prune all 
libtool files, switch release tarballs to github. Bug #607758.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild 
b/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
index db6b743..ce54010 100644
--- a/x11-libs/libva-intel-driver/libva-intel-driver-9999.ebuild
+++ b/x11-libs/libva-intel-driver/libva-intel-driver-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/git/vaapi/intel-driver"
+       EGIT_REPO_URI="https://github.com/01org/intel-vaapi-driver";
 fi
 
 AUTOTOOLS_AUTORECONF="yes"
@@ -18,9 +18,8 @@ DESCRIPTION="HW video decode support for Intel integrated 
graphics"
 HOMEPAGE="https://github.com/01org/intel-vaapi-driver";
 if [ "${PV%9999}" != "${PV}" ] ; then # Live ebuild
        SRC_URI=""
-       S="${WORKDIR}/${PN}"
 else
-       
SRC_URI="https://www.freedesktop.org/software/vaapi/releases/libva-intel-driver/${P}.tar.bz2";
+       
SRC_URI="https://github.com/01org/intel-vaapi-driver/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 fi
 
 LICENSE="MIT"
@@ -40,6 +39,7 @@ DEPEND="${RDEPEND}
        virtual/pkgconfig"
 
 DOCS=( AUTHORS NEWS README )
+AUTOTOOLS_PRUNE_LIBTOOL_FILES="all"
 
 src_prepare() {
        sed -e 's/intel-gen4asm/\0diSaBlEd/g' -i configure.ac || die

Reply via email to