public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: acct-user/nginx/
Date: Sun,  1 Dec 2024 11:54:34 +0000 (UTC)	[thread overview]
Message-ID: <1733053934.0207657e1e83d1945adb36bf58d50ae3c0804413.sam@gentoo> (raw)

commit:     0207657e1e83d1945adb36bf58d50ae3c0804413
Author:     Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Fri Nov  8 15:34:24 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec  1 11:52:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0207657e

acct-user/nginx: add USE=mgraph

Misses migration after acct-user got introduced.

Introduced USE-flags needed for net-mail/mailgraph

BannedEapiCommand
'gpasswd' banned in EAPI 7, used on line 81 'gpasswd -a apache mgraph'

Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 acct-user/nginx/metadata.xml      | 1 +
 acct-user/nginx/nginx-0-r2.ebuild | 8 +++++++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/acct-user/nginx/metadata.xml b/acct-user/nginx/metadata.xml
index d5e1b5439249..e2269995015a 100644
--- a/acct-user/nginx/metadata.xml
+++ b/acct-user/nginx/metadata.xml
@@ -4,5 +4,6 @@
 	<!-- maintainer-needed -->
 	<use>
 		<flag name="icingaweb2">Prepare group membership for <pkg>www-apps/icingaweb2</pkg></flag>
+		<flag name="mgraph">Prepare group membership for <pkg>net-mail/mailgraph</pkg></flag>
 	</use>
 </pkgmetadata>

diff --git a/acct-user/nginx/nginx-0-r2.ebuild b/acct-user/nginx/nginx-0-r2.ebuild
index 79087c812736..d3de2d164909 100644
--- a/acct-user/nginx/nginx-0-r2.ebuild
+++ b/acct-user/nginx/nginx-0-r2.ebuild
@@ -9,7 +9,7 @@ ACCT_USER_ID="82"
 ACCT_USER_GROUPS=( "nginx" )
 ACCT_USER_HOME="/var/lib/nginx"
 
-IUSE="icingaweb2"
+IUSE="icingaweb2 mgraph"
 
 acct-user_add_deps
 
@@ -18,9 +18,15 @@ RDEPEND+="
 		acct-group/icingacmd
 		acct-group/icingaweb2
 	)
+	mgraph? (
+		acct-group/mgraph
+	)
 "
 
 pkg_setup() {
 	# www-apps/icingaweb2
 	use icingaweb2 && ACCT_USER_GROUPS+=( icingacmd icingaweb2 )
+
+	# net-mail/mailgraph
+	use mgraph && ACCT_USER_GROUPS+=( mgraph )
 }


             reply	other threads:[~2024-12-01 11:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-01 11:54 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-01 11:54 [gentoo-commits] repo/gentoo:master commit in: acct-user/nginx/ Sam James
2022-05-14 11:29 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1733053934.0207657e1e83d1945adb36bf58d50ae3c0804413.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox