app-emacs/emacs-common-gentoo: Drop old backwards compatibility code.
authorUlrich Müller <ulm@gentoo.org>
Mon, 19 Feb 2018 17:23:36 +0000 (18:23 +0100)
committerUlrich Müller <ulm@gentoo.org>
Mon, 19 Feb 2018 17:24:03 +0000 (18:24 +0100)
Package-Manager: Portage-2.3.24, Repoman-2.3.6

app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild

index a24874151b913fa0c075a4f6761293c7737f07e4..96ba1d744c332574916520ee96163bc1eb9b10a8 100644 (file)
@@ -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
 }