Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: jonas.licht@××××××××××××××.de, nex+b-g-o@××××××.de
Subject: Re: [gentoo-dev] [RFC] www-nginx/ category and nginx-module.eclass for nginx modules
Date: Tue, 24 Jan 2023 17:11:35
Message-Id: b4277a06af7e76539e00396cba2e24b78642d03d.camel@gentoo.org
In Reply to: [gentoo-dev] [RFC] www-nginx/ category and nginx-module.eclass for nginx modules by Adrian Schollmeyer
1 On Tue, 2023-01-24 at 16:51 +0100, Adrian Schollmeyer wrote:
2 > Hey there,
3 >
4 > a while back Jonas Licht (Cc) wrote an eclass for Nginx dynamic modules.
5 > For a few years now, Nginx supports building third party dynamic modules
6 > outside of the Nginx source tree with the help of Nginx's build system.
7 > Since this involves quite some work to obtain information from the Nginx
8 > build configuration and using Nginx's build system to actually build the
9 > module, an eclass was written. The last RFC didn't make it into
10 > ::gentoo, since the requested changes haven't been applied.
11 >
12 > However, we have been working on the eclass again and applied all the
13 > requested changes, made it EAPI=8 compatible and were able to use it
14 > successfully to package a third party Nginx module in ::fem-overlay [0].
15 >
16 > This patchset contains the reworked nginx-module.eclass for building
17 > third party modules using Nginx's build system as separate packages.
18 > Furthermore the category www-nginx is added where these third party
19 > modules shall be put. Lastly, www-nginx/nginx-vod-module is added as a
20 > first package using this eclass.
21 >
22 > The patchset is also available as PR #16053 on GitHub [1]. If this
23 > patchset is applied, the other PR for adding nginx-vod-module [2]
24 > probably becomes obsolete [2].
25 >
26
27 How many packages do you expect to add to this new category? It's not
28 customary to create a new category for one package.
29
30 --
31 Best regards,
32 Michał Górny

Replies

Subject Author
Re: [gentoo-dev] [RFC] www-nginx/ category and nginx-module.eclass for nginx modules "Anna (cybertailor) Vyalkova" <cyber+gentoo@×××××.in>
Re: [gentoo-dev] [RFC] www-nginx/ category and nginx-module.eclass for nginx modules Adrian Schollmeyer <nex@××××××.de>