From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED76E1382C5 for ; Mon, 19 Feb 2018 17:24:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 004EEE0BC1; Mon, 19 Feb 2018 17:24:36 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D0B43E0BC1 for ; Mon, 19 Feb 2018 17:24:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 76858335C0C for ; Mon, 19 Feb 2018 17:24:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02CDA78 for ; Mon, 19 Feb 2018 17:24:33 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1519061043.556b10bcc04e1c3f71fe5d757bfbd3788757874f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/emacs-common-gentoo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild X-VCS-Directories: app-emacs/emacs-common-gentoo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 556b10bcc04e1c3f71fe5d757bfbd3788757874f X-VCS-Branch: master Date: Mon, 19 Feb 2018 17:24:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eaf54316-82ce-4418-9b8c-8581a9020f19 X-Archives-Hash: d7757da3a00b86a23d2a6547cddbe84f commit: 556b10bcc04e1c3f71fe5d757bfbd3788757874f Author: Ulrich Müller gentoo org> AuthorDate: Mon Feb 19 17:23:36 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Feb 19 17:24:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556b10bc app-emacs/emacs-common-gentoo: Drop old backwards compatibility code. Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emacs/emacs-common-gentoo/emacs-common-gentoo-1.6-r1.ebuild | 7 ------- 1 file changed, 7 deletions(-) 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 a24874151b9..96ba1d744c3 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 }