commit: f0277f73c149587463eb6407d4fb34e2a303a4a5 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Sun Apr 12 15:41:21 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Sun Apr 12 15:41:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0277f73
acct-group/locate: new group (245) Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> acct-group/locate/locate-0.ebuild | 8 ++++++++ acct-group/locate/metadata.xml | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/acct-group/locate/locate-0.ebuild b/acct-group/locate/locate-0.ebuild new file mode 100644 index 00000000000..59071dc6b15 --- /dev/null +++ b/acct-group/locate/locate-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=245 diff --git a/acct-group/locate/metadata.xml b/acct-group/locate/metadata.xml new file mode 100644 index 00000000000..f540000d5aa --- /dev/null +++ b/acct-group/locate/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>base-sys...@gentoo.org</email> + </maintainer> +</pkgmetadata>