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-group/ulogd | |
parent | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff) |
gentoo resync : 27.03.2021
Diffstat (limited to 'acct-group/ulogd')
-rw-r--r-- | acct-group/ulogd/Manifest | 2 | ||||
-rw-r--r-- | acct-group/ulogd/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/ulogd/ulogd-0.ebuild | 9 |
3 files changed, 23 insertions, 0 deletions
diff --git a/acct-group/ulogd/Manifest b/acct-group/ulogd/Manifest new file mode 100644 index 000000000000..5914c30fe3a7 --- /dev/null +++ b/acct-group/ulogd/Manifest @@ -0,0 +1,2 @@ +EBUILD ulogd-0.ebuild 181 BLAKE2B 97910a15b3d03ca8ac63d251489474e9c4f832f79f628d9235788b3a21e738162f36edb81132637fccd5ab12fc3710f275e1384e835d50b91c5c98d42c9c40c8 SHA512 a0c71601200d074d93be7622c12134d293bb876f2fb351b54d44d7a44549d296b1610918f07f114a473241846bfcbd55c83d1f7f22beb7bc361c671e12ea2522 +MISC metadata.xml 395 BLAKE2B 3ad137c6a9e304d422d2ba144d103bf38282f59e11e062069853c18bdf69a92eb3d797c6983281765ccdb62a99e803ca2af4b761d14dd5bec18b313cae83be2a SHA512 68f8cec25688948425b31a72a62d870626e4a427e9fb6df5f55c83cdd1b6f3dbdddb0a4ff37a2a3a51ba2d1e55ecba0e5697cf67e15641f444b5d1fe69c11a2b diff --git a/acct-group/ulogd/metadata.xml b/acct-group/ulogd/metadata.xml new file mode 100644 index 000000000000..f8ffe025bba5 --- /dev/null +++ b/acct-group/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-group/ulogd/ulogd-0.ebuild b/acct-group/ulogd/ulogd-0.ebuild new file mode 100644 index 000000000000..d9c49c9aff0e --- /dev/null +++ b/acct-group/ulogd/ulogd-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for ulogd" +ACCT_GROUP_ID=311 |