From: James Le Cuirot Date: Sun, 22 Mar 2020 21:38:50 +0000 (+0000) Subject: acct-user/usbmux: Add user for app-pda/usbmuxd X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5477449854d96a2f5d1a609fbb93786c12460422;p=gentoo.git 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 --- diff --git a/acct-user/usbmux/metadata.xml b/acct-user/usbmux/metadata.xml new file mode 100644 index 000000000000..7a38bb900964 --- /dev/null +++ b/acct-user/usbmux/metadata.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/acct-user/usbmux/usbmux-0.ebuild b/acct-user/usbmux/usbmux-0.ebuild new file mode 100644 index 000000000000..6607c1e3c5c8 --- /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