diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2020-08-30 15:41:03 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2020-08-30 16:05:00 +0300 |
commit | b6b86b1d0e539314769bce4c8957486da6466082 (patch) | |
tree | 782fb47c99575f19a092da6f4655cf4fbeedad1b /acct-user/oprofile | |
parent | acct-group/oprofile: add group for dev-util/oprofile (diff) | |
download | gentoo-b6b86b1d0e539314769bce4c8957486da6466082.tar.gz gentoo-b6b86b1d0e539314769bce4c8957486da6466082.tar.bz2 gentoo-b6b86b1d0e539314769bce4c8957486da6466082.zip |
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@gentoo.org>
Diffstat (limited to 'acct-user/oprofile')
-rw-r--r-- | acct-user/oprofile/metadata.xml | 8 | ||||
-rw-r--r-- | acct-user/oprofile/oprofile-0.ebuild | 12 |
2 files changed, 20 insertions, 0 deletions
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 @@ +<?xml version='1.0' encoding='UTF-8'?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bircoph@gentoo.org</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 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 |