Gentoo Archives: gentoo-commits

From: Denis Reva <denis7774@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: www-apps/gogs/
Date: Tue, 15 Sep 2020 02:15:09
Message-Id: 1600136096.f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d.RarogCmex@gentoo
1 commit: f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d
2 Author: Denis Reva <denis7774 <AT> gmail <DOT> com>
3 AuthorDate: Tue Sep 15 02:14:56 2020 +0000
4 Commit: Denis Reva <denis7774 <AT> gmail <DOT> com>
5 CommitDate: Tue Sep 15 02:14:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f92f74eb
7
8 www-apps/gogs: fixed OpenRC
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Denis Reva <denis7774 <AT> gmail.com>
12
13 www-apps/gogs/{gogs-0.12.1.ebuild => gogs-0.12.1-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/www-apps/gogs/gogs-0.12.1.ebuild b/www-apps/gogs/gogs-0.12.1-r1.ebuild
17 similarity index 99%
18 rename from www-apps/gogs/gogs-0.12.1.ebuild
19 rename to www-apps/gogs/gogs-0.12.1-r1.ebuild
20 index e1584b81..45ced5e0 100644
21 --- a/www-apps/gogs/gogs-0.12.1.ebuild
22 +++ b/www-apps/gogs/gogs-0.12.1-r1.ebuild
23 @@ -489,8 +489,8 @@ src_install() {
24 # Prepare systemd init scripts and install it
25 systemd_dounit "${FILESDIR}/systemd/${PN}.service"
26 # Install OpenRC init files
27 - doconfd "${FILESDIR}/gogs-confd"
28 - doinitd "${FILESDIR}/gogs-initd"
29 + newconfd "${FILESDIR}/gogs-confd" gogs
30 + newinitd "${FILESDIR}/gogs-initd" gogs
31 # Install HTTPS certs
32 if use cert; then
33 keepdir /etc/${PN}/https