From 40b84bb44222f9e8caac1ab16feb17e8169afff6 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Fri, 23 Aug 2019 22:16:49 +0300 Subject: acct-group/slurm: Add slurm group Package-Manager: Portage-2.3.72, Repoman-2.3.17 RepoMan-Options: --force Signed-off-by: Alexey Shvetsov --- acct-group/slurm/metadata.xml | 12 ++++++++++++ acct-group/slurm/slurm-0.ebuild | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 acct-group/slurm/metadata.xml create mode 100644 acct-group/slurm/slurm-0.ebuild (limited to 'acct-group') diff --git a/acct-group/slurm/metadata.xml b/acct-group/slurm/metadata.xml new file mode 100644 index 000000000000..afbbd16e7d0d --- /dev/null +++ b/acct-group/slurm/metadata.xml @@ -0,0 +1,12 @@ + + + + + alexxy@gentoo.org + Alexey Shvetsov + + + cluster@gentoo.org + Gentoo Cluster Project + + diff --git a/acct-group/slurm/slurm-0.ebuild b/acct-group/slurm/slurm-0.ebuild new file mode 100644 index 000000000000..c8d99c3b266d --- /dev/null +++ b/acct-group/slurm/slurm-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for the slurm - Highly Scalable Resource Manager" +ACCT_GROUP_ID=400 -- cgit v1.2.3-65-gdbad