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 50B08138335 for ; Thu, 26 Dec 2019 21:47:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3C05E0A9A; Thu, 26 Dec 2019 21:47:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 CDA17E0A9A for ; Thu, 26 Dec 2019 21:47:19 +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 D33DA34DBD1 for ; Thu, 26 Dec 2019 21:47:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 492DB35 for ; Thu, 26 Dec 2019 21:47:16 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1577286828.64064bb8a9eb4751eda056005a357e1d368f4a1c.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: acct-group/redis/ X-VCS-Repository: repo/gentoo X-VCS-Files: acct-group/redis/metadata.xml acct-group/redis/redis-0.ebuild X-VCS-Directories: acct-group/redis/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 64064bb8a9eb4751eda056005a357e1d368f4a1c X-VCS-Branch: master Date: Thu, 26 Dec 2019 21:47:16 +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: f74d4601-7bac-46e8-ac10-d10f5f827b05 X-Archives-Hash: 06af7769463f39908f8e72585c7c30f7 commit: 64064bb8a9eb4751eda056005a357e1d368f4a1c Author: Tomáš Mózes gmail com> AuthorDate: Tue Nov 12 09:02:43 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Wed Dec 25 15:13:48 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64064bb8 acct-group/redis: new group package for GID 75 Signed-off-by: Tomáš Mózes gmail.com> acct-group/redis/metadata.xml | 7 +++++++ acct-group/redis/redis-0.ebuild | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/acct-group/redis/metadata.xml b/acct-group/redis/metadata.xml new file mode 100644 index 00000000000..ee74e58c037 --- /dev/null +++ b/acct-group/redis/metadata.xml @@ -0,0 +1,7 @@ + + + + + robbat2@gentoo.org + + diff --git a/acct-group/redis/redis-0.ebuild b/acct-group/redis/redis-0.ebuild new file mode 100644 index 00000000000..272255cb137 --- /dev/null +++ b/acct-group/redis/redis-0.ebuild @@ -0,0 +1,9 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +DESCRIPTION="Redis program group" +ACCT_GROUP_ID=75