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 D32F11381F3
for ; Fri, 9 Aug 2013 15:28:10 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id 6BAB0E0D0A;
Fri, 9 Aug 2013 15:28:10 +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 E8502E0D0A
for ; Fri, 9 Aug 2013 15:28:09 +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 B934433EBD2
for ; Fri, 9 Aug 2013 15:28:03 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by hornbill.gentoo.org (Postfix) with ESMTP id 9F101E546D
for ; Fri, 9 Aug 2013 15:28:00 +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: <1376061933.d26e536c49b59a2e881354d7fe231588e048fbac.dywi@gentoo>
Subject: [gentoo-commits] proj/R_overlay:master commit in: files/misc/, debug-scripts/py/, doc/rst/, doc/html/
X-VCS-Repository: proj/R_overlay
X-VCS-Files: debug-scripts/py/nosync-rforge.py doc/html/usage.html doc/rst/usage.rst files/misc/roverlay.bashcomp
X-VCS-Directories: files/misc/ debug-scripts/py/ doc/rst/ doc/html/
X-VCS-Committer: dywi
X-VCS-Committer-Name: André Erdmann
X-VCS-Revision: d26e536c49b59a2e881354d7fe231588e048fbac
X-VCS-Branch: master
Date: Fri, 9 Aug 2013 15:28:00 +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: ba27c327-a7a3-4ada-be96-cc101381f933
X-Archives-Hash: 592ef08dba7c714f69e9fc58dcaf1a9d
commit: d26e536c49b59a2e881354d7fe231588e048fbac
Author: André Erdmann mailerd de>
AuthorDate: Fri Aug 9 15:25:33 2013 +0000
Commit: André Erdmann mailerd de>
CommitDate: Fri Aug 9 15:25:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=d26e536c
hide --nosync opt
Use --no-sync instead. This commit removes all occurences of --nosync in
script/doc files, but doesn't remove it from the arg parser.
---
debug-scripts/py/nosync-rforge.py | 2 +-
doc/html/usage.html | 7 +++----
doc/rst/usage.rst | 2 +-
files/misc/roverlay.bashcomp | 2 +-
4 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/debug-scripts/py/nosync-rforge.py b/debug-scripts/py/nosync-rforge.py
index 29db4a0..04bd5b5 100644
--- a/debug-scripts/py/nosync-rforge.py
+++ b/debug-scripts/py/nosync-rforge.py
@@ -1,6 +1,6 @@
#!/usr/bin/python
#
-# runs --nosync for the R-Forge repo (or first cmdline arg)
+# runs --no-sync for the R-Forge repo (or first cmdline arg)
#
# Usage: [ []]
#
diff --git a/doc/html/usage.html b/doc/html/usage.html
index 86ea414..62d3674 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -855,10 +855,9 @@ to know in detail what roverlay does before running it.
-
---nosync, --no-sync |
-
- | Disable downloading of R packages. |
+
+--no-sync |
+Disable downloading of R packages. |
--strict |
Enable strict behavior.
diff --git a/doc/rst/usage.rst b/doc/rst/usage.rst
index 787c9aa..46164e4 100644
--- a/doc/rst/usage.rst
+++ b/doc/rst/usage.rst
@@ -450,7 +450,7 @@ to know in detail what *roverlay* does before running it.
*roverlay* also accepts some **options**, most notably:
---nosync, --no-sync
+--no-sync
Disable downloading of R packages.
--strict
diff --git a/files/misc/roverlay.bashcomp b/files/misc/roverlay.bashcomp
index 2f18ee9..4e6170b 100644
--- a/files/misc/roverlay.bashcomp
+++ b/files/misc/roverlay.bashcomp
@@ -15,7 +15,7 @@ _roverlay_comp() {
'--additions-dir'
'--write-overlay' '--write' '--no-write-overlay' '--no-write'
'--show-overlay' '--show' '--no-show-overlay' '--no-show'
- '--strict-sync' '--sync' '--nosync' '--no-sync' '--sync-imports'
+ '--strict-sync' '--sync' '--no-sync' '--sync-imports'
'--distroot' '--force-distroot' '--local-distdir' '--from'
'--incremental' '--no-incremental' '--fixup-category-move'
'--fixup-category-move-reverse' '--distmap-verify' '--revbump'
|