Skip to content

Commit

Permalink
www-apps/gitea: keep gitea-9999 sync with gitea-1.x.y
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Pierre-Olivier Mercier <[email protected]>
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
nemunaire authored and thesamesam committed Dec 15, 2020
1 parent 17f2943 commit 5c23645
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions www-apps/gitea/gitea-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ FILECAPS=(
cap_net_bind_service+ep usr/bin/gitea
)

RESTRICT="test"
QA_PRESTRIPPED="usr/bin/gitea"

src_prepare() {
default

Expand Down Expand Up @@ -114,3 +117,9 @@ src_install() {
keepdir /var/log/gitea
fi
}

pkg_postinst() {
fcaps_pkg_postinst
go-module_pkg_postinst
tmpfiles_process gitea.conf
}

0 comments on commit 5c23645

Please sign in to comment.