Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/surf/
Date: Thu, 07 Feb 2019 11:16:36
Message-Id: 1549538187.4ff50c05fb2a2fcb9e6232267d7360d79acdded1.jer@gentoo
1 commit: 4ff50c05fb2a2fcb9e6232267d7360d79acdded1
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 7 11:16:03 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 7 11:16:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff50c05
7
8 www-client/surf: Drop pkg_postinst()
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Closes: https://bugs.gentoo.org/589534
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 www-client/surf/surf-2.0.ebuild | 9 +--------
15 1 file changed, 1 insertion(+), 8 deletions(-)
16
17 diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
18 index 734ac2bd45d..02e1b0915dd 100644
19 --- a/www-client/surf/surf-2.0.ebuild
20 +++ b/www-client/surf/surf-2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -65,10 +65,3 @@ src_install() {
28
29 save_config config.h
30 }
31 -
32 -pkg_postinst() {
33 - if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then
34 - ewarn "Please correct the permissions of your \$HOME/.surf/ directory"
35 - ewarn "and its contents to no longer be world readable (see bug #404983)"
36 - fi
37 -}