diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-04-12 11:41:21 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-04-12 11:41:21 -0400 |
commit | f0277f73c149587463eb6407d4fb34e2a303a4a5 (patch) | |
tree | 7cd5b901f5517dd21a69794303cd389f81e54901 /acct-group | |
parent | media-radio/wsjtx: Fix build with QT_VERSION >= 5.14 (diff) | |
download | gentoo-f0277f73c149587463eb6407d4fb34e2a303a4a5.tar.gz gentoo-f0277f73c149587463eb6407d4fb34e2a303a4a5.tar.bz2 gentoo-f0277f73c149587463eb6407d4fb34e2a303a4a5.zip |
acct-group/locate: new group (245)
Package-Manager: Portage-2.3.96_p4, Repoman-2.3.22_p1
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/locate/locate-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/locate/metadata.xml | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/acct-group/locate/locate-0.ebuild b/acct-group/locate/locate-0.ebuild new file mode 100644 index 000000000000..59071dc6b158 --- /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 000000000000..f540000d5aab --- /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-system@gentoo.org</email> + </maintainer> +</pkgmetadata> |