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 DEFD0198005 for ; Tue, 5 Mar 2013 11:27:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A20E5E051E; Tue, 5 Mar 2013 11:27:44 +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 3E1CCE0504 for ; Tue, 5 Mar 2013 11:27:44 +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 4C45933E00D for ; Tue, 5 Mar 2013 11:27:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B98DDE4073 for ; Tue, 5 Mar 2013 11:27:41 +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: <1362482342.f7b72377d6de31460a846ef265949bb87327b7f0.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:master commit in: roverlay/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/argutil.py X-VCS-Directories: roverlay/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: f7b72377d6de31460a846ef265949bb87327b7f0 X-VCS-Branch: master Date: Tue, 5 Mar 2013 11:27:41 +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: 02c58e10-dfe6-4163-a93b-e1e17cf5d90e X-Archives-Hash: 49010081c7d2cf72d36673671cc0f9a4 commit: f7b72377d6de31460a846ef265949bb87327b7f0 Author: André Erdmann mailerd de> AuthorDate: Tue Mar 5 11:19:02 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Tue Mar 5 11:19:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=f7b72377 argutil: rename --distdir to --local-distdir The meaning of "distdir" has changed as it is also used for Manifest file creation and as package mirror directory while '--distdir' means "create ebuilds for packages from a local directory". --- roverlay/argutil.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/roverlay/argutil.py b/roverlay/argutil.py index d7d8444..23804b6 100644 --- a/roverlay/argutil.py +++ b/roverlay/argutil.py @@ -135,7 +135,7 @@ def get_parser ( command_map, default_config_file, default_command='create' ): ) arg ( - '--distdir', '--from', default=argparse.SUPPRESS, + '--local-distdir', '--from', default=argparse.SUPPRESS, action='append', help=''' use packages from %(metavar)s for ebuild creation (ignore all repos).