diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-27 06:06:27 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-27 06:06:27 +0000 |
commit | 8d5dbd847cbc704a6a06405856e94b461011afe3 (patch) | |
tree | 4d26462d027b14926335894749d2e01d982234d0 /acct-user/ulogd | |
parent | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff) |
gentoo resync : 27.03.2021
Diffstat (limited to 'acct-user/ulogd')
-rw-r--r-- | acct-user/ulogd/Manifest | 2 | ||||
-rw-r--r-- | acct-user/ulogd/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/ulogd/ulogd-0.ebuild | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/acct-user/ulogd/Manifest b/acct-user/ulogd/Manifest new file mode 100644 index 000000000000..2f4ce9db7d45 --- /dev/null +++ b/acct-user/ulogd/Manifest @@ -0,0 +1,2 @@ +EBUILD ulogd-0.ebuild 225 BLAKE2B c0b96b744ca1d4a23f702aa29ce86406674f5557fbc924998902c21bffc7f848b15787b1ffa5ce7feecf31e680789b9e05200ec552b4d49ae67985fbfe39807c SHA512 4c92cf2a31900ba4ed4d1841dc3a5a965e83411cbef582becb1ee8f94e9ba415ec24c38860a2da958406a7bfd6bd0cd3c58615198b255cf582446b9c5052700e +MISC metadata.xml 395 BLAKE2B 3ad137c6a9e304d422d2ba144d103bf38282f59e11e062069853c18bdf69a92eb3d797c6983281765ccdb62a99e803ca2af4b761d14dd5bec18b313cae83be2a SHA512 68f8cec25688948425b31a72a62d870626e4a427e9fb6df5f55c83cdd1b6f3dbdddb0a4ff37a2a3a51ba2d1e55ecba0e5697cf67e15641f444b5d1fe69c11a2b diff --git a/acct-user/ulogd/metadata.xml b/acct-user/ulogd/metadata.xml new file mode 100644 index 000000000000..f8ffe025bba5 --- /dev/null +++ b/acct-user/ulogd/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>marco@scardovi.com</email> + <name>Marco Scardovi</name> + </maintainer> + <maintainer type="project" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/ulogd/ulogd-0.ebuild b/acct-user/ulogd/ulogd-0.ebuild new file mode 100644 index 000000000000..0058aa8e7aff --- /dev/null +++ b/acct-user/ulogd/ulogd-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for ulogd" +ACCT_USER_ID=311 +ACCT_USER_GROUPS=( ulogd ) + +acct-user_add_deps |