From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR4Aj-0006XO-IY for garchives@archives.gentoo.org; Sun, 06 May 2012 16:18:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11D54E089D; Sun, 6 May 2012 16:09:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 13E6CE09BE for ; Sun, 6 May 2012 16:07:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7CDE41B4066 for ; Sun, 6 May 2012 16:07:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 86FA3E5436 for ; Sun, 6 May 2012 16:07:05 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1175074040.911dc4f105485bf5778f1cd1a52ad4e1221abbda.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs.eselect X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 911dc4f105485bf5778f1cd1a52ad4e1221abbda X-VCS-Branch: backups/emacs-common-gentoo@1030 Date: Sun, 6 May 2012 16:07:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f0cfe0ad-ca6e-4268-9c29-3082cf5a7e80 X-Archives-Hash: 1082dbc5165eac88ec6f4ed8703985fb commit: 911dc4f105485bf5778f1cd1a52ad4e1221abbda Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Mar 28 09:27:20 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 28 09:27:20 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D911dc4f1 Redundant remove_symlinks removed. svn path=3D/emacs-extra/eselect-emacs/; revision=3D181 --- ChangeLog | 2 ++ emacs.eselect | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44474dd..14aeecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,3 +52,5 @@ Version 0.5 (24 Mar 2007) Brought do_set and do_update more in line. Check for root in do_set and do_update. env.eselect seems to be buggy; use env-update instead. + Redundant remove_symlinks removed. +Version 0.6 (28 Mar 2007) diff --git a/emacs.eselect b/emacs.eselect index 3f6d7af..544bba7 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -184,7 +184,7 @@ do_set() { [[ -w "${ROOT}/usr/bin" ]] || die -q "You need to be root!" =20 if [[ -L "${ROOT}/usr/bin/emacs" ]]; then - remove_symlinks || die -q "Couldn't remove existing symlink" + true elif [[ -e "${ROOT}/usr/bin/emacs" ]]; then die -q "Sorry, ${ROOT}/usr/bin/emacs confuses me" fi @@ -210,7 +210,6 @@ do_update() { if [[ -L "${ROOT}/usr/bin/emacs" ]]; then [[ ${1} =3D=3D "--if-unset" \ && -e "$(canonicalise ${ROOT}/usr/bin/emacs)" ]] && return - remove_symlinks || die -q "Couldn't remove existing symlink" elif [[ -e "${ROOT}/usr/bin/emacs" ]]; then die -q "Sorry, ${ROOT}/usr/bin/emacs confuses me" fi From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR4BN-0006dT-Vg for garchives@archives.gentoo.org; Sun, 06 May 2012 16:19:38 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD8FDE09B5; Sun, 6 May 2012 16:10:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5DC73E09BE for ; Sun, 6 May 2012 16:07:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 078961B4069 for ; Sun, 6 May 2012 16:07:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2E9ACE543A for ; Sun, 6 May 2012 16:07:10 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1175074040.911dc4f105485bf5778f1cd1a52ad4e1221abbda.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs.eselect X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 911dc4f105485bf5778f1cd1a52ad4e1221abbda X-VCS-Branch: backups/emacs-common-gentoo@1233 Date: Sun, 6 May 2012 16:07:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 64e01bcb-7a76-4f31-b283-14b649c0a52a X-Archives-Hash: 722deee76e51415d61c15379d413e233 Message-ID: <20120506160710._s71I-mktQ--ZpCvs9LWLITmxit996ATiWmrrGMf4zU@z> commit: 911dc4f105485bf5778f1cd1a52ad4e1221abbda Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Mar 28 09:27:20 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 28 09:27:20 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D911dc4f1 Redundant remove_symlinks removed. svn path=3D/emacs-extra/eselect-emacs/; revision=3D181 --- ChangeLog | 2 ++ emacs.eselect | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 44474dd..14aeecf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,3 +52,5 @@ Version 0.5 (24 Mar 2007) Brought do_set and do_update more in line. Check for root in do_set and do_update. env.eselect seems to be buggy; use env-update instead. + Redundant remove_symlinks removed. +Version 0.6 (28 Mar 2007) diff --git a/emacs.eselect b/emacs.eselect index 3f6d7af..544bba7 100644 --- a/emacs.eselect +++ b/emacs.eselect @@ -184,7 +184,7 @@ do_set() { [[ -w "${ROOT}/usr/bin" ]] || die -q "You need to be root!" =20 if [[ -L "${ROOT}/usr/bin/emacs" ]]; then - remove_symlinks || die -q "Couldn't remove existing symlink" + true elif [[ -e "${ROOT}/usr/bin/emacs" ]]; then die -q "Sorry, ${ROOT}/usr/bin/emacs confuses me" fi @@ -210,7 +210,6 @@ do_update() { if [[ -L "${ROOT}/usr/bin/emacs" ]]; then [[ ${1} =3D=3D "--if-unset" \ && -e "$(canonicalise ${ROOT}/usr/bin/emacs)" ]] && return - remove_symlinks || die -q "Couldn't remove existing symlink" elif [[ -e "${ROOT}/usr/bin/emacs" ]]; then die -q "Sorry, ${ROOT}/usr/bin/emacs confuses me" fi