From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 084031391DB for ; Sun, 16 Mar 2014 16:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18D02E0A59; Sun, 16 Mar 2014 16:46:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 721CAE0729 for ; Sun, 16 Mar 2014 16:46:37 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 999D433FA9A for ; Sun, 16 Mar 2014 16:46:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 40DEC188EB for ; Sun, 16 Mar 2014 16:46:34 +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: <1394987111.8faa428a1c186740e35f0817b6880200d871d4f6.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: app-editors/emacs/ X-VCS-Repository: proj/emacs X-VCS-Files: app-editors/emacs/ChangeLog app-editors/emacs/emacs-18.59-r9.ebuild X-VCS-Directories: app-editors/emacs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8faa428a1c186740e35f0817b6880200d871d4f6 X-VCS-Branch: master Date: Sun, 16 Mar 2014 16:46:34 +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: 14957225-ea4a-472d-95f3-6bc2d79e851d X-Archives-Hash: 15b69b061979f9a7a491f277d45c51e2 commit: 8faa428a1c186740e35f0817b6880200d871d4f6 Author: Ulrich Müller gentoo org> AuthorDate: Sun Mar 16 16:25:11 2014 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Mar 16 16:25:11 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs.git;a=commit;h=8faa428a Remove old compatibility code. Package-Manager: portage-2.2.8-r1 --- app-editors/emacs/ChangeLog | 3 +++ app-editors/emacs/emacs-18.59-r9.ebuild | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index ce56efb..67d3727 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 16 Mar 2014; Ulrich Müller emacs-18.59-r9.ebuild: + Remove old compatibility code. + *emacs-24.3-r2 (16 Mar 2014) *emacs-23.4-r6 (16 Mar 2014) *emacs-22.3-r10 (16 Mar 2014) diff --git a/app-editors/emacs/emacs-18.59-r9.ebuild b/app-editors/emacs/emacs-18.59-r9.ebuild index 5761e0d..6e89c68 100644 --- a/app-editors/emacs/emacs-18.59-r9.ebuild +++ b/app-editors/emacs/emacs-18.59-r9.ebuild @@ -143,17 +143,6 @@ pkg_preinst() { if [[ -d "${D}"/usr/share/info ]]; then mv "${D}"/usr/share/info/emacs-${SLOT}/dir{.orig,} || die fi - - # remove symlink and directory installed by -r6 and earlier - if [[ -L "${ROOT}"/usr/share/info/emacs-${SLOT} ]]; then - ewarn "Removing old symlink /usr/share/info/emacs-${SLOT}" - rm "${ROOT}"/usr/share/info/emacs-${SLOT} || die - fi - if [[ -d "${ROOT}"/usr/share/emacs/${PV}/info \ - && ! -L "${ROOT}"/usr/share/emacs/${PV}/info ]]; then - ewarn "Removing old directory /usr/share/emacs/${PV}/info" - rm -r "${ROOT}"/usr/share/emacs/${PV}/info || die - fi } pkg_postinst() {