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 C788F1387FD for ; Tue, 1 Apr 2014 16:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9CA9E0ACC; Tue, 1 Apr 2014 16:38:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AB66E0ABF for ; Tue, 1 Apr 2014 16:38:54 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E32F33FD35 for ; Tue, 1 Apr 2014 16:38:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D3F2D18910 for ; Tue, 1 Apr 2014 16:38:50 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1396370196.93cbdb3bbb3615dd03f56dd28336912195433d38.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: files/misc/ X-VCS-Repository: proj/R_overlay X-VCS-Files: files/misc/roverlay.bashcomp X-VCS-Directories: files/misc/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: 93cbdb3bbb3615dd03f56dd28336912195433d38 X-VCS-Branch: master Date: Tue, 1 Apr 2014 16:38:50 +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: c17425a2-2776-4f79-b545-22e204d7af68 X-Archives-Hash: 9cc8011ff55c5ebbfbba3474fd7228f3 commit: 93cbdb3bbb3615dd03f56dd28336912195433d38 Author: André Erdmann mailerd de> AuthorDate: Tue Apr 1 16:29:56 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Apr 1 16:36:36 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=93cbdb3b update roverlay-setup bash completion --- files/misc/roverlay.bashcomp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp index e521c85..6d43522 100644 --- a/files/misc/roverlay.bashcomp +++ b/files/misc/roverlay.bashcomp @@ -216,6 +216,7 @@ _roverlay_setup_comp() { local LONGOPTS=( '--help' '--usage' '--version' '--work-root' '--data-root' '--conf-root' '--conf-dir' '--my-conf-root' + '--target-type' '--foreign' '--not-gentoo' '--output' '--ask' '--expand-user' '--additions-dir' '--variable' '--prjroot-relpath' '--enable-default-hooks' '--no-default-hooks' '--import-config' '--no-import-config' '--force-import-config' @@ -293,6 +294,10 @@ _roverlay_setup_comp() { #COMPREPLY+= ;; + '--target-type') + COMPREPLY=( $( compgen -W "gentoo foreign" -- "${cur}" ) ) + ;; + *) case "${cur}" in --*)