commit:     4c5e67633d3071e969d30723386085ff357aacdc
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 16:32:21 2024 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat May 11 17:19:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c5e6763

acct-user/uuidd: new package, add 0

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 acct-user/uuidd/metadata.xml   |  7 +++++++
 acct-user/uuidd/uuidd-0.ebuild | 11 +++++++++++
 2 files changed, 18 insertions(+)

diff --git a/acct-user/uuidd/metadata.xml b/acct-user/uuidd/metadata.xml
new file mode 100644
index 000000000000..65e1fc82d859
--- /dev/null
+++ b/acct-user/uuidd/metadata.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>base-sys...@gentoo.org</email>
+       </maintainer>
+</pkgmetadata>

diff --git a/acct-user/uuidd/uuidd-0.ebuild b/acct-user/uuidd/uuidd-0.ebuild
new file mode 100644
index 000000000000..a90877e3f24f
--- /dev/null
+++ b/acct-user/uuidd/uuidd-0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit acct-user
+
+ACCT_USER_ID=540
+ACCT_USER_GROUPS=( uuidd )
+
+acct-user_add_deps

Reply via email to