Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 731258 | Differences between
and this patch

Collapse All | Expand All

(-)nvidia-firmware-340.32.ebuild (-4 / +4 lines)
Lines 1-20 Link Here
1
# Copyright 1999-2019 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
EAPI=5
3
EAPI=7
4
PYTHON_COMPAT=( python2_7 )
4
PYTHON_COMPAT=( python3_{6,7,8} )
5
inherit python-any-r1 unpacker
5
inherit python-any-r1 unpacker
6
NV_URI="http://us.download.nvidia.com/XFree86/"
6
NV_URI="http://us.download.nvidia.com/XFree86/"
7
X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}"
7
X86_NV_PACKAGE="NVIDIA-Linux-x86-${PV}"
8
EXTRACT_FIRMWARE_REV="96641bfebb2547402b2145fcf0e3116410f0da87"
8
EXTRACT_FIRMWARE_REV="759d8a993087e30a68288bfae534ea2a377e0f23"
9
DESCRIPTION="Kernel and mesa firmware for nouveau (video accel and pgraph)"
9
DESCRIPTION="Kernel and mesa firmware for nouveau (video accel and pgraph)"
10
HOMEPAGE="https://nouveau.freedesktop.org/wiki/VideoAcceleration/"
10
HOMEPAGE="https://nouveau.freedesktop.org/wiki/VideoAcceleration/"
11
SRC_URI="${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run
11
SRC_URI="${NV_URI}Linux-x86/${PV}/${X86_NV_PACKAGE}.run
12
	https://raw.github.com/imirkin/re-vp2/${EXTRACT_FIRMWARE_REV}/extract_firmware.py -> nvidia_extract_firmware-${PV}.py"
12
	https://raw.github.com/mahiuchun/re-vp2/${EXTRACT_FIRMWARE_REV}/extract_firmware.py -> nvidia_extract_firmware-${PV}.py"
13
LICENSE="MIT NVIDIA-r2"
13
LICENSE="MIT NVIDIA-r2"
14
SLOT="0"
14
SLOT="0"

Return to bug 731258