commit: b6b86b1d0e539314769bce4c8957486da6466082 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Sun Aug 30 12:41:03 2020 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Sun Aug 30 13:05:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6b86b1d
acct-user/oprofile: add user for dev-util/oprofile Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> acct-user/oprofile/metadata.xml | 8 ++++++++ acct-user/oprofile/oprofile-0.ebuild | 12 ++++++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-user/oprofile/metadata.xml b/acct-user/oprofile/metadata.xml new file mode 100644 index 00000000000..45c8b6c75c9 --- /dev/null +++ b/acct-user/oprofile/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>[email protected]</email> + <name>Andrew Savchenko</name> + </maintainer> +</pkgmetadata> diff --git a/acct-user/oprofile/oprofile-0.ebuild b/acct-user/oprofile/oprofile-0.ebuild new file mode 100644 index 00000000000..2a7a5bafe18 --- /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
