commit: 123b411025f798512dbc758421f5170a6132c65e Author: David Michael <fedora.dm0 <AT> gmail <DOT> com> AuthorDate: Sat Dec 26 02:12:35 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Jan 9 20:04:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=123b4110
acct-group/geoclue: new package Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com> Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> acct-group/geoclue/geoclue-0.ebuild | 8 ++++++++ acct-group/geoclue/metadata.xml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/geoclue/geoclue-0.ebuild b/acct-group/geoclue/geoclue-0.ebuild new file mode 100644 index 00000000000..7f96f9de46d --- /dev/null +++ b/acct-group/geoclue/geoclue-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=351 diff --git a/acct-group/geoclue/metadata.xml b/acct-group/geoclue/metadata.xml new file mode 100644 index 00000000000..b79c2cda0f3 --- /dev/null +++ b/acct-group/geoclue/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="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> +</pkgmetadata>
