commit:     590f0defb8914d5063e57919c8bac15055c34e98
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  1 19:27:36 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Apr  1 19:32:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590f0def

dev-libs/rocr-runtime: 3.3.0 version bump

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 dev-libs/rocr-runtime/Manifest                                     | 1 +
 .../{rocr-runtime-9999.ebuild => rocr-runtime-3.3.0.ebuild}        | 7 +++++--
 dev-libs/rocr-runtime/rocr-runtime-9999.ebuild                     | 4 ++--
 3 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-libs/rocr-runtime/Manifest b/dev-libs/rocr-runtime/Manifest
index d0f212931ea..47522f8c776 100644
--- a/dev-libs/rocr-runtime/Manifest
+++ b/dev-libs/rocr-runtime/Manifest
@@ -1,2 +1,3 @@
 DIST rocr-runtime-3.0.0.tar.gz 327908 BLAKE2B 
0d95ecc22d27e470dd46f02aca012c59e8d0b0bd76de21133a1198d2daa75547600d95ea6c3a3771da36ce3fdf5e197b40ff68543b71adf36d33079a9d9496ab
 SHA512 
e1a1eeec67bca02defc6f502e94dab71e48833737cc0f45552781c5b0cc36bff9147b2c477d6c2c3c9bd25654569ad1d91cd06aa81fcf412657a489cb56c5674
 DIST rocr-runtime-3.1.0.tar.gz 329176 BLAKE2B 
845dcfc5a00e6d571bfef6330b370f588496de95ee7e04caf9c29f81e389f3e82dcdace11d48c86b01119cc0e73bf0a50949da9c4f5383044360f59176670d95
 SHA512 
a9b540341c649786aa0b53755fc51f540425d67c5a567834abbef9bb55c9b0120b1f14c082bfbc97f3c2a586aa846853f293093116aa8625dc34cae6fe50683a
+DIST rocr-runtime-3.3.0.tar.gz 329386 BLAKE2B 
59eb0838d377bb8b10887d7fb432e634190196516fff30a9401b591f2bb7846938c5486bac921fb4fce905a3acfbf4dd064ed9b53122da847fd5fb3d3d2f701c
 SHA512 
ec7950aacd84c318978b9abbad0aafcae1e2d7d7c77806432bde0ce861372e6db92d74ba6445d3ac92c835aa0137b1929d27ddee77b9dae92ca2465a70c4878d

diff --git a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-3.3.0.ebuild
similarity index 84%
copy from dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
copy to dev-libs/rocr-runtime/rocr-runtime-3.3.0.ebuild
index 29470ab6f6d..27a97d1c760 100644
--- a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
+++ b/dev-libs/rocr-runtime/rocr-runtime-3.3.0.ebuild
@@ -10,13 +10,16 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
        S="${WORKDIR}/${P}/src"
 else
-       
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCR-Runtime-roc-${PV}/src"
+       
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
+       S="${WORKDIR}/ROCR-Runtime-rocm-${PV}/src"
        KEYWORDS="~amd64"
 fi
 
 DESCRIPTION="Radeon Open Compute Runtime"
 HOMEPAGE="https://github.com/RadeonOpenCompute/ROCR-Runtime";
+PATCHES=(
+       "${FILESDIR}/${PN}-3.0.0-cmake-install-paths.patch"
+)
 
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"

diff --git a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild 
b/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
index 29470ab6f6d..5ddab400ad0 100644
--- a/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
+++ b/dev-libs/rocr-runtime/rocr-runtime-9999.ebuild
@@ -10,8 +10,8 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
        S="${WORKDIR}/${P}/src"
 else
-       
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/roc-${PV}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/ROCR-Runtime-roc-${PV}/src"
+       
SRC_URI="https://github.com/RadeonOpenCompute/ROCR-Runtime/archive/rocm-${PV}.tar.gz
 -> ${P}.tar.gz"
+       S="${WORKDIR}/ROCR-Runtime-rocm-${PV}/src"
        KEYWORDS="~amd64"
 fi
 

Reply via email to