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 11ECF138359 for ; Tue, 15 Sep 2020 02:15:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A206E0841; Tue, 15 Sep 2020 02:15:08 +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 F1114E0841 for ; Tue, 15 Sep 2020 02:15:07 +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 5A7B3335D01 for ; Tue, 15 Sep 2020 02:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B871F35F for ; Tue, 15 Sep 2020 02:15:04 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1600136096.f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev 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: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d X-VCS-Branch: dev Date: Tue, 15 Sep 2020 02:15:04 +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: 8cc5bf77-5854-4810-b255-4f9556c7eb2c X-Archives-Hash: c3662d7a0f8262e14b89ca607c302bd7 commit: f92f74eb55c9c33dc4b9b9dd0f2fe8eac18d5e2d Author: Denis Reva gmail com> AuthorDate: Tue Sep 15 02:14:56 2020 +0000 Commit: Denis Reva gmail com> 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