diff options
author | Hans Fernhout <hfern@fernhout.info> | 2020-06-04 10:04:02 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-04 10:14:11 +0300 |
commit | 8d6281579d9588164a28be880768ed2cf871ebdf (patch) | |
tree | 1bfd213d9c08bd2d6758bc9eea0fe85eadef1920 /acct-group/motion | |
parent | app-emulation/nemu: clean up old. (diff) | |
download | gentoo-8d6281579d9588164a28be880768ed2cf871ebdf.tar.gz gentoo-8d6281579d9588164a28be880768ed2cf871ebdf.tar.bz2 gentoo-8d6281579d9588164a28be880768ed2cf871ebdf.zip |
acct-group/motion: new GLEP-81 package
New group for media-video/motion, gid 395.
Signed-off-by: Johannes Willem Fernhout <hfern@fernhout.info>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-group/motion')
-rw-r--r-- | acct-group/motion/metadata.xml | 12 | ||||
-rw-r--r-- | acct-group/motion/motion-0.ebuild | 8 |
2 files changed, 20 insertions, 0 deletions
diff --git a/acct-group/motion/metadata.xml b/acct-group/motion/metadata.xml new file mode 100644 index 000000000000..1152c2457fc9 --- /dev/null +++ b/acct-group/motion/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>hfern@fernhout.info</email> + <name>Hans Fernhout</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/motion/motion-0.ebuild b/acct-group/motion/motion-0.ebuild new file mode 100644 index 000000000000..596311157273 --- /dev/null +++ b/acct-group/motion/motion-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=395 |