summaryrefslogtreecommitdiff
path: root/acct-user/mpd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-18 10:15:03 +0000
commitb284a3168fa91a038925d2ecf5e4791011ea5e7d (patch)
tree16fe44748708acacd909d4e2e160a09a7f6d936a /acct-user/mpd
parent77398e424e45d9e98c1cef3c43bdadb9d56e81ef (diff)
gentoo resync : 18.11.2019
Diffstat (limited to 'acct-user/mpd')
-rw-r--r--acct-user/mpd/Manifest2
-rw-r--r--acct-user/mpd/metadata.xml8
-rw-r--r--acct-user/mpd/mpd-0.ebuild13
3 files changed, 23 insertions, 0 deletions
diff --git a/acct-user/mpd/Manifest b/acct-user/mpd/Manifest
new file mode 100644
index 000000000000..e5d2207adaac
--- /dev/null
+++ b/acct-user/mpd/Manifest
@@ -0,0 +1,2 @@
+EBUILD mpd-0.ebuild 270 BLAKE2B 395b2f73cd697ad7098b89c36e6549c742f24519f4a958047b2d76f448b8f4f469cfdcef75a2508b3efc654a6ea3f326cb27de8cafbdffa6c634ad4c96ab7685 SHA512 f79f42ad40175958a293d4dd2c4a7475ccaa2b35a614ae3207a7f702eff4fe3de0783f74c1873970d2c9cdcd9d8c9794bf5a6f435b1bab308f2aceb57be82ac5
+MISC metadata.xml 247 BLAKE2B 94608f4bda5b60a090b18717a5d81d90defbb5e482043059dcb7a41d39a21b9192e6f58a1ebdb83cc8cfaa9fe85ced13c40e6e43c110e0e21b2cb6a36f6dc852 SHA512 1196d40f8c6a3b2e5d0c0590c2f56b53ead40ec8d9eb2c125094eb961b092558c51baa89f237fda24cf1050e85c78dd7419e1d217c2feceb32c6296990ac54c3
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zlogene@gentoo.org</email>
+ <name>Mikle Kolyada</name>
+ </maintainer>
+</pkgmetadata>
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