diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-05-11 12:32:21 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-05-11 13:19:18 -0400 |
commit | 4c5e67633d3071e969d30723386085ff357aacdc (patch) | |
tree | de6bf8af40b8af9bd8998ba05889c4af18a40a2d /acct-user | |
parent | acct-group/uuidd: new package, add 0 (diff) | |
download | gentoo-4c5e67633d3071e969d30723386085ff357aacdc.tar.gz gentoo-4c5e67633d3071e969d30723386085ff357aacdc.tar.bz2 gentoo-4c5e67633d3071e969d30723386085ff357aacdc.zip |
acct-user/uuidd: new package, add 0
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/uuidd/metadata.xml | 7 | ||||
-rw-r--r-- | acct-user/uuidd/uuidd-0.ebuild | 11 |
2 files changed, 18 insertions, 0 deletions
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-system@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 |