commit:     9701eb1af7625d2dad8c349eb9ff69c88ad63549
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 16:07:22 2020 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 18:05:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9701eb1a

acct-user/sanlock: added

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 acct-user/sanlock/metadata.xml     |  8 ++++++++
 acct-user/sanlock/sanlock-0.ebuild | 13 +++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/acct-user/sanlock/metadata.xml b/acct-user/sanlock/metadata.xml
new file mode 100644
index 00000000000..ea6b59e7902
--- /dev/null
+++ b/acct-user/sanlock/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>msch...@gentoo.org</email>
+               <name>Marc Schiffbauer</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/acct-user/sanlock/sanlock-0.ebuild 
b/acct-user/sanlock/sanlock-0.ebuild
new file mode 100644
index 00000000000..839e34bd9bc
--- /dev/null
+++ b/acct-user/sanlock/sanlock-0.ebuild
@@ -0,0 +1,13 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit acct-user
+
+DESCRIPTION="shared storage lock manager"
+ACCT_USER_ID=340
+ACCT_USER_HOME=/dev/null
+ACCT_USER_GROUPS=( ${PN} disk )
+
+acct-user_add_deps

Reply via email to