Gentoo Archives: gentoo-dev

From: Geaaru <geaaru@×××××.com>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] [Proposal] Eclass for nodejs modules
Date: Mon, 29 Feb 2016 09:39:13
Message-Id: 1456738736.2003.9.camel@gmail.com
1 Hi guys,
2
3 I create an eclass that permit to create ebuild for nodejs modules
4 without define every times ebuild phases and avoid install of
5 dependencies already present on system.
6 My mission is create a module like perl-gpan that permit of create
7 automatically all ebuilds of every dependencies (not devDependencies)
8 of a particular package and npmv1 eclass if first step for this.
9
10 I hope that could be accepted by gentoo team because like for perl I
11 think that manage nodejs modules as gentoo package is more clear that
12 use directly npm features.
13
14 Last version of npmv1.eclass is available on my overlay:
15 https://github.com/geaaru/geaaru_overlay/blob/master/eclass/npmv1.eclas
16 s
17
18 Thanks in advance.
19
20 geaaru
21
22 P.S. An example of ebuild that use this eclass is visible on my
23 overlay:
24 https://github.com/geaaru/geaaru_overlay/blob/master/dev-node/formidabl
25 e/formidable-1.0.17.ebuild

Replies

Subject Author
Re: [gentoo-dev] [Proposal] Eclass for nodejs modules Andrew Udvare <audvare@×××××.com>