diff options
Diffstat (limited to 'acct-group/locate')
-rw-r--r-- | acct-group/locate/Manifest | 2 | ||||
-rw-r--r-- | acct-group/locate/locate-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/locate/metadata.xml | 7 |
3 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/locate/Manifest b/acct-group/locate/Manifest new file mode 100644 index 000000000000..02cdffc1abc0 --- /dev/null +++ b/acct-group/locate/Manifest @@ -0,0 +1,2 @@ +EBUILD locate-0.ebuild 146 BLAKE2B 63dd494d2b23617970ce4412d94ac16f4ba2cf0b15ff13cfcb28d5b3c4dd3b67c59a5263cbe01e7f99a8b5a260d2cc085ce0088b5f3fcc7d1bb131dfa68b586a SHA512 318518e23bdc9adcb55f0683c3fa5998e7b7ffc553aead8920766200080408953e0e1e74772cda973f4460bb3dbac3e8fa036d6ef404ba813c7f10a23dd1968a +MISC metadata.xml 223 BLAKE2B ce9aaf73ccbc1745f44acf92e5a32b134fc36a7f40c1c83a4f8296bafe3902d851ca1d1b67829d82573b8e9df4bd2643122a98846ed7824bbf67fd88b0c822e0 SHA512 291302ff827472b8aaaa094bf6ed7b728166f21c9603b98beed59db2071a75193d7c5e462c4d435eea7e1047a1f31076bdf6deb08a1c8ab794ddd965c9be92bb 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> |