From: Mikle Kolyada Date: Sun, 10 Nov 2019 16:21:20 +0000 (+0300) Subject: acct-user/mpd: initial commit X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c37db87dbae062850c5e057f7d8f7816388ca19;p=gentoo.git acct-user/mpd: initial commit Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/acct-user/mpd/metadata.xml b/acct-user/mpd/metadata.xml new file mode 100644 index 000000000000..6698a4ab7883 --- /dev/null +++ b/acct-user/mpd/metadata.xml @@ -0,0 +1,8 @@ + + + + + zlogene@gentoo.org + Mikle Kolyada + + diff --git a/acct-user/mpd/mpd-0.ebuild b/acct-user/mpd/mpd-0.ebuild new file mode 100644 index 000000000000..b9c2622ec17e --- /dev/null +++ b/acct-user/mpd/mpd-0.ebuild @@ -0,0 +1,13 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="An user for music player daemon (mpd)" +ACCT_USER_ID=45 +ACCT_USER_HOME=/var/lib/mpd +ACCT_USER_GROUPS=( audio ) + +acct-user_add_deps