diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2020-08-30 15:30:32 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2020-08-30 16:04:55 +0300 |
commit | a3ec7fa15592fd37a1c0e57eb21b5cccabf90694 (patch) | |
tree | 42a531cebd863fe30adc491d8299b9b4342e024b /acct-group | |
parent | dev-perl/File-LibMagic: Bump to version 1.230.0 (diff) | |
download | gentoo-a3ec7fa15592fd37a1c0e57eb21b5cccabf90694.tar.gz gentoo-a3ec7fa15592fd37a1c0e57eb21b5cccabf90694.tar.bz2 gentoo-a3ec7fa15592fd37a1c0e57eb21b5cccabf90694.zip |
acct-group/oprofile: add group 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-group')
-rw-r--r-- | acct-group/oprofile/metadata.xml | 8 | ||||
-rw-r--r-- | acct-group/oprofile/oprofile-0.ebuild | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/acct-group/oprofile/metadata.xml b/acct-group/oprofile/metadata.xml new file mode 100644 index 000000000000..45c8b6c75c93 --- /dev/null +++ b/acct-group/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-group/oprofile/oprofile-0.ebuild b/acct-group/oprofile/oprofile-0.ebuild new file mode 100644 index 000000000000..2b203421271c --- /dev/null +++ b/acct-group/oprofile/oprofile-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for dev-util/oprofile JIT code processing" +ACCT_GROUP_ID=492 |