summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-02-07 12:16:03 +0100
committerJeroen Roovers <jer@gentoo.org>2019-02-07 12:16:27 +0100
commit4ff50c05fb2a2fcb9e6232267d7360d79acdded1 (patch)
tree3763b587ebc6502a7a5d3a68ae7c9172186f6fcd /www-client/surf
parentwww-client/surf: Drop net-libs/libsoup dependency (diff)
downloadgentoo-4ff50c05fb2a2fcb9e6232267d7360d79acdded1.tar.gz
gentoo-4ff50c05fb2a2fcb9e6232267d7360d79acdded1.tar.bz2
gentoo-4ff50c05fb2a2fcb9e6232267d7360d79acdded1.zip
www-client/surf: Drop pkg_postinst()
Package-Manager: Portage-2.3.59, Repoman-2.3.12 Closes: https://bugs.gentoo.org/589534 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'www-client/surf')
-rw-r--r--www-client/surf/surf-2.0.ebuild9
1 files changed, 1 insertions, 8 deletions
diff --git a/www-client/surf/surf-2.0.ebuild b/www-client/surf/surf-2.0.ebuild
index 734ac2bd45d7..02e1b0915dd5 100644
--- a/www-client/surf/surf-2.0.ebuild
+++ b/www-client/surf/surf-2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -65,10 +65,3 @@ src_install() {
save_config config.h
}
-
-pkg_postinst() {
- if [[ ${REPLACING_VERSIONS} ]] && [[ ${REPLACING_VERSIONS} < 0.4.1-r1 ]]; then
- ewarn "Please correct the permissions of your \$HOME/.surf/ directory"
- ewarn "and its contents to no longer be world readable (see bug #404983)"
- fi
-}