diff options
author | Hans Fernhout <hfern@fernhout.info> | 2020-06-04 10:05:14 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-06-04 10:14:11 +0300 |
commit | 1d0f7143e0cde7deb8fe595424e014e39e46bd51 (patch) | |
tree | 0e93c496d0562b2282303add752067ba06754d50 /acct-user | |
parent | acct-group/motion: new GLEP-81 package (diff) | |
download | gentoo-1d0f7143e0cde7deb8fe595424e014e39e46bd51.tar.gz gentoo-1d0f7143e0cde7deb8fe595424e014e39e46bd51.tar.bz2 gentoo-1d0f7143e0cde7deb8fe595424e014e39e46bd51.zip |
acct-user/motion: new GLEP-81 package
New user for media-video/motion, uid 395.
Signed-off-by: Johannes Willem Fernhout <hfern@fernhout.info>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'acct-user')
-rw-r--r-- | acct-user/motion/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/motion/motion-0.ebuild | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/acct-user/motion/metadata.xml b/acct-user/motion/metadata.xml new file mode 100644 index 000000000000..1152c2457fc9 --- /dev/null +++ b/acct-user/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-user/motion/motion-0.ebuild b/acct-user/motion/motion-0.ebuild new file mode 100644 index 000000000000..bb4695efc896 --- /dev/null +++ b/acct-user/motion/motion-0.ebuild @@ -0,0 +1,12 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="added by portage for motion, a software motion detector" +ACCT_USER_ID=395 +ACCT_USER_GROUPS=( motion video ) + +acct-user_add_deps |