From: Ulrich Müller Date: Mon, 19 Feb 2018 17:23:36 +0000 (+0100) Subject: app-emacs/emacs-common-gentoo: Drop old backwards compatibility code. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=556b10bcc04e1c3f71fe5d757bfbd3788757874f;p=gentoo.git app-emacs/emacs-common-gentoo: Drop old backwards compatibility code. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild index a24874151b91..96ba1d744c33 100644 --- a/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild +++ b/app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild @@ -87,13 +87,6 @@ pkg_preinst() { chgrp gamestat "${ED}${f}" || die chmod g+w "${ED}${f}" || die done - - if has 1.4-r1 ${REPLACING_VERSIONS} \ - && [[ -d ${EROOT}/var/games/emacs ]]; then - elog "Updating owner and permissions of score file directory." - chown 0:gamestat "${EROOT}"/var/games/emacs || die - chmod 775 "${EROOT}"/var/games/emacs || die - fi fi }