commit: f99416b1496f39d51dea790d00e9d2cf4d00d9ae
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 16:22:22 2019 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> 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 <heroxbd <AT> 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
}