Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitea/
Date: Wed, 01 Sep 2021 16:42:43
Message-Id: 1630514454.3826a6b790f1c329474ca3eb2da4a44a81dd43d9.williamh@gentoo
1 commit: 3826a6b790f1c329474ca3eb2da4a44a81dd43d9
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 1 16:12:21 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 1 16:40:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3826a6b7
7
8 www-apps/gitea: drop calls to go-module_pkg_postinst
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
12
13 www-apps/gitea/gitea-1.14.6.ebuild | 1 -
14 www-apps/gitea/gitea-9999.ebuild | 1 -
15 2 files changed, 2 deletions(-)
16
17 diff --git a/www-apps/gitea/gitea-1.14.6.ebuild b/www-apps/gitea/gitea-1.14.6.ebuild
18 index 1d1bb8c1ca9..51099cd019a 100644
19 --- a/www-apps/gitea/gitea-1.14.6.ebuild
20 +++ b/www-apps/gitea/gitea-1.14.6.ebuild
21 @@ -124,6 +124,5 @@ src_install() {
22
23 pkg_postinst() {
24 fcaps_pkg_postinst
25 - go-module_pkg_postinst
26 tmpfiles_process gitea.conf
27 }
28
29 diff --git a/www-apps/gitea/gitea-9999.ebuild b/www-apps/gitea/gitea-9999.ebuild
30 index aaa0a559fed..2aa2b3da3b0 100644
31 --- a/www-apps/gitea/gitea-9999.ebuild
32 +++ b/www-apps/gitea/gitea-9999.ebuild
33 @@ -117,6 +117,5 @@ src_install() {
34
35 pkg_postinst() {
36 fcaps_pkg_postinst
37 - go-module_pkg_postinst
38 tmpfiles_process gitea.conf
39 }