Gentoo Archives: gentoo-dev

From: Adrian Schollmeyer <nex@××××××.de>
To: gentoo-dev@l.g.o
Cc: jonas.licht@××××××××××××××.de, nex+b-g-o@××××××.de
Subject: [gentoo-dev] [PATCH v3 1/3] profiles/categories: add www-nginx
Date: Tue, 24 Jan 2023 15:53:19
Message-Id: 20230124155156.12178-2-nex@nexadn.de
In Reply to: [gentoo-dev] [RFC] www-nginx/ category and nginx-module.eclass for nginx modules by Adrian Schollmeyer
1 From: Jonas Licht <jonas.licht@××××××××××××××.de>
2
3 Signed-off-by: Adrian Schollmeyer <nex+b-g-o@××××××.de>
4 Signed-off-by: Jonas Licht <jonas.licht@××××××××××××××.de>
5 ---
6 profiles/categories | 1 +
7 www-nginx/metadata.xml | 7 +++++++
8 2 files changed, 8 insertions(+)
9 create mode 100644 www-nginx/metadata.xml
10
11 diff --git a/profiles/categories b/profiles/categories
12 index 64963f1467a..4b4ff07cb35 100644
13 --- a/profiles/categories
14 +++ b/profiles/categories
15 @@ -155,6 +155,7 @@ www-apache
16 www-apps
17 www-client
18 www-misc
19 +www-nginx
20 www-plugins
21 www-servers
22 x11-apps
23 diff --git a/www-nginx/metadata.xml b/www-nginx/metadata.xml
24 new file mode 100644
25 index 00000000000..340ce767d0e
26 --- /dev/null
27 +++ b/www-nginx/metadata.xml
28 @@ -0,0 +1,7 @@
29 +<?xml version="1.0" encoding="UTF-8"?>
30 +<!DOCTYPE catmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 +<catmetadata>
32 + <longdescription lang="en">
33 + The www-nginx category contains modules for the Nginx Webserver.
34 + </longdescription>
35 +</catmetadata>
36 --
37 2.38.2