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 1SR4DN-00072k-4v for garchives@archives.gentoo.org; Sun, 06 May 2012 16:21:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89E44E0539; Sun, 6 May 2012 16:12:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19AA8E09BE for ; Sun, 6 May 2012 16:07:09 +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 ACB2F1B4059 for ; Sun, 6 May 2012 16:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B258EE5438 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: <1175080596.42b3eda29ef6017a8016c46649bd234121fcdbc5.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: 42b3eda29ef6017a8016c46649bd234121fcdbc5 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: 5f004f27-f3a8-4741-8032-8670a4bbfa77 X-Archives-Hash: faef5d9a68a17bdb0830dac3d56fa6bc commit: 42b3eda29ef6017a8016c46649bd234121fcdbc5 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Mar 28 11:16:36 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 28 11:16:36 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D42b3eda2 Undo changeset 181. svn path=3D/emacs-extra/eselect-emacs/; revision=3D183 --- ChangeLog | 2 ++ emacs.eselect | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 14aeecf..32aaec3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,3 +54,5 @@ Version 0.5 (24 Mar 2007) env.eselect seems to be buggy; use env-update instead. Redundant remove_symlinks removed. Version 0.6 (28 Mar 2007) + 28 Mar 2007 + Undo previous change. diff --git a/emacs.eselect b/emacs.eselect index 544bba7..3f6d7af 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 - true + 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 @@ -210,6 +210,7 @@ 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 1SR4Bp-0006jH-HD for garchives@archives.gentoo.org; Sun, 06 May 2012 16:20:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB0D6E09E3; Sun, 6 May 2012 16:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6F7C3E09CC 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 194201B406C 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 5F03FE543C 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: <1175080596.42b3eda29ef6017a8016c46649bd234121fcdbc5.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: 42b3eda29ef6017a8016c46649bd234121fcdbc5 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: 3a9c07d7-e55b-47ea-a465-959e674c9b27 X-Archives-Hash: 0ae63c6eee6b2322f3e99555d2f0274a Message-ID: <20120506160710.7R1aIaBqoONkIpcuotgPTEUAy_4S5CgVhSh-IwbzahI@z> commit: 42b3eda29ef6017a8016c46649bd234121fcdbc5 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Mar 28 11:16:36 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Mar 28 11:16:36 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D42b3eda2 Undo changeset 181. svn path=3D/emacs-extra/eselect-emacs/; revision=3D183 --- ChangeLog | 2 ++ emacs.eselect | 3 ++- 2 files changed, 4 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index 14aeecf..32aaec3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -54,3 +54,5 @@ Version 0.5 (24 Mar 2007) env.eselect seems to be buggy; use env-update instead. Redundant remove_symlinks removed. Version 0.6 (28 Mar 2007) + 28 Mar 2007 + Undo previous change. diff --git a/emacs.eselect b/emacs.eselect index 544bba7..3f6d7af 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 - true + 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 @@ -210,6 +210,7 @@ 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