From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/eselect:master commit in: /, bin/ Date: Tue, 22 Oct 2013 08:30:40 +0000 (UTC) [thread overview] Message-ID: <1382430683.1a12d99d11ad55ad83b643f9f858e86a77e522d8.ulm@gentoo> (raw) commit: 1a12d99d11ad55ad83b643f9f858e86a77e522d8 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 22 08:31:23 2013 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm@gentoo.org> + * 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##--} ;;
WARNING: multiple messages have this Message-ID (diff)
From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/eselect:master commit in: /, bin/ Date: Tue, 22 Oct 2013 08:47:11 +0000 (UTC) [thread overview] Message-ID: <1382430683.1a12d99d11ad55ad83b643f9f858e86a77e522d8.ulm@gentoo> (raw) Message-ID: <20131022084711.COvMvTsqItSxoIWuaBTnScKLlJFqi1F48ZG7ppVRLIc@z> (raw) commit: 1a12d99d11ad55ad83b643f9f858e86a77e522d8 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Tue Oct 22 08:31:23 2013 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm@gentoo.org> + * 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##--} ;;
next reply other threads:[~2013-10-22 8:30 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2013-10-22 8:30 Ulrich Müller [this message] 2013-10-22 8:47 ` [gentoo-commits] proj/eselect:master commit in: /, bin/ Ulrich Müller -- strict thread matches above, loose matches on Subject: below -- 2025-01-05 20:59 Ulrich Müller 2023-06-07 8:50 [gentoo-commits] proj/eselect:master commit in: bin/, / Ulrich Müller 2023-06-12 16:24 ` [gentoo-commits] proj/eselect:master commit in: /, bin/ Ulrich Müller 2023-06-05 18:34 Ulrich Müller 2014-06-05 11:22 Ulrich Müller 2013-10-22 17:04 Ulrich Müller 2013-08-08 20:59 Ulrich Mueller 2012-09-15 20:35 Ulrich Mueller 2012-09-13 17:11 Ulrich Mueller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1382430683.1a12d99d11ad55ad83b643f9f858e86a77e522d8.ulm@gentoo \ --to=ulm@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox