From 87f37a073fb5c2e1f6ebc780e60cdbdd2c583860 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Feb 2023 04:02:51 +0000 Subject: gentoo auto-resync : 28:02:2023 - 04:02:51 --- acct-user/nginx-unit/Manifest | 2 ++ acct-user/nginx-unit/metadata.xml | 7 +++++++ acct-user/nginx-unit/nginx-unit-0.ebuild | 12 ++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 acct-user/nginx-unit/Manifest create mode 100644 acct-user/nginx-unit/metadata.xml create mode 100644 acct-user/nginx-unit/nginx-unit-0.ebuild (limited to 'acct-user/nginx-unit') diff --git a/acct-user/nginx-unit/Manifest b/acct-user/nginx-unit/Manifest new file mode 100644 index 000000000000..3952e3fcb99d --- /dev/null +++ b/acct-user/nginx-unit/Manifest @@ -0,0 +1,2 @@ +EBUILD nginx-unit-0.ebuild 242 BLAKE2B b2ae2fcfd058ca4f0f005ce414c92a6194af1bcdaf9a1b7f3c0c635e3bb51f5cf069fb90925066c4e928d83a6a27ddace20682a29d2aa45cfbe8ed0e04a854fd SHA512 84550a4de7c56f8452c8ff3065ce998ef2481292a9c0b10d1854e89d8bebfdb29f46ad0aaa8a830372059cc3977e66ab9bdec3f13f91521738b426f7849ad189 +MISC metadata.xml 223 BLAKE2B 095cbe9aa757b7e872656ee3f17c562e1628cbcc794c9776c46c6edb22e30ee62d077a5ec6a59f26fc453bea96c643cf710e773a399651bedebe8a5178f56344 SHA512 33143373e4f170a675d3f9edd8439432444e03242e1e9cae2166e5e2b189ba1401ecbf93a7496999faae23851c4de60b705b9598a59b97894dc89d6aabc4bd6b diff --git a/acct-user/nginx-unit/metadata.xml b/acct-user/nginx-unit/metadata.xml new file mode 100644 index 000000000000..694b1295412e --- /dev/null +++ b/acct-user/nginx-unit/metadata.xml @@ -0,0 +1,7 @@ + + + + + mpagano@gentoo.org + + diff --git a/acct-user/nginx-unit/nginx-unit-0.ebuild b/acct-user/nginx-unit/nginx-unit-0.ebuild new file mode 100644 index 000000000000..9af0cc52ab82 --- /dev/null +++ b/acct-user/nginx-unit/nginx-unit-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2019-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +ACCT_USER_ID="526" +ACCT_USER_GROUPS=( "nginx-unit" ) +ACCT_USER_HOME="/var/lib/nginx-unit" + +acct-user_add_deps -- cgit v1.2.3