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

Collapse All | Expand All

(-)/usr/portage/x11-drivers/ati-drivers/ati-drivers-9.11.ebuild (-3 / +3 lines)
Lines 9-15 Link Here
9
DESCRIPTION="Ati precompiled drivers for r600 (HD Series) and newer chipsets"
9
DESCRIPTION="Ati precompiled drivers for r600 (HD Series) and newer chipsets"
10
HOMEPAGE="http://www.ati.com"
10
HOMEPAGE="http://www.ati.com"
11
# 8.ble will be used for beta releases.
11
# 8.ble will be used for beta releases.
12
if [[ $(get_major_version) > 8 ]]; then
12
if [[ $(get_major_version) -gt 8 ]]; then
13
	ATI_URL="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/"
13
	ATI_URL="https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/"
14
	SRC_URI="${ATI_URL}/ati-driver-installer-${PV/./-}-x86.x86_64.run"
14
	SRC_URI="${ATI_URL}/ati-driver-installer-${PV/./-}-x86.x86_64.run"
15
	FOLDER_PREFIX="common/"
15
	FOLDER_PREFIX="common/"
Lines 204-210 Link Here
204
}
204
}
205
205
206
src_unpack() {
206
src_unpack() {
207
	if [[ $(get_major_version) > 8 ]]; then
207
	if [[ $(get_major_version) -gt 8 ]]; then
208
		# Switching to a standard way to extract the files since otherwise no signature file
208
		# Switching to a standard way to extract the files since otherwise no signature file
209
		# would be created
209
		# would be created
210
		local src="${DISTDIR}/${A}"
210
		local src="${DISTDIR}/${A}"
Lines 483-489 Link Here
483
483
484
	# AMD Cal libraries
484
	# AMD Cal libraries
485
	exeinto /usr/$(get_libdir)
485
	exeinto /usr/$(get_libdir)
486
	doexe "${MY_ARCH_DIR}"/usr/${pkglibdir}/*.so || die
486
	doexe "${MY_ARCH_DIR}"/usr/${pkglibdir}/libati*.so* || die
487
487
488
	# warn about removal of .la file
488
	# warn about removal of .la file
489
	# WILL BE NEEDED IN FUTURE
489
	# WILL BE NEEDED IN FUTURE

Return to bug 297322