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 5B476138359 for ; Fri, 11 Sep 2020 16:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81761E0937; Fri, 11 Sep 2020 16:51:24 +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 6A724E0937 for ; Fri, 11 Sep 2020 16:51:24 +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 78941340D39 for ; Fri, 11 Sep 2020 16:51:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7368E36A for ; Fri, 11 Sep 2020 16:51:20 +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: <1599743091.50f7dc4332b960c5a58e65f0845dcb7eb4caa2d2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/gogs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: acct-user/gogs/gogs-0.ebuild acct-user/gogs/metadata.xml X-VCS-Directories: acct-user/gogs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 50f7dc4332b960c5a58e65f0845dcb7eb4caa2d2 X-VCS-Branch: master Date: Fri, 11 Sep 2020 16:51:20 +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: d1837c9d-bdc2-490e-8a75-12ab68cf8fb9 X-Archives-Hash: e6fce762df062191c112995f754f96fd commit: 50f7dc4332b960c5a58e65f0845dcb7eb4caa2d2 Author: Denis Reva gmail com> AuthorDate: Thu Sep 10 13:04:51 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Sep 10 13:04:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50f7dc43 acct-user/gogs: user for www-apps/gogs Nothing special about it. Maybe it should not use git group. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Denis Reva gmail.com> acct-user/gogs/gogs-0.ebuild | 19 +++++++++++++++++++ acct-user/gogs/metadata.xml | 9 +++++++++ 2 files changed, 28 insertions(+) diff --git a/acct-user/gogs/gogs-0.ebuild b/acct-user/gogs/gogs-0.ebuild new file mode 100644 index 00000000..f66ad0c6 --- /dev/null +++ b/acct-user/gogs/gogs-0.ebuild @@ -0,0 +1,19 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit acct-user + +DESCRIPTION="www-apps/gogs user" + +ACCT_USER_ID=197 #Following git user; Change if there are conflicts +ACCT_USER_HOME_OWNER=gogs:git +ACCT_USER_HOME_PERMS=750 +ACCT_USER_SHELL=/bin/sh +ACCT_USER_GROUPS=( git ) +ACCT_USER_HOME=/var/lib/gogs +APP_DIR=/usr/share/gogs +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +acct-user_add_deps diff --git a/acct-user/gogs/metadata.xml b/acct-user/gogs/metadata.xml new file mode 100644 index 00000000..8284f309 --- /dev/null +++ b/acct-user/gogs/metadata.xml @@ -0,0 +1,9 @@ + + + + + denis7774@gmail.com + Denis Reva + RarogCmex + +