commit: 0fb30e9f9abeacef70cbf31e5a9cc3dc5c5fb784 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Fri Aug 21 16:06:28 2020 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Fri Aug 21 18:05:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb30e9f
acct-group/sanlock: added Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> acct-group/sanlock/metadata.xml | 8 ++++++++ acct-group/sanlock/sanlock-0.ebuild | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/acct-group/sanlock/metadata.xml b/acct-group/sanlock/metadata.xml new file mode 100644 index 00000000000..ea6b59e7902 --- /dev/null +++ b/acct-group/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>[email protected]</email> + <name>Marc Schiffbauer</name> + </maintainer> +</pkgmetadata> diff --git a/acct-group/sanlock/sanlock-0.ebuild b/acct-group/sanlock/sanlock-0.ebuild new file mode 100644 index 00000000000..c0d196eb839 --- /dev/null +++ b/acct-group/sanlock/sanlock-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="shared storage lock manager" +ACCT_GROUP_ID=340
