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 71E4E1381F3 for ; Mon, 5 Aug 2013 07:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E7AE0AEC; Mon, 5 Aug 2013 07:43:53 +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 D5C79E0AE7 for ; Mon, 5 Aug 2013 07:43:52 +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 858B733EB48 for ; Mon, 5 Aug 2013 07:43:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 0A2D1E468F for ; Mon, 5 Aug 2013 07:43:50 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1375685031.de9c960a88751416fdd60b560a3fc2d7fa151c7f.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: man/, / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog man/Makefile.am man/bashcomp.eselect.5 X-VCS-Directories: man/ / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: de9c960a88751416fdd60b560a3fc2d7fa151c7f X-VCS-Branch: master Date: Mon, 5 Aug 2013 07:43: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: b35d1da9-0b52-4bad-aaba-07e373731cd8 X-Archives-Hash: b7084adf67b4e226bce04eb5303ec629 commit: de9c960a88751416fdd60b560a3fc2d7fa151c7f Author: Ulrich Müller gentoo org> AuthorDate: Mon Aug 5 06:43:51 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Mon Aug 5 06:43:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=de9c960a Remove stale man page for bashcomp module. * man/bashcomp.eselect.5: Remove stale man page. * man/Makefile.am (man_MANS): Remove bashcomp.eselect.5 from list. --- ChangeLog | 5 ++++ man/Makefile.am | 1 - man/bashcomp.eselect.5 | 66 -------------------------------------------------- 3 files changed, 5 insertions(+), 67 deletions(-) diff --git a/ChangeLog b/ChangeLog index 411b9b9..8f1bfff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-08-05 Ulrich Müller + + * man/bashcomp.eselect.5: Remove stale man page. + * man/Makefile.am (man_MANS): Remove bashcomp.eselect.5 from list. + 2013-07-16 Ulrich Müller * configure.ac: Update version to 1.3.7. diff --git a/man/Makefile.am b/man/Makefile.am index f4c5e88..fa9964c 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,6 +1,5 @@ man_MANS = \ eselect.1 \ - bashcomp.eselect.5 \ binutils.eselect.5 \ editor.eselect.5 \ env.eselect.5 \ diff --git a/man/bashcomp.eselect.5 b/man/bashcomp.eselect.5 deleted file mode 100644 index eb87dcd..0000000 --- a/man/bashcomp.eselect.5 +++ /dev/null @@ -1,66 +0,0 @@ -.\" Copyright 2005-2013 Gentoo Foundation -.\" Distributed under the terms of the GNU GPL version 2 or later -.\" -.TH bashcomp.eselect 5 "April 2009" "Gentoo Linux" eselect -.SH NAME -bashcomp.eselect \- Manage contributed bash-completion scripts -.SH SYNOPSIS -.B eselect bashcomp -.RB [ help | usage | version ] -.br -.B eselect bashcomp list -.RB [ \-\-global ] -.br -.B eselect bashcomp enable -.RB [ \-\-global ] -.RI [ bashcomp ...] -.br -.B eselect bashcomp disable -.RB [ \-\-global ] -.RI [ bashcomp ...] -.SH DESCRIPTION -.B eselect -is Gentoo's configuration and management tool. It features modules -that care for individual administrative tasks. -.SH ACTION: LIST -.B eselect bashcomp list -.RB [ \-\-global ] -.br -Display a list of available contributed bash-completion scripts. -Enabled bash-completions are marked with a '*'. If the -.B \-\-global -option is specified, list globally enabled completions. - -$ eselect bashcomp list -.br -Available completions: - [1] bitkeeper - [2] cowsay * -.SH ACTION: ENABLE -.B eselect bashcomp enable -.RB [ \-\-global ] -.RI [ bashcomp ...] -.br -Enable the specified completion(s). Arguments may be a completion -name or a corresponding number produced by -.B eselect bashcomp -.BR list . -If the -.B \-\-global -option is specified, enable globally (for all users). -.SH ACTION: DISABLE -.B eselect bashcomp disable -.RB [ \-\-global ] -.RI [ bashcomp ...] -.br -Disable the specified completion(s). Arguments may be a completion -name or a corresponding number produced by -.B eselect bashcomp -.BR list . -If the -.B \-\-global -option is specified, disable globally (for all users). -.SH AUTHOR -Aaron Walker -.SH SEE ALSO -.BR eselect (1)