diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-22 10:51:07 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-01-22 10:56:18 -0600 |
commit | dbd3410b55df45fb653098682740b389bc2e3d69 (patch) | |
tree | 9bb771dd39a1b58b4a7ffbd5abdd3cbc2f0cad28 /acct-group/memcached | |
parent | sys-devel/libtool: m68k stable wrt bug #705358 (diff) | |
download | gentoo-dbd3410b55df45fb653098682740b389bc2e3d69.tar.gz gentoo-dbd3410b55df45fb653098682740b389bc2e3d69.tar.bz2 gentoo-dbd3410b55df45fb653098682740b389bc2e3d69.zip |
acct-group/memcached: add memcached group
Package-Manager: Portage-2.3.84, Repoman-2.3.20
RepoMan-Options: --force
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'acct-group/memcached')
-rw-r--r-- | acct-group/memcached/memcached-0.ebuild | 8 | ||||
-rw-r--r-- | acct-group/memcached/metadata.xml | 11 |
2 files changed, 19 insertions, 0 deletions
diff --git a/acct-group/memcached/memcached-0.ebuild b/acct-group/memcached/memcached-0.ebuild new file mode 100644 index 000000000000..02291b5e7a48 --- /dev/null +++ b/acct-group/memcached/memcached-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=441 diff --git a/acct-group/memcached/metadata.xml b/acct-group/memcached/metadata.xml new file mode 100644 index 000000000000..39b1fee88e26 --- /dev/null +++ b/acct-group/memcached/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + Group for the memcached service + </longdescription> +</pkgmetadata> |