diff options
Diffstat (limited to 'acct-user/motion')
-rw-r--r-- | acct-user/motion/Manifest | 2 | ||||
-rw-r--r-- | acct-user/motion/metadata.xml | 12 | ||||
-rw-r--r-- | acct-user/motion/motion-0.ebuild | 12 |
3 files changed, 26 insertions, 0 deletions
diff --git a/acct-user/motion/Manifest b/acct-user/motion/Manifest new file mode 100644 index 000000000000..acd23df84d4a --- /dev/null +++ b/acct-user/motion/Manifest @@ -0,0 +1,2 @@ +EBUILD motion-0.ebuild 268 BLAKE2B 8f46b51f52ff016e8c91862eb708e05ae4697c88e60b71b3f32da32538ae1dc7d581a593c6203aec764a52e0e6e36e9c1d3d1ca47e78b288189cfecfc15ae33c SHA512 3db269c8739f01541a6b78124f45bb020ff77372f9f99d496fff22e99723955193d6f43e75fb0abcad41e831ea7d693ce7ee2fc227cbba537a6e57860a58e4d1 +MISC metadata.xml 365 BLAKE2B 771727cdaae273cfc8949eb77e62c9302d8b0301aa4bb6b64ac0a3c49e527b19382d1a98e1080fc8f3b16e27afff4ef17526f5ed65ea640e78c03f97a6a817c8 SHA512 d5c9f2d9934bcf9749a3d8e663d8bd256c814e129598301a5e629b57957732675ad3885f75705fc11b9d616d310b082abe52e2b6b461ab31503545a866127203 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 |