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 1R2sz8-0000aK-77 for garchives@archives.gentoo.org; Sun, 11 Sep 2011 22:58:46 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E678C21C186; Sun, 11 Sep 2011 22:58:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id ADAED21C186 for ; Sun, 11 Sep 2011 22:58:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D85331B4004 for ; Sun, 11 Sep 2011 22:58:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 03CF780042 for ; Sun, 11 Sep 2011 22:58:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <8fb7653c2923bd1a1de5eb842356020c6fbf065e.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: bin/ X-VCS-Repository: proj/portage X-VCS-Files: bin/ebuild.sh bin/isolated-functions.sh X-VCS-Directories: bin/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8fb7653c2923bd1a1de5eb842356020c6fbf065e Date: Sun, 11 Sep 2011 22:58:36 +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: X-Archives-Hash: 3fea01e115f8ce19ffcf29d8dfbb6219 commit: 8fb7653c2923bd1a1de5eb842356020c6fbf065e Author: Zac Medico gentoo org> AuthorDate: Sun Sep 11 22:58:24 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Sep 11 22:58:24 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3D8fb7653c ebuild.sh: remove unused lchown and lchgrp --- bin/ebuild.sh | 8 -------- bin/isolated-functions.sh | 2 +- 2 files changed, 1 insertions(+), 9 deletions(-) diff --git a/bin/ebuild.sh b/bin/ebuild.sh index 4dd2921..355a1c0 100755 --- a/bin/ebuild.sh +++ b/bin/ebuild.sh @@ -113,14 +113,6 @@ fi # the sandbox is disabled by default except when overridden in the relev= ant stages export SANDBOX_ON=3D0 =20 -lchown() { - chown -h "$@" -} - -lchgrp() { - chgrp -h "$@" -} - esyslog() { # Custom version of esyslog() to take care of the "Red Star" bug. # MUST follow functions.sh to override the "" parameter problem. diff --git a/bin/isolated-functions.sh b/bin/isolated-functions.sh index 1de1f7f..8e367ff 100644 --- a/bin/isolated-functions.sh +++ b/bin/isolated-functions.sh @@ -588,7 +588,7 @@ save_ebuild_env() { has_phase_defined_up_to \ hasg hasgq hasv hasq qa_source qa_call \ addread addwrite adddeny addpredict _sb_append_var \ - lchown lchgrp esyslog use usev useq has_version portageq \ + use usev useq has_version portageq \ best_version use_with use_enable register_die_hook \ keepdir unpack strip_duplicate_slashes econf einstall \ dyn_setup dyn_unpack dyn_clean into insinto exeinto docinto \