diff options
author | David Michael <fedora.dm0@gmail.com> | 2020-12-25 21:11:36 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-01-18 16:09:52 -0500 |
commit | 6a35303a520bebd4789cf6d01969af03a86feb0f (patch) | |
tree | fe40007d8d37ee838a0447cb7f284277f1eafb5b /acct-group/colord | |
parent | vala.eclass: make has_version aware of ROOT for EAPI 7 (diff) | |
download | gentoo-6a35303a520bebd4789cf6d01969af03a86feb0f.tar.gz gentoo-6a35303a520bebd4789cf6d01969af03a86feb0f.tar.bz2 gentoo-6a35303a520bebd4789cf6d01969af03a86feb0f.zip |
acct-group/colord: new package
Signed-off-by: David Michael <fedora.dm0@gmail.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'acct-group/colord')
-rw-r--r-- | acct-group/colord/colord-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/colord/metadata.xml | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/acct-group/colord/colord-0.ebuild b/acct-group/colord/colord-0.ebuild new file mode 100644 index 000000000000..da6555c53bfa --- /dev/null +++ b/acct-group/colord/colord-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=350 diff --git a/acct-group/colord/metadata.xml b/acct-group/colord/metadata.xml new file mode 100644 index 000000000000..b79c2cda0f30 --- /dev/null +++ b/acct-group/colord/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> |