Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg/
Date: Mon, 07 Sep 2020 12:31:51
Message-Id: 1599481902.d810769edc28621d5309cc24b6dcb1ec22152752.zlogene@gentoo
1 commit: d810769edc28621d5309cc24b6dcb1ec22152752
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 7 12:30:25 2020 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 7 12:31:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d810769e
7
8 app-crypt/gnupg: remove postinst
9
10 Everything can be found in the documentation now
11
12 Closes: https://bugs.gentoo.org/740402
13 Package-Manager: Portage-3.0.4, Repoman-2.3.23
14 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
15
16 app-crypt/gnupg/gnupg-2.2.20-r1.ebuild | 6 ------
17 app-crypt/gnupg/gnupg-2.2.23.ebuild | 6 ------
18 2 files changed, 12 deletions(-)
19
20 diff --git a/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild b/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild
21 index 248abe46da5..a043aa8cc78 100644
22 --- a/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild
23 +++ b/app-crypt/gnupg/gnupg-2.2.20-r1.ebuild
24 @@ -157,9 +157,3 @@ src_install() {
25
26 systemd_douserunit doc/examples/systemd-user/*.{service,socket}
27 }
28 -
29 -pkg_postinst() {
30 - elog "See https://wiki.gentoo.org/wiki/GnuPG for documentation on gnupg"
31 - elog
32 - elog "If you wish to use 'gpg-wks-client --send', you must install an MTA!"
33 -}
34
35 diff --git a/app-crypt/gnupg/gnupg-2.2.23.ebuild b/app-crypt/gnupg/gnupg-2.2.23.ebuild
36 index 10dd1e9eb42..f92302d2fa9 100644
37 --- a/app-crypt/gnupg/gnupg-2.2.23.ebuild
38 +++ b/app-crypt/gnupg/gnupg-2.2.23.ebuild
39 @@ -156,9 +156,3 @@ src_install() {
40
41 systemd_douserunit doc/examples/systemd-user/*.{service,socket}
42 }
43 -
44 -pkg_postinst() {
45 - elog "See https://wiki.gentoo.org/wiki/GnuPG for documentation on gnupg"
46 - elog
47 - elog "If you wish to use 'gpg-wks-client --send', you must install an MTA!"
48 -}