Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 3/9] app-misc/pet: drop calls to go-module_pkg_postinst
Date: Sun, 29 Aug 2021 16:35:20
Message-Id: 20210829163326.32554-4-williamh@gentoo.org
In Reply to: [gentoo-dev] [PATCH 0/9] drop the go-module_pkg_postinst function by William Hubbs
1 Package-Manager: Portage-3.0.20, Repoman-3.0.3
2 Signed-off-by: William Hubbs <williamh@g.o>
3 ---
4 app-misc/pet/pet-0.3.6-r1.ebuild | 4 +---
5 1 file changed, 1 insertion(+), 3 deletions(-)
6
7 diff --git a/app-misc/pet/pet-0.3.6-r1.ebuild b/app-misc/pet/pet-0.3.6-r1.ebuild
8 index 09f5ee655f7..4beff9649cc 100644
9 --- a/app-misc/pet/pet-0.3.6-r1.ebuild
10 +++ b/app-misc/pet/pet-0.3.6-r1.ebuild
11 @@ -1,4 +1,4 @@
12 -# Copyright 1999-2020 Gentoo Authors
13 +# Copyright 1999-2021 Gentoo Authors
14 # Distributed under the terms of the GNU General Public License v2
15
16 EAPI=7
17 @@ -78,8 +78,6 @@ src_install() {
18 }
19
20 pkg_postinst() {
21 - go-module_pkg_postinst
22 -
23 if ! has_version app-shells/peco && ! has_version app-shells/fzf ; then
24 einfo "You should consider to install app-shells/peco or"
25 einfo "app-shells/fzf to be able to use selector command"
26 --
27 2.31.1