From ed554b3a00c8009e6a4a0f4e0c0e26de4d5a4631 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Wed, 6 May 2020 23:16:45 +0300 Subject: [PATCH] acct-group/tsm: Add for app-backup/tsm MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas K. Hüttel --- acct-group/tsm/metadata.xml | 8 ++++++++ acct-group/tsm/tsm-0.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100644 acct-group/tsm/metadata.xml create mode 100644 acct-group/tsm/tsm-0.ebuild diff --git a/acct-group/tsm/metadata.xml b/acct-group/tsm/metadata.xml new file mode 100644 index 000000000000..80a71f597854 --- /dev/null +++ b/acct-group/tsm/metadata.xml @@ -0,0 +1,8 @@ + + + + + dilfridge@gentoo.org + Andreas K. Huettel + + diff --git a/acct-group/tsm/tsm-0.ebuild b/acct-group/tsm/tsm-0.ebuild new file mode 100644 index 000000000000..117a3a3bde45 --- /dev/null +++ b/acct-group/tsm/tsm-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=465 -- 2.26.2