commit:     5477449854d96a2f5d1a609fbb93786c12460422
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 22 21:38:50 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Mar 23 22:58:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54774498

acct-user/usbmux: Add user for app-pda/usbmuxd

Sorry for adding this as maintainer-needed. I don't wish to become the
maintainer for usbmuxd, I'm just fixing it up now.

Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 acct-user/usbmux/metadata.xml    |  5 +++++
 acct-user/usbmux/usbmux-0.ebuild | 12 ++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/acct-user/usbmux/metadata.xml b/acct-user/usbmux/metadata.xml
new file mode 100644
index 00000000000..7a38bb90096
--- /dev/null
+++ b/acct-user/usbmux/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <!-- maintainer-needed -->
+</pkgmetadata>

diff --git a/acct-user/usbmux/usbmux-0.ebuild b/acct-user/usbmux/usbmux-0.ebuild
new file mode 100644
index 00000000000..6607c1e3c5c
--- /dev/null
+++ b/acct-user/usbmux/usbmux-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="User for the usbmuxd daemon"
+ACCT_USER_ID=418
+ACCT_USER_GROUPS=( usb plugdev )
+
+acct-user_add_deps

Reply via email to