commit: 41bc9e952c9dd1c1f7f1f071167cc9efe8b605ed Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Fri Jan 17 18:27:29 2020 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sat Jan 18 03:45:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bc9e95
acct-group/clamav: new GLEP81 group for clamav packages. Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> acct-group/clamav/clamav-0.ebuild | 8 ++++++++ acct-group/clamav/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/clamav/clamav-0.ebuild b/acct-group/clamav/clamav-0.ebuild new file mode 100644 index 00000000000..30e86e6753f --- /dev/null +++ b/acct-group/clamav/clamav-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=435 diff --git a/acct-group/clamav/metadata.xml b/acct-group/clamav/metadata.xml new file mode 100644 index 00000000000..45125b9b6e9 --- /dev/null +++ b/acct-group/clamav/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Michael Orlitzky</name> + </maintainer> +</pkgmetadata>
