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 74D4113835D for ; Thu, 28 May 2020 11:06:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7FC3E0867; Thu, 28 May 2020 11:06:14 +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 9D7B5E0867 for ; Thu, 28 May 2020 11:06:14 +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 806D834EF26 for ; Thu, 28 May 2020 11:06:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27ABC270 for ; Thu, 28 May 2020 11:06:12 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1590637711.c926c7c1436a196e9e5d4c30d5222760a3618430.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/gemini/, acct-group/gemini/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-group/gemini/gemini-0.ebuild acct-group/gemini/metadata.xml acct-user/gemini/gemini-0.ebuild acct-user/gemini/metadata.xml X-VCS-Directories: acct-group/gemini/ acct-user/gemini/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c926c7c1436a196e9e5d4c30d5222760a3618430 X-VCS-Branch: master Date: Thu, 28 May 2020 11:06:12 +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: b0ee919e-c77d-48e3-9298-8ffc25ab64af X-Archives-Hash: 7d53755d759f50c8b728b2fba64dc3c6 commit: c926c7c1436a196e9e5d4c30d5222760a3618430 Author: Ronny (tastytea) Gutbrod tastytea de> AuthorDate: Thu May 28 03:41:34 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu May 28 03:48:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c926c7c1 acct-user/gemini, acct-group/gemini: New user/group. For net-misc/gemserv and other gemini servers. Signed-off-by: Ronny (tastytea) Gutbrod tastytea.de> acct-group/gemini/gemini-0.ebuild | 10 ++++++++++ acct-group/gemini/metadata.xml | 8 ++++++++ acct-user/gemini/gemini-0.ebuild | 14 ++++++++++++++ acct-user/gemini/metadata.xml | 8 ++++++++ 4 files changed, 40 insertions(+) diff --git a/acct-group/gemini/gemini-0.ebuild b/acct-group/gemini/gemini-0.ebuild new file mode 100644 index 0000000..3502881 --- /dev/null +++ b/acct-group/gemini/gemini-0.ebuild @@ -0,0 +1,10 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-group + +KEYWORDS="~amd64" + +ACCT_GROUP_ID=-1 diff --git a/acct-group/gemini/metadata.xml b/acct-group/gemini/metadata.xml new file mode 100644 index 0000000..5533c93 --- /dev/null +++ b/acct-group/gemini/metadata.xml @@ -0,0 +1,8 @@ + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + + diff --git a/acct-user/gemini/gemini-0.ebuild b/acct-user/gemini/gemini-0.ebuild new file mode 100644 index 0000000..390a1e4 --- /dev/null +++ b/acct-user/gemini/gemini-0.ebuild @@ -0,0 +1,14 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="User for gemini daemon" +KEYWORDS="~amd64" + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( gemini ) + +acct-user_add_deps diff --git a/acct-user/gemini/metadata.xml b/acct-user/gemini/metadata.xml new file mode 100644 index 0000000..5533c93 --- /dev/null +++ b/acct-user/gemini/metadata.xml @@ -0,0 +1,8 @@ + + + + + gentoo@tastytea.de + Ronny (tastytea) Gutbrod + +