From 9f0c381d174ef331f95f9eff487b904f0e1063c2 Mon Sep 17 00:00:00 2001 From: Jakov Smolic Date: Sat, 2 Jan 2021 21:16:29 +0100 Subject: acct-group/sms: Add group for smstools Signed-off-by: Jakov Smolic Signed-off-by: David Seifert --- acct-group/sms/metadata.xml | 8 ++++++++ acct-group/sms/sms-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 acct-group/sms/metadata.xml create mode 100644 acct-group/sms/sms-0.ebuild (limited to 'acct-group') diff --git a/acct-group/sms/metadata.xml b/acct-group/sms/metadata.xml new file mode 100644 index 000000000000..1a06e96ebdc7 --- /dev/null +++ b/acct-group/sms/metadata.xml @@ -0,0 +1,8 @@ + + + + + chainsaw@gentoo.org + Tony Vroon + + diff --git a/acct-group/sms/sms-0.ebuild b/acct-group/sms/sms-0.ebuild new file mode 100644 index 000000000000..dea788cbae76 --- /dev/null +++ b/acct-group/sms/sms-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=359 -- cgit v1.2.3-65-gdbad