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 F0D0E1382C5 for ; Tue, 15 Dec 2020 03:58:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 167F1E0922; Tue, 15 Dec 2020 03:58:54 +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 CBB78E0922 for ; Tue, 15 Dec 2020 03:58:53 +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 DF38A340F96 for ; Tue, 15 Dec 2020 03:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9679453 for ; Tue, 15 Dec 2020 03:58:51 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1608004388.5c23645a1cff7dfd2865639e3a0575542d31ddca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/gitea/gitea-9999.ebuild X-VCS-Directories: www-apps/gitea/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c23645a1cff7dfd2865639e3a0575542d31ddca X-VCS-Branch: master Date: Tue, 15 Dec 2020 03:58:51 +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: 3e435521-e663-4488-8b92-2a4d9bbe90e1 X-Archives-Hash: f0813c481c687b0c3883efd0e7fae1ae commit: 5c23645a1cff7dfd2865639e3a0575542d31ddca Author: Pierre-Olivier Mercier nemunai re> AuthorDate: Tue Dec 8 08:59:31 2020 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 15 03:53:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c23645a www-apps/gitea: keep gitea-9999 sync with gitea-1.x.y Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Pierre-Olivier Mercier nemunai.re> Signed-off-by: Sam James gentoo.org> www-apps/gitea/gitea-9999.ebuild | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www-apps/gitea/gitea-9999.ebuild b/www-apps/gitea/gitea-9999.ebuild index 672af6461ca..b92bde68e9a 100644 --- a/www-apps/gitea/gitea-9999.ebuild +++ b/www-apps/gitea/gitea-9999.ebuild @@ -39,6 +39,9 @@ FILECAPS=( cap_net_bind_service+ep usr/bin/gitea ) +RESTRICT="test" +QA_PRESTRIPPED="usr/bin/gitea" + src_prepare() { default @@ -114,3 +117,9 @@ src_install() { keepdir /var/log/gitea fi } + +pkg_postinst() { + fcaps_pkg_postinst + go-module_pkg_postinst + tmpfiles_process gitea.conf +}