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 87D4A138334 for ; Tue, 3 Dec 2019 16:22:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFCBDE07A7; Tue, 3 Dec 2019 16:22:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 95946E07A7 for ; Tue, 3 Dec 2019 16:22:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A41B834D749 for ; Tue, 3 Dec 2019 16:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 265B28AD for ; Tue, 3 Dec 2019 16:22:39 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1575390142.f99416b1496f39d51dea790d00e9d2cf4d00d9ae.heroxbd@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/optix/ X-VCS-Repository: proj/sci X-VCS-Files: dev-libs/optix/optix-6.0.0.ebuild X-VCS-Directories: dev-libs/optix/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: f99416b1496f39d51dea790d00e9d2cf4d00d9ae X-VCS-Branch: master Date: Tue, 3 Dec 2019 16:22: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 95993b29-cd28-4db3-9f44-5392b09d335f X-Archives-Hash: fa3eadd5b694b1eb83b5e33f2c45b2d2 commit: f99416b1496f39d51dea790d00e9d2cf4d00d9ae Author: Benda Xu gentoo org> AuthorDate: Tue Dec 3 16:22:22 2019 +0000 Commit: Benda XU gentoo org> CommitDate: Tue Dec 3 16:22:22 2019 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=f99416b1 dev-libs/optix: add nofetch hints. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu gentoo.org> dev-libs/optix/optix-6.0.0.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-libs/optix/optix-6.0.0.ebuild b/dev-libs/optix/optix-6.0.0.ebuild index 0801fc33e..7f2f1c3f1 100644 --- a/dev-libs/optix/optix-6.0.0.ebuild +++ b/dev-libs/optix/optix-6.0.0.ebuild @@ -23,6 +23,13 @@ S="${WORKDIR}" CMAKE_USE_DIR=${S}/SDK +pkg_nofetch() { + einfo "Please download ${SRC_URI} from:" + einfo " ${HOMEPAGE}" + einfo "and move it to your DISTDIR directory." + einfo 'DISTDIR value is available from `emerge --info`' +} + src_unpack() { tail -n +218 "${DISTDIR}"/${A} | tar -zx || die }