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 489EE1387FD for ; Fri, 18 Jul 2014 16:20:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36659E09DB; Fri, 18 Jul 2014 16:20:12 +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 63F02E09DB for ; Fri, 18 Jul 2014 16:20:11 +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 2ABA53403D9 for ; Fri, 18 Jul 2014 16:20:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id DDD80193EF for ; Fri, 18 Jul 2014 16:20:04 +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: <1405694084.d7387f446ac12d5a3b50f424b1f3d9be4a65e7ae.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: d7387f446ac12d5a3b50f424b1f3d9be4a65e7ae X-VCS-Branch: master Date: Fri, 18 Jul 2014 16:20:04 +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: e2cf8849-e4d3-4f75-82ba-65f5a7775ae8 X-Archives-Hash: c2e5e4599c6c6e47b025830aa7518ca4 commit: d7387f446ac12d5a3b50f424b1f3d9be4a65e7ae Author: André Erdmann mailerd de> AuthorDate: Fri Jul 18 14:34:44 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Jul 18 14:34:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=d7387f44 files/misc/roverlay.bashcomp: add-policy args --- files/misc/roverlay.bashcomp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp index d9bfdf2..90ce3e9 100644 --- a/files/misc/roverlay.bashcomp +++ b/files/misc/roverlay.bashcomp @@ -25,6 +25,8 @@ _roverlay_comp() { '--help-config' '--list-config-entries' '--dump-file' '--strict' '--stats' '--no-stats' '--dump-stats' '--log-level' '--verbose' + '--package-revbump' '--package-replace' '--package-replace-only' + '--package-list' '--ebuild-list' ) local SHORTOPTS=( @@ -49,7 +51,7 @@ _roverlay_comp() { case "${prev}" in '-c'|'--config'|'-F'|'--field-definition'|'--fdef'|\ - '-R'|'--repo-config') + '-R'|'--repo-config'|'--package-list'|'--ebuild-list') # options with arg _filedir ;; @@ -75,7 +77,7 @@ _roverlay_comp() { COMPREPLY=( $(compgen -W "default next ebuild e" -- "${cur}" ) ) ;; - '-N'|'--overlay-name') + '-N'|'--overlay-name'|'--package-'*) # options with str/unspecified arg true ;; 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 DE15F13877A for ; Fri, 18 Jul 2014 14:55:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2CC4E093D; Fri, 18 Jul 2014 14:55:58 +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 04CDBE093D for ; Fri, 18 Jul 2014 14:55:57 +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 AC510340360 for ; Fri, 18 Jul 2014 14:55:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 73A75193E6 for ; Fri, 18 Jul 2014 14:55:55 +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: <1405694084.d7387f446ac12d5a3b50f424b1f3d9be4a65e7ae.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:wip/addition_control 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: d7387f446ac12d5a3b50f424b1f3d9be4a65e7ae X-VCS-Branch: wip/addition_control Date: Fri, 18 Jul 2014 14:55:55 +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: 8f20afae-15cb-43ff-a016-0842272be46e X-Archives-Hash: 745c0d7dea4987e37847d7d75518eb7f Message-ID: <20140718145555.TeDGa1uspzQXQ88PoExTw1XiHCl5qTOySzMXRZQa4ck@z> commit: d7387f446ac12d5a3b50f424b1f3d9be4a65e7ae Author: André Erdmann mailerd de> AuthorDate: Fri Jul 18 14:34:44 2014 +0000 Commit: André Erdmann mailerd de> CommitDate: Fri Jul 18 14:34:44 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=d7387f44 files/misc/roverlay.bashcomp: add-policy args --- files/misc/roverlay.bashcomp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp index d9bfdf2..90ce3e9 100644 --- a/files/misc/roverlay.bashcomp +++ b/files/misc/roverlay.bashcomp @@ -25,6 +25,8 @@ _roverlay_comp() { '--help-config' '--list-config-entries' '--dump-file' '--strict' '--stats' '--no-stats' '--dump-stats' '--log-level' '--verbose' + '--package-revbump' '--package-replace' '--package-replace-only' + '--package-list' '--ebuild-list' ) local SHORTOPTS=( @@ -49,7 +51,7 @@ _roverlay_comp() { case "${prev}" in '-c'|'--config'|'-F'|'--field-definition'|'--fdef'|\ - '-R'|'--repo-config') + '-R'|'--repo-config'|'--package-list'|'--ebuild-list') # options with arg _filedir ;; @@ -75,7 +77,7 @@ _roverlay_comp() { COMPREPLY=( $(compgen -W "default next ebuild e" -- "${cur}" ) ) ;; - '-N'|'--overlay-name') + '-N'|'--overlay-name'|'--package-'*) # options with str/unspecified arg true ;;