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 2B669138359 for ; Tue, 15 Sep 2020 08:37:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78520E0957; Tue, 15 Sep 2020 08:37:35 +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 60407E0957 for ; Tue, 15 Sep 2020 08:37:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DE304340D74 for ; Tue, 15 Sep 2020 08:37:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33B94388 for ; Tue, 15 Sep 2020 08:37:30 +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: <1600136096.f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: www-apps/gogs/ X-VCS-Repository: repo/proj/guru X-VCS-Files: www-apps/gogs/gogs-0.12.1-r1.ebuild www-apps/gogs/gogs-0.12.1.ebuild X-VCS-Directories: www-apps/gogs/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d X-VCS-Branch: master Date: Tue, 15 Sep 2020 08:37:30 +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: 8a3dc438-6109-4a75-a1bd-d18d870902b8 X-Archives-Hash: 88f99f21ae015394f827f4c848eba320 commit: f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d Author: Denis Reva gmail com> AuthorDate: Tue Sep 15 02:14:56 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Sep 15 02:14:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f92f74eb www-apps/gogs: fixed OpenRC Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Denis Reva gmail.com> www-apps/gogs/{gogs-0.12.1.ebuild => gogs-0.12.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/gogs/gogs-0.12.1.ebuild b/www-apps/gogs/gogs-0.12.1-r1.ebuild similarity index 99% rename from www-apps/gogs/gogs-0.12.1.ebuild rename to www-apps/gogs/gogs-0.12.1-r1.ebuild index e1584b81..45ced5e0 100644 --- a/www-apps/gogs/gogs-0.12.1.ebuild +++ b/www-apps/gogs/gogs-0.12.1-r1.ebuild @@ -489,8 +489,8 @@ src_install() { # Prepare systemd init scripts and install it systemd_dounit "${FILESDIR}/systemd/${PN}.service" # Install OpenRC init files - doconfd "${FILESDIR}/gogs-confd" - doinitd "${FILESDIR}/gogs-initd" + newconfd "${FILESDIR}/gogs-confd" gogs + newinitd "${FILESDIR}/gogs-initd" gogs # Install HTTPS certs if use cert; then keepdir /etc/${PN}/https