From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6D47A138334 for ; Sun, 15 Dec 2019 07:50:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83576E0884; Sun, 15 Dec 2019 07:50:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BEE8E0884 for ; Sun, 15 Dec 2019 07:50:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 863B034D8AE for ; Sun, 15 Dec 2019 07:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8638A1 for ; Sun, 15 Dec 2019 07:50:38 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1576396150.82cfcdc7e555d0d8356a2358d0c33e5ff024464e.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/munin/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/munin/metadata.xml acct-group/munin/munin-0.ebuild X-VCS-Directories: acct-group/munin/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 82cfcdc7e555d0d8356a2358d0c33e5ff024464e X-VCS-Branch: master Date: Sun, 15 Dec 2019 07:50:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dd96e606-0688-4287-9c2f-046282b28936 X-Archives-Hash: 70b86cdff947b45c0a07604e3effc1f5 commit: 82cfcdc7e555d0d8356a2358d0c33e5ff024464e Author: Hans de Graaff gentoo org> AuthorDate: Tue Dec 3 08:21:49 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Dec 15 07:49:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82cfcdc7 acct-group/munin: add munin group Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --force Signed-off-by: Hans de Graaff gentoo.org> acct-group/munin/metadata.xml | 12 ++++++++++++ acct-group/munin/munin-0.ebuild | 8 ++++++++ 2 files changed, 20 insertions(+) diff --git a/acct-group/munin/metadata.xml b/acct-group/munin/metadata.xml new file mode 100644 index 00000000000..355836725eb --- /dev/null +++ b/acct-group/munin/metadata.xml @@ -0,0 +1,12 @@ + + + + + sysadmin@gentoo.org + Gentoo Sysadmin Project + + + graaff@gentoo.org + Hans de Graaff + + diff --git a/acct-group/munin/munin-0.ebuild b/acct-group/munin/munin-0.ebuild new file mode 100644 index 00000000000..1cf70754606 --- /dev/null +++ b/acct-group/munin/munin-0.ebuild @@ -0,0 +1,8 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +ACCT_GROUP_ID=177