diff options
author | 2020-12-25 21:12:35 -0500 | |
---|---|---|
committer | 2021-01-09 15:04:58 -0500 | |
commit | 123b411025f798512dbc758421f5170a6132c65e (patch) | |
tree | 8eee118c3093dc61768198c05bd118abe4ff0368 /acct-group | |
parent | xorg-2.eclass: Remove XORG_STATIC (diff) | |
download | gentoo-123b411025f798512dbc758421f5170a6132c65e.tar.gz gentoo-123b411025f798512dbc758421f5170a6132c65e.tar.bz2 gentoo-123b411025f798512dbc758421f5170a6132c65e.zip |
acct-group/geoclue: new package
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'acct-group')
-rw-r--r-- | acct-group/geoclue/geoclue-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/geoclue/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/geoclue/geoclue-0.ebuild b/acct-group/geoclue/geoclue-0.ebuild new file mode 100644 index 000000000000..7f96f9de46d6 --- /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 000000000000..b79c2cda0f30 --- /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>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> +</pkgmetadata> |