Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/amdgpu-pro-opencl/
Date: Fri, 31 Aug 2018 13:44:19
Message-Id: 1535722996.05fcacfa020c30287618b250f1a5300fcf26d782.marecki@gentoo
1 commit: 05fcacfa020c30287618b250f1a5300fcf26d782
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 31 13:43:16 2018 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 13:43:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05fcacfa
7
8 dev-libs/amdgpu-pro-opencl: do not use DISTDIR in pkg_nofetch()
9
10 Under recent versions of portage DISTDIR points to a temporary directory
11 in PORTAGE_TMPDIR rather than /usr/portage/distfiles. Follow the example
12 of recent versions of dev-java/oracle-jre-bin and just say "your
13 distfiles directory" instead.
14
15 Closes: https://bugs.gentoo.org/663878
16 Package-Manager: Portage-2.3.40, Repoman-2.3.9
17
18 dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild | 2 +-
19 dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild | 2 +-
20 2 files changed, 2 insertions(+), 2 deletions(-)
21
22 diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
23 index 19adb74c35b..fd883261984 100644
24 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
25 +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-17.50.552542.ebuild
26 @@ -29,7 +29,7 @@ pkg_nofetch() {
27 local pkgver=$(ver_cut 1-2)
28 einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu from"
29 einfo " ${HOMEPAGE}"
30 - einfo "The archive should then be placed into ${DISTDIR}."
31 + einfo "The archive should then be placed in your distfiles directory."
32 }
33
34 src_unpack() {
35
36 diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild
37 index 614f397a1b7..241e495069a 100644
38 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild
39 +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-18.20.606296.ebuild
40 @@ -29,7 +29,7 @@ pkg_nofetch() {
41 local pkgver=$(ver_cut 1-2)
42 einfo "Please download the Radeon Software for Linux Driver ${pkgver} for Ubuntu 16 from"
43 einfo " ${HOMEPAGE}"
44 - einfo "The archive should then be placed into ${DISTDIR}."
45 + einfo "The archive should then be placed in your distfiles directory."
46 }
47
48 src_unpack() {