From b6b86b1d0e539314769bce4c8957486da6466082 Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Sun, 30 Aug 2020 15:41:03 +0300 Subject: acct-user/oprofile: add user for dev-util/oprofile Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andrew Savchenko --- acct-user/oprofile/metadata.xml | 8 ++++++++ acct-user/oprofile/oprofile-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-user/oprofile/metadata.xml create mode 100644 acct-user/oprofile/oprofile-0.ebuild (limited to 'acct-user/oprofile') diff --git a/acct-user/oprofile/metadata.xml b/acct-user/oprofile/metadata.xml new file mode 100644 index 000000000000..45c8b6c75c93 --- /dev/null +++ b/acct-user/oprofile/metadata.xml @@ -0,0 +1,8 @@ + + + + + bircoph@gentoo.org + Andrew Savchenko + + diff --git a/acct-user/oprofile/oprofile-0.ebuild b/acct-user/oprofile/oprofile-0.ebuild new file mode 100644 index 000000000000..2a7a5bafe18d --- /dev/null +++ b/acct-user/oprofile/oprofile-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="A user for dev-util/oprofile JIT code processing" +ACCT_USER_ID=492 +ACCT_USER_GROUPS=( ${PN} ) + +acct-user_add_deps -- cgit v1.2.3-65-gdbad