From 5e27e46f7b831b33e62c7b3b109be2d75c8e37ca Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Sun, 13 Jun 2021 14:08:46 +0200 Subject: acct-group/zeppelin: initial import. Bug: https://bugs.gentoo.org/781533 Signed-off-by: Patrice Clement --- acct-group/zeppelin/metadata.xml | 11 +++++++++++ acct-group/zeppelin/zeppelin-0-r1.ebuild | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 acct-group/zeppelin/metadata.xml create mode 100644 acct-group/zeppelin/zeppelin-0-r1.ebuild (limited to 'acct-group/zeppelin') diff --git a/acct-group/zeppelin/metadata.xml b/acct-group/zeppelin/metadata.xml new file mode 100644 index 000000000000..0eff2a7f1d17 --- /dev/null +++ b/acct-group/zeppelin/metadata.xml @@ -0,0 +1,11 @@ + + + + + monsieurp@gentoo.org + Patrice Clement + + + apache/zeppelin + + diff --git a/acct-group/zeppelin/zeppelin-0-r1.ebuild b/acct-group/zeppelin/zeppelin-0-r1.ebuild new file mode 100644 index 000000000000..d65d1aed6485 --- /dev/null +++ b/acct-group/zeppelin/zeppelin-0-r1.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Group for system-wide www-apps/zeppelin-bin" +ACCT_GROUP_ID=224 -- cgit v1.2.3-65-gdbad