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 9CEFC1396D9 for ; Sat, 18 Nov 2017 19:49:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD8DAE0DA6; Sat, 18 Nov 2017 19:49:41 +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 AF23BE0DA3 for ; Sat, 18 Nov 2017 19:49:41 +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 B313D33C770 for ; Sat, 18 Nov 2017 19:49:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 262199F54 for ; Sat, 18 Nov 2017 19:49:39 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1511034557.c1f31a532c58ab16d323decc264e6fb231aaa495.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-util/nvidia-cuda-gdk/ X-VCS-Repository: proj/sci X-VCS-Files: dev-util/nvidia-cuda-gdk/metadata.xml dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-352.79.ebuild X-VCS-Directories: dev-util/nvidia-cuda-gdk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: c1f31a532c58ab16d323decc264e6fb231aaa495 X-VCS-Branch: master Date: Sat, 18 Nov 2017 19:49:39 +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-Archives-Salt: 82932284-e9cc-4786-a73d-79f15ec13e61 X-Archives-Hash: 9df4132a05e13cc4ee24f7fee748c49d commit: c1f31a532c58ab16d323decc264e6fb231aaa495 Author: Justin Lecher gentoo org> AuthorDate: Sat Nov 18 18:26:08 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Nov 18 19:49:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1f31a53 dev-util/nvidia-cuda-gdk: Fix repoman warnings Signed-off-by: Justin Lecher gentoo.org> Package-Manager: Portage-2.3.14, Repoman-2.3.6 Signed-off-by: Justin Lecher gentoo.org> dev-util/nvidia-cuda-gdk/metadata.xml | 8 ++------ dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-352.79.ebuild | 10 +++++----- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/dev-util/nvidia-cuda-gdk/metadata.xml b/dev-util/nvidia-cuda-gdk/metadata.xml index fea84f5a0..089f3983a 100644 --- a/dev-util/nvidia-cuda-gdk/metadata.xml +++ b/dev-util/nvidia-cuda-gdk/metadata.xml @@ -15,12 +15,8 @@ Quadroâ„¢ GPUs. - - Install nvidia-healthmon. - - - Install the NVIDIA Managment Library. - + Install nvidia-healthmon. + Install the NVIDIA Managment Library. Install the NVIDIA Validation Suite. diff --git a/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-352.79.ebuild b/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-352.79.ebuild index a1b8d7086..e629e556d 100644 --- a/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-352.79.ebuild +++ b/dev-util/nvidia-cuda-gdk/nvidia-cuda-gdk-352.79.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -32,7 +32,8 @@ DEPEND="${RDEPEND}" S="${WORKDIR}/payload" -QA_PREBUILT="/opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon +QA_PREBUILT=( + /opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon /opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon-tests/gpu_rdma_bw /opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon-tests/ibv_rdma_bw /opt/cuda/gdk/nvml/lib/libnvidia-ml.so.1 @@ -46,7 +47,7 @@ QA_PREBUILT="/opt/cuda/gdk/nvidia-healthmon/nvidia-healthmon /opt/cuda/gdk/nvvs/plugins/libSmPerformance.so /opt/cuda/gdk/nvvs/plugins/libPower.so /opt/cuda/gdk/nvvs/nvvs - " +) src_unpack() { unpacker @@ -183,8 +184,7 @@ src_install() { dosym libPower.so.1 /opt/cuda/gdk/nvvs/plugins/libPower.so dosym libSmPerformance.so.1 /opt/cuda/gdk/nvvs/plugins/libSmPerformance.so - dosym /opt/cuda/gdk/nvvs/nvvs /opt/bin/nvidia-vs - cd "${S}/" || die + dosym ../cuda/gdk/nvvs/nvvs /opt/bin/nvidia-vs eend fi }