Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 669562
Collapse All | Expand All

(-)amdgpu-pro-opencl-18.20.606296.ebuild (-3 / +4 lines)
Lines 7-16 Link Here
7
7
8
SUPER_PN='amdgpu-pro'
8
SUPER_PN='amdgpu-pro'
9
MY_PV=$(ver_rs 2 '-')
9
MY_PV=$(ver_rs 2 '-')
10
OS_VER='ubuntu-18.04'
10
11
11
DESCRIPTION="Proprietary OpenCL implementation for AMD GPUs"
12
DESCRIPTION="Proprietary OpenCL implementation for AMD GPUs"
12
HOMEPAGE="https://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-for-Linux-Release-Notes.aspx"
13
HOMEPAGE="https://support.amd.com/en-us/kb-articles/Pages/Radeon-Software-for-Linux-Release-Notes.aspx"
13
SRC_URI="${SUPER_PN}-${MY_PV}.tar.xz"
14
SRC_URI="${SUPER_PN}-${MY_PV}-${OS_VER}.tar.xz"
14
15
15
LICENSE="AMD-GPU-PRO-EULA"
16
LICENSE="AMD-GPU-PRO-EULA"
16
SLOT="0"
17
SLOT="0"
Lines 25-35 Link Here
25
26
26
QA_PREBUILT="/opt/${SUPER_PN}/lib*/*"
27
QA_PREBUILT="/opt/${SUPER_PN}/lib*/*"
27
28
28
S="${WORKDIR}/${SUPER_PN}-${MY_PV}"
29
S="${WORKDIR}/${SUPER_PN}-${MY_PV}-${OS_VER}"
29
30
30
pkg_nofetch() {
31
pkg_nofetch() {
31
	local pkgver=$(ver_cut 1-2)
32
	local pkgver=$(ver_cut 1-2)
32
	einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu 16 from"
33
	einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu 18 from"
33
	einfo "    ${HOMEPAGE}"
34
	einfo "    ${HOMEPAGE}"
34
	einfo "The archive should then be placed in your distfiles directory."
35
	einfo "The archive should then be placed in your distfiles directory."
35
}
36
}

Return to bug 669562