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 487D9138334 for ; Sat, 8 Dec 2018 13:30:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3EE70E0AD0; Sat, 8 Dec 2018 13:30:00 +0000 (UTC) Received: from ra.horus-it.com (ra.horus-it.com [IPv6:2a01:4f8:10b:202e::2]) (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 D7D36E09DE for ; Sat, 8 Dec 2018 13:29:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id 12DE048C06A7 for ; Sat, 8 Dec 2018 14:29:56 +0100 (CET) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=seichter.de; s=201807; t=1544275791; bh=8Brj7M78w9uO/slzr2yNfd5aODtSHN8IOg6FRr8suvI=; h=From:To:Subject:Date:Message-ID:Content-Type; b=giGXPxT6wH9FZU2UzM1HgBHzdRAoeheWcCbORRqEidBoU60a2kLdUEu3L9BE4+fGT UPu41XBXa8RtbQmdNu1Ow/hHrxD5DlLVlnmaTu87G43Zc6p0TUdUIQkYvbx7m67Mg8 7zrld8Z12st3OYyOtn5NdlrvSuXGGNdkX5RDzWWWptIV17BoSDv7qQFmCsNoQ9RVGW 4weKsI6YDL30eY6cl2C3pfCqBrwDgFTJ/8+629o3cWxs0p28EUD/WjP8VoaN3R7kOw lfTivBEO8tzygzOUH8tBWtzkbJ8TThoIfUsOo7glUPoQcZqzd+9w311zjVlsoQ6L5S 1bIepnh6d+d1Q== To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Locating "node-gyp" in an ebuild Date: Sat, 08 Dec 2018 14:29:51 +0100 Message-ID: <87ftv8jgds.fsf@ra.horus-it.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: f3f9f6e7-1071-4f9e-a8e7-1452f47618f7 X-Archives-Hash: 9cbab991d14f94c253cf84fdd35833d7 What is the recommended method to locate "node-gyp" in an ebuild? I don't suppose /usr/lib64/node_modules/npm/bin/node-gyp-bin/node-gyp is a path I can expect to find on every Gentoo system with NodeJS. An eclass for NodeJS has been proposed on this mailing list before, but as far as I can tell no such eclass exists yet? -Ralph