From a796430ad9566538d796aff89efadda5c13f37ca Mon Sep 17 00:00:00 2001 From: Paul Healy Date: Mon, 30 May 2022 19:44:45 +0100 Subject: add acct-group oam Signed-off-by: Paul Healy --- acct-group/oam/Manifest | 1 + acct-group/oam/oam-0.ebuild | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 acct-group/oam/Manifest create mode 100644 acct-group/oam/oam-0.ebuild (limited to 'acct-group') diff --git a/acct-group/oam/Manifest b/acct-group/oam/Manifest new file mode 100644 index 0000000..67bc30b --- /dev/null +++ b/acct-group/oam/Manifest @@ -0,0 +1 @@ +EBUILD oam-0.ebuild 192 BLAKE2B 28f7016da15803decfa5ca55a7be342a2a2cdf4ab435f022bc9cfb406f53bab6531756dc5915b672fbf9a95ee7625b2fb5c2d9b6d4cc52722288ac2d25429f23 SHA512 8b3b150683fd39b4e38e87a5406c10c13f9d56875258719d1a7915cc5475556c7b9dd90bd571599bce1bc03ef3a3cc7b1d64b9482c291c5c1a4f3b824519d71d diff --git a/acct-group/oam/oam-0.ebuild b/acct-group/oam/oam-0.ebuild new file mode 100644 index 0000000..135490c --- /dev/null +++ b/acct-group/oam/oam-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="A group for app-oam/oam" + +ACCT_GROUP_ID="987" -- cgit v1.2.3-65-gdbad