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 54FA91381F3 for ; Tue, 22 Oct 2013 08:30:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F541E0AC6; Tue, 22 Oct 2013 08:30:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D04EDE0AC6 for ; Tue, 22 Oct 2013 08:30:42 +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 92CFE33F12A for ; Tue, 22 Oct 2013 08:30:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 34405E5308 for ; Tue, 22 Oct 2013 08:30:40 +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: <1382430683.1a12d99d11ad55ad83b643f9f858e86a77e522d8.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: /, bin/ X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog bin/eselect.in X-VCS-Directories: / bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1a12d99d11ad55ad83b643f9f858e86a77e522d8 X-VCS-Branch: master Date: Tue, 22 Oct 2013 08:30:40 +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: 02f61fed-6e09-4b97-b400-2c51c2e953dc X-Archives-Hash: 51e8685f7bd769e50eb818035d209464 commit: 1a12d99d11ad55ad83b643f9f858e86a77e522d8 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 22 08:31:23 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 22 08:31:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=1a12d99d Remove legacy --no-colour option. * bin/eselect.in: Remove legacy --no-colour option. Option --colour=no or --colour=never should be used instead. --- ChangeLog | 3 +++ bin/eselect.in | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7436537..384c22a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-10-21 Ulrich Müller + * bin/eselect.in: Remove legacy --no-colour option. + Option --colour=no or --colour=never should be used instead. + * bin/eselect.in (es_find_module): Move function to core library. * libs/core.bash.in (find_module): Rename and simplify. diff --git a/bin/eselect.in b/bin/eselect.in index e50fa8e..d5ba828 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -153,9 +153,6 @@ if [[ -z ${action} ]] && [[ -n ${1##--} ]]; then *) die -q "Invalid argument for ${1%%=*} option" ;; esac ;; - no-colour|no-color) # legacy option - colour=no - ;; help|version) action=${1##--} ;; 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 7A7381381F3 for ; Tue, 22 Oct 2013 08:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49BE9E0AFD; Tue, 22 Oct 2013 08:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D3E1DE0AFD for ; Tue, 22 Oct 2013 08:47:13 +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 AF59033F2E8 for ; Tue, 22 Oct 2013 08:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4A691E5308 for ; Tue, 22 Oct 2013 08:47:11 +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: <1382430683.1a12d99d11ad55ad83b643f9f858e86a77e522d8.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: /, bin/ X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog bin/eselect.in X-VCS-Directories: / bin/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 1a12d99d11ad55ad83b643f9f858e86a77e522d8 X-VCS-Branch: master Date: Tue, 22 Oct 2013 08:47:11 +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: 71979cb4-1793-4560-a2fe-70f98e8fff21 X-Archives-Hash: 7e5afabe1b1e44461fc2609f230156a1 Message-ID: <20131022084711.COvMvTsqItSxoIWuaBTnScKLlJFqi1F48ZG7ppVRLIc@z> commit: 1a12d99d11ad55ad83b643f9f858e86a77e522d8 Author: Ulrich Müller gentoo org> AuthorDate: Tue Oct 22 08:31:23 2013 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Oct 22 08:31:23 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=1a12d99d Remove legacy --no-colour option. * bin/eselect.in: Remove legacy --no-colour option. Option --colour=no or --colour=never should be used instead. --- ChangeLog | 3 +++ bin/eselect.in | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7436537..384c22a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-10-21 Ulrich Müller + * bin/eselect.in: Remove legacy --no-colour option. + Option --colour=no or --colour=never should be used instead. + * bin/eselect.in (es_find_module): Move function to core library. * libs/core.bash.in (find_module): Rename and simplify. diff --git a/bin/eselect.in b/bin/eselect.in index e50fa8e..d5ba828 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -153,9 +153,6 @@ if [[ -z ${action} ]] && [[ -n ${1##--} ]]; then *) die -q "Invalid argument for ${1%%=*} option" ;; esac ;; - no-colour|no-color) # legacy option - colour=no - ;; help|version) action=${1##--} ;;