Gentoo Archives: gentoo-dev

From: Peter Stuge <peter@×××××.se>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Ebuilds for nodejs apps - HOWTO?
Date: Sun, 17 Feb 2013 20:44:01
Message-Id: 20130217204350.18598.qmail@stuge.se
In Reply to: [gentoo-dev] Ebuilds for nodejs apps - HOWTO? by Leho Kraav
1 Leho Kraav wrote:
2 > I'm taking a look at etherpad-lite ebuild at
3 > https://bugs.gentoo.org/show_bug.cgi?id=328897
4 >
5 > It's a pretty big of a mess, but as I'm searching around, I can't really
6 > find any guidelines on how nodejs / npm stuff is supposed fit in with
7 > Portage. dev-nodejs/ doesn't even exist.
8 >
9 > Is this nodejs beast too new? Anyone care to point me in some direction
10 > with this?
11
12 Not many nodejs fans in Gentoo land it seems.
13
14 My suggestion would be to make it all work and neat in an overlay,
15 then see if you can convince someone to add it into the tree, or I
16 guess proxy.
17
18 The dependency list sure is long. :( I made an effort with the scala
19 one but hit a roadblock with a magic circular dependency between two
20 java packages one of which would need to be split into two ebuilds -
21 which was too much java surgery for me to manage.
22
23 I might be able help with the MySQL problem, but yeah, if I had time
24 I would make an etherpad overlay with dev-nodejs/ and all those deps.
25
26
27 //Peter