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 1B83E139347 for ; Fri, 9 Jul 2021 22:37:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72CC3E0B94; Fri, 9 Jul 2021 22:37:00 +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 5A6F0E0B92 for ; Fri, 9 Jul 2021 22:37:00 +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 69EA7342C04 for ; Fri, 9 Jul 2021 22:36:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D47F7D5 for ; Fri, 9 Jul 2021 22:36:56 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1625870196.c31a81e30f122f74cd67f451c9a9af69573e55bd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/nut/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/nut/metadata.xml acct-group/nut/nut-0.ebuild X-VCS-Directories: acct-group/nut/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: c31a81e30f122f74cd67f451c9a9af69573e55bd X-VCS-Branch: master Date: Fri, 9 Jul 2021 22:36:56 +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: d62cb38b-f3bd-4e24-a9e9-06641368a25a X-Archives-Hash: 1348ae74b4c9a1ebd40da5de02eff2b0 commit: c31a81e30f122f74cd67f451c9a9af69573e55bd Author: Conrad Kostecki gentoo org> AuthorDate: Fri Jul 9 22:19:15 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jul 9 22:36:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c31a81e3 acct-group/nut: add group (84) for sys-power/nut Bug: https://bugs.gentoo.org/781509 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Conrad Kostecki gentoo.org> acct-group/nut/metadata.xml | 8 ++++++++ acct-group/nut/nut-0.ebuild | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/acct-group/nut/metadata.xml b/acct-group/nut/metadata.xml new file mode 100644 index 00000000000..4073267daf2 --- /dev/null +++ b/acct-group/nut/metadata.xml @@ -0,0 +1,8 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + diff --git a/acct-group/nut/nut-0.ebuild b/acct-group/nut/nut-0.ebuild new file mode 100644 index 00000000000..e54ff264720 --- /dev/null +++ b/acct-group/nut/nut-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 the Network-UPS Tools" + +ACCT_GROUP_ID="84"