From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52ECC138334 for ; Sat, 10 Aug 2019 21:10:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 818F9E08D1; Sat, 10 Aug 2019 21:10:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C7C2E08D1 for ; Sat, 10 Aug 2019 21:10:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2577349874 for ; Sat, 10 Aug 2019 21:10:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64EC7471 for ; Sat, 10 Aug 2019 21:10:06 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1565471375.75ee15938065b6c0c81202ffea223315964c699c.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/amdgpu-pro-opencl/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425-r1.ebuild dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425.ebuild dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild X-VCS-Directories: dev-libs/amdgpu-pro-opencl/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 75ee15938065b6c0c81202ffea223315964c699c X-VCS-Branch: master Date: Sat, 10 Aug 2019 21:10:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 10e1c185-8948-4876-9675-106c03529fe6 X-Archives-Hash: 6803adb4dd33b2595738a91384b36443 commit: 75ee15938065b6c0c81202ffea223315964c699c Author: Marek Szuba gentoo org> AuthorDate: Sat Aug 10 21:09:06 2019 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sat Aug 10 21:09:35 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75ee1593 dev-libs/amdgpu-pro-opencl: switch off debugging messages in ebuilds Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba gentoo.org> dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425-r1.ebuild | 3 --- dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425.ebuild | 3 --- dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild | 3 --- 3 files changed, 9 deletions(-) diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425-r1.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425-r1.ebuild index 9e9ca9dc6be..17472bd93ad 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425-r1.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425-r1.ebuild @@ -77,10 +77,7 @@ multilib_src_install() { doins "${T}/${SUPER_PN}-${ABI}.icd" } -# FIXME: is this right? multilib_src_install_all() { - ewarn "FOO $PWD" - ewarn `ls` insinto "/opt/amdgpu" doins -r opt/amdgpu/share } diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425.ebuild index 21ba2fc2953..bf99e75ccc5 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.10.785425.ebuild @@ -76,10 +76,7 @@ multilib_src_install() { doins "${T}/${SUPER_PN}-${ABI}.icd" } -# FIXME: is this right? multilib_src_install_all() { - ewarn "FOO $PWD" - ewarn `ls` insinto "/opt/amdgpu" doins -r opt/amdgpu/share } diff --git a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild index 4bf9f6a5d2f..a7fc2f7c5bb 100644 --- a/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild +++ b/dev-libs/amdgpu-pro-opencl/amdgpu-pro-opencl-19.30.838629.ebuild @@ -77,10 +77,7 @@ multilib_src_install() { doins "${T}/${SUPER_PN}-${ABI}.icd" } -# FIXME: is this right? multilib_src_install_all() { - ewarn "FOO $PWD" - ewarn `ls` insinto "/opt/amdgpu" doins -r opt/amdgpu/share }