From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-505820-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C1F20138010 for <garchives@archives.gentoo.org>; Fri, 14 Sep 2012 18:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E92F21C00F; Fri, 14 Sep 2012 18:11:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4ABE121C00F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Sep 2012 18:11:01 +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 67EE333D745 for <gentoo-commits@lists.gentoo.org>; Fri, 14 Sep 2012 18:11:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2FF0DE543F for <gentoo-commits@lists.gentoo.org>; Fri, 14 Sep 2012 18:10:59 +0000 (UTC) From: "Zac Medico" <zmedico@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" <zmedico@gentoo.org> Message-ID: <1347646240.0cced1bd17ce277604b47717cc00ae2f13bdc5f6.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: man/ X-VCS-Repository: proj/portage X-VCS-Files: man/portage.5 X-VCS-Directories: man/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0cced1bd17ce277604b47717cc00ae2f13bdc5f6 X-VCS-Branch: master Date: Fri, 14 Sep 2012 18:10:59 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 94b5bec7-bcd2-466a-841d-a1399ff256f6 X-Archives-Hash: c0dde5310c2d6b182aa0afc97e5d3c77 commit: 0cced1bd17ce277604b47717cc00ae2f13bdc5f6 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Fri Sep 14 18:10:40 2012 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Sep 14 18:10:40 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0cced1bd portage.5: remove {un,}set_unless_changed docs These functions were removed in commit 25a5296f29bc7153fa29e2dfe8de9d08d40d9944. --- man/portage.5 | 13 ------------- 1 files changed, 0 insertions(+), 13 deletions(-) diff --git a/man/portage.5 b/man/portage.5 index 49f8dcd..173e326 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -742,19 +742,6 @@ such as \fBFEATURES\fR and \fBINSTALL_MASK\fR will not produce the intended results if they are set in bashrc, and therefore \fB/etc/portage/package.env\fR should be used instead. -set_unless_changed and unset_unless_changed functions can be used to set or -unset given variables only if these variable have not been set to values -different than values set in make.conf. This functionality can be useful for -temporary overriding of these variables during emerge invocation. Variables -set without using set_unless_changed will unconditionally override variables -set during emerge invocation. - -.I Syntax: -.nf -set_unless_changed VARIABLE=VALUE -unset_unless_changed VALUE -.fi - Portage will source all of these bashrc files after \fB/etc/portage/bashrc\fR in the following order: .nr step 1 1