Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: acct-user/gogs/
Date: Sat, 17 Apr 2021 20:05:53
Message-Id: 1618689752.8db0312733ae88013dc846b1ba22995661092efb.andrewammerlaan@gentoo
1 commit: 8db0312733ae88013dc846b1ba22995661092efb
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Apr 17 20:02:32 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Apr 17 20:02:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8db03127
7
8 acct-user/gogs: set ID to -1
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 acct-user/gogs/{gogs-1.ebuild => gogs-1-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/acct-user/gogs/gogs-1.ebuild b/acct-user/gogs/gogs-1-r1.ebuild
17 similarity index 78%
18 rename from acct-user/gogs/gogs-1.ebuild
19 rename to acct-user/gogs/gogs-1-r1.ebuild
20 index 4186a5b1b..d8964244b 100644
21 --- a/acct-user/gogs/gogs-1.ebuild
22 +++ b/acct-user/gogs/gogs-1-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 2020 Gentoo Authors
25 +# Copyright 2020-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=7
29 @@ -7,7 +7,7 @@ inherit acct-user
30
31 DESCRIPTION="www-apps/gogs user"
32
33 -ACCT_USER_ID=197 #Following git user; Change if there are conflicts
34 +ACCT_USER_ID=-1
35 ACCT_USER_HOME_OWNER=gogs:git
36 ACCT_USER_HOME_PERMS=750
37 ACCT_USER_SHELL=/bin/bash