From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id D04C91388C0 for ; Mon, 29 Feb 2016 23:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D1B421C02B; Mon, 29 Feb 2016 23:24:51 +0000 (UTC) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) (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 202C121C019 for ; Mon, 29 Feb 2016 23:24:49 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id bj10so30829041pad.2 for ; Mon, 29 Feb 2016 15:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-transfer-encoding; bh=xz52GJgGXvqaUv3NbH/xOFFBLqTJ4l7Sc6NZRXU2Jic=; b=sloXYMfQIUgqY+HhycDikZ1ss2WRtwxhZTa9Y7okr38K8uhpQcCt0TwChSd4PFwFwG 70jDQ1m760lebh6zbAGTkU8LNWpvIs3H2ZX3Knp4MnlYJWJD8xbP/gdqIbXheFK9xfNm fwkBiUku3r7RgcJnMM9E65wQdZ7cu2/b7xN2RJlv818+BbnY/sVQ5jCMAQErRDyIyLg5 a31zODAsvKj84hTTODJhgO3m1+C1S6/+/5my9C+TTS4m3nonWTSOe1/pHV2IGG7cdvDF HNCPOGKjfBIUuf9A+2lH+cWssZfAwm5gEcuNutPg/s7htsuhjJHIrJe9iTD7kj7mLeBr eNGA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=xz52GJgGXvqaUv3NbH/xOFFBLqTJ4l7Sc6NZRXU2Jic=; b=h9gS8jf1lvi0Boo6xfizOSRKqyybZ6n4n/DfWnmvOpTisGOVQEOKqzPMWQSrW8Qwgh pBZ4gmJbIbzA+uantiyaQ9AIbxJpMzkTgVD5LDWefUt5b5vy5UES0oA4KDEO8jGk71pL JZi9hKRgK5gKTQw3BdLli2SWtEg32t1iIJfbhFlbPtN2fDwyvyHhHVvA3DzIZFYSDGyq /nqb+qnvn+YJDCXkmk+cJlqnIddhntn3jKFmtCRZpgnnJDFwM1AjViR8oUfDB3jr1/G/ SuX465duU67KcEqCIdPtCwruSbZwKrgGz5mgvAJOl4bL0Bs6kWYnicNt140Re/MWERmn WpQQ== X-Gm-Message-State: AD7BkJLibY/SqMTD5N+s4nEmUuAWHuAlUeEY+sZELkPnXdB/0OZed/tmbwKDLIB7H789Mw== X-Received: by 10.66.253.193 with SMTP id ac1mr25730798pad.121.1456788289068; Mon, 29 Feb 2016 15:24:49 -0800 (PST) Received: from [172.19.1.30] ([204.225.145.241]) by smtp.gmail.com with ESMTPSA id z67sm40464012pfa.71.2016.02.29.15.24.47 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Feb 2016 15:24:47 -0800 (PST) Subject: Re: [gentoo-dev] [Proposal] Eclass for nodejs modules To: gentoo-dev@lists.gentoo.org References: <1456738736.2003.9.camel@gmail.com> <1456745033.2003.36.camel@gmail.com> From: Andrew Udvare Message-ID: <56D4D33E.6050100@gmail.com> Date: Mon, 29 Feb 2016 15:24:46 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 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 MIME-Version: 1.0 In-Reply-To: <1456745033.2003.36.camel@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Archives-Salt: 7762c1a3-9df9-4683-aae1-10593db38d10 X-Archives-Hash: bfbcdacbacb502a60670beeedb23fb9d On 29/02/16 03:23, Geaaru wrote: > > In conclusion, it seems that is not accepted use of nodejs modules > ebuild inside portage. It is right? > > There used to be a CoffeeScript ebuild if you search back. I do not remember how it worked but IIRC I think it was basically just creating a fake root for itself. The distfile itself was just that node_modules/ directory in a tarball. No direction on how those dependencies could be shared, so it is no longer in the tree. Andrew