diff options
author | Mike Gilbert <floppym@gentoo.org> | 2024-05-11 12:31:13 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2024-05-11 13:19:18 -0400 |
commit | 32871af5155192c1883f8ca5674615ebbdfda1e8 (patch) | |
tree | cc20e238a105a6a1b9617710937771d5db102324 /acct-group | |
parent | dev-cpp/glibmm: enable py3.12 (diff) | |
download | gentoo-32871af5155192c1883f8ca5674615ebbdfda1e8.tar.gz gentoo-32871af5155192c1883f8ca5674615ebbdfda1e8.tar.bz2 gentoo-32871af5155192c1883f8ca5674615ebbdfda1e8.zip |
acct-group/uuidd: new package, add 0
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/uuidd/metadata.xml | 7 | ||||
-rw-r--r-- | acct-group/uuidd/uuidd-0.ebuild | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/uuidd/metadata.xml b/acct-group/uuidd/metadata.xml new file mode 100644 index 000000000000..65e1fc82d859 --- /dev/null +++ b/acct-group/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-group/uuidd/uuidd-0.ebuild b/acct-group/uuidd/uuidd-0.ebuild new file mode 100644 index 000000000000..e8cbbbaa38e3 --- /dev/null +++ b/acct-group/uuidd/uuidd-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +ACCT_GROUP_ID=540 |