x11-drivers/xf86-video-intel: Update SRC_URI and S for usage in future snapshots.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Fri, 29 Mar 2019 03:04:58 +0000 (04:04 +0100)
committerMatt Turner <mattst88@gentoo.org>
Fri, 29 Mar 2019 21:19:02 +0000 (14:19 -0700)
Bug: https://bugs.gentoo.org/681708
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-drivers/xf86-video-intel/xf86-video-intel-9999.ebuild

index 57a5241bcdd5f25d70e3d9c2de22c99710856a17..c2b892bbc42893d8579dc4efb8399cebf30348de 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -12,8 +12,8 @@ if [[ ${PV} == 9999* ]]; then
 else
        KEYWORDS="~amd64 ~x86"
        COMMIT_ID=""
-       SRC_URI="https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/snapshot/${COMMIT_ID}.tar.xz -> ${P}.tar.xz"
-       S=${WORKDIR}/${COMMIT_ID}
+       SRC_URI="https://gitlab.freedesktop.org/xorg/driver/xf86-video-intel/-/archive/${COMMIT_ID}/${P}.tar.bz2"
+       S="${WORKDIR}/${PN}-${COMMIT_ID}"
 fi
 
 DESCRIPTION="X.Org driver for Intel cards"