From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR41M-0004k4-GW for garchives@archives.gentoo.org; Sun, 06 May 2012 16:09:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C23DE08D1; Sun, 6 May 2012 16:06:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F3E22E08D1 for ; Sun, 6 May 2012 16:06:12 +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 9B89B1B4084 for ; Sun, 6 May 2012 16:06:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4EA2EE542F for ; Sun, 6 May 2012 16:06:11 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1302104684.5fb2d0ec02afe370193bfb4315e09fbe92d39838.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-updater commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacs-updater emacs-updater.8 X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5fb2d0ec02afe370193bfb4315e09fbe92d39838 X-VCS-Branch: emacs-updater Date: Sun, 6 May 2012 16:06:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 31357686-726a-4117-aa29-700dce895923 X-Archives-Hash: f544bc7df5ce5edcab02c929f4179fac commit: 5fb2d0ec02afe370193bfb4315e09fbe92d39838 Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Wed Apr 6 15:44:44 2011 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Wed Apr 6 15:44:44 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D5fb2d0ec With option --orphans, imply --action=3Dall. svn path=3D/emacs-updater/; revision=3D1655 --- ChangeLog | 5 +++++ emacs-updater | 4 ++-- emacs-updater.8 | 4 +++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1f10605..a929315 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-04-06 Ulrich Mueller + + * emacs-updater: With option --orphans, imply --action=3Dall. + * emacs-updater.8: Document it. + 2011-01-05 Ulrich Mueller =20 * Version 1.8 released. diff --git a/emacs-updater b/emacs-updater index d369c2b..2805154 100755 --- a/emacs-updater +++ b/emacs-updater @@ -47,7 +47,7 @@ usage() { X Emacs version numbers X -n, --nocolour, --nocolor X disable colour in output - X -o, --orphans list orphan files + X -o, --orphans list orphan files (implies '--action all') X -p, --pretend don't actually emerge packages X -P, --package-manager PM X select a package manager. PM is one out of @@ -120,7 +120,7 @@ do -b|--batch) BATCH=3D"true"; shift ;; -e|--exact) EXACT=3D"true"; shift ;; -m|--major) MAJOR=3D"true"; shift ;; - -o|--orphans) ORPHANS=3D"true"; shift ;; + -o|--orphans) ORPHANS=3D"true"; ACTIONS=3D"all"; shift ;; -p|--pretend) PRETEND=3D"true"; shift ;; -n|--nocolour|--nocolor) NOCOLOUR=3D"true"; shift ;; -a|--action) diff --git a/emacs-updater.8 b/emacs-updater.8 index 7fbe7a9..828327f 100644 --- a/emacs-updater.8 +++ b/emacs-updater.8 @@ -2,7 +2,7 @@ .\" Distributed under the terms of the GNU General Public License v2 or = later .\" $Id$ .\" -.TH emacs-updater 8 "November 2010" "Gentoo Linux" +.TH emacs-updater 8 "April 2011" "Gentoo Linux" .SH NAME emacs-updater \- rebuild Emacs packages .SH SYNOPSIS @@ -44,6 +44,8 @@ Disable colour in output. .TP .B -o, --orphans List orphan files, i.e. files that are not owned by any package. +Implies +.BR "--action all" . .TP .B -p, --pretend Don't actually emerge packages.