------------------------------------------------------------ revno: 1251 committer: Ville Skyttä <[email protected]> branch nick: current timestamp: Wed 2009-01-14 22:24:51 +0200 message: Remove obsolete CVS $Id$ keywords. modified: contrib/bitkeeper contrib/bittorrent contrib/cksfv contrib/clisp contrib/dsniff contrib/freeciv contrib/gcl contrib/gkrellm contrib/gnatmake contrib/harbour contrib/hg contrib/isql contrib/larch contrib/lilypond contrib/lisp contrib/mailman contrib/mcrypt contrib/modules contrib/mtx contrib/p4 contrib/povray contrib/ri contrib/sbcl contrib/sitecopy contrib/snownews contrib/svk contrib/unace contrib/unrar
=== modified file 'contrib/bitkeeper' --- a/contrib/bitkeeper 2009-01-14 20:17:14 +0000 +++ b/contrib/bitkeeper 2009-01-14 20:24:51 +0000 @@ -2,9 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # BitKeeper completion adapted from code by Bart Trojanowski <[email protected]> -# -# $Id: bitkeeper,v 1.2 2002/06/12 22:03:23 ianmacd Exp $ -# _bk() { local BKCMDS
=== modified file 'contrib/bittorrent' --- a/contrib/bittorrent 2009-01-14 20:17:14 +0000 +++ b/contrib/bittorrent 2009-01-14 20:24:51 +0000 @@ -2,9 +2,7 @@ # ex: ts=8 sw=8 et filetype=sh # # btdownloadheadless(1) completion by Guillaume Rousse <[email protected]> -# -# $Id: bittorrent,v 1.1 2004/10/14 08:53:25 ianmacd Exp $ -# + _btdownload() { local cur prev === modified file 'contrib/cksfv' --- a/contrib/cksfv 2009-01-14 20:17:14 +0000 +++ b/contrib/cksfv 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # cksfv completion by Chris <[email protected]> -# -# $Id: cksfv,v 1.3 2004/03/30 22:39:11 ianmacd Exp $ _cksfv() { === modified file 'contrib/clisp' --- a/contrib/clisp 2009-01-14 20:17:14 +0000 +++ b/contrib/clisp 2009-01-14 20:24:51 +0000 @@ -3,8 +3,6 @@ # # bash brogrammable completion for various Common Lisp implementations by # Nikodemus Siivola <[email protected]> -# -# $Id: clisp,v 1.2 2004/03/30 23:05:45 ianmacd Exp $ _clisp() { === modified file 'contrib/dsniff' --- a/contrib/dsniff 2009-01-14 20:17:14 +0000 +++ b/contrib/dsniff 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # dsniff util completion by Guillaume Rousse <[email protected]> -# -# $Id: dsniff,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ # arpspoof(8) completion # === modified file 'contrib/freeciv' --- a/contrib/freeciv 2009-01-14 20:17:14 +0000 +++ b/contrib/freeciv 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # civserver completion by Guillaume Rousse <[email protected]> -# -# $Id: freeciv,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ _civserver() { === modified file 'contrib/gcl' --- a/contrib/gcl 2009-01-14 20:17:14 +0000 +++ b/contrib/gcl 2009-01-14 20:24:51 +0000 @@ -3,8 +3,6 @@ # # bash programmable completion for various Common Lisp implementations by # Nikodemus Siivola <[email protected]> -# -# $Id: gcl,v 1.2 2004/03/30 23:05:45 ianmacd Exp $ _gcl() { === modified file 'contrib/gkrellm' --- a/contrib/gkrellm 2009-01-14 20:17:14 +0000 +++ b/contrib/gkrellm 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # gkrellm(1) completion by Guillaume Rousse <[email protected]> -# -# $Id: gkrellm,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ _gkrellm() { === modified file 'contrib/gnatmake' --- a/contrib/gnatmake 2009-01-14 20:17:14 +0000 +++ b/contrib/gnatmake 2009-01-14 20:24:51 +0000 @@ -2,9 +2,7 @@ # ex: ts=8 sw=8 et filetype=sh # # Gnatmake completion by [email protected] (Ralf Schroth) -# -# $Id: gnatmake,v 1.1 2002/08/19 16:57:44 ianmacd Exp $ -# + _gnatmake() { local cur === modified file 'contrib/harbour' --- a/contrib/harbour 2009-01-14 20:17:14 +0000 +++ b/contrib/harbour 2009-01-14 20:24:51 +0000 @@ -3,8 +3,6 @@ # # harbour completion by Dave Pearson <[email protected]> # http://www.harbour-project.org/ -# -# $Id: harbour,v 1.3 2003/12/31 08:22:37 ianmacd Exp $ complete -f -X '!*.@([Pp][Rr][Gg]|[Cc][Ll][Pp])' harbour gharbour hbpp complete -f -X '!*.[Hh][Rr][Bb]' hbrun === modified file 'contrib/hg' --- a/contrib/hg 2009-01-14 20:17:14 +0000 +++ b/contrib/hg 2009-01-14 20:24:51 +0000 @@ -4,9 +4,7 @@ # Mercurial completion by Alexis S. L. Carvalho <[email protected]> # # See: http://www.selenic.com/pipermail/mercurial/2005-August/003378.html -# -# $Id: hg,v 1.1 2006/02/26 00:25:41 ianmacd Exp $ -# + _hg_commands() { local commands="$(hg -v help | sed -e '1,/^list of commands:/d' \ === modified file 'contrib/isql' --- a/contrib/isql 2009-01-14 20:17:14 +0000 +++ b/contrib/isql 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # isql completion by Victor Bogado da Silva Lins <[email protected]> -# -# $Id: isql,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ _isql() { === modified file 'contrib/larch' --- a/contrib/larch 2009-01-14 20:17:14 +0000 +++ b/contrib/larch 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # larch(1) completion by Alex Shinn <[email protected]> -# -# $Id: larch,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ _larch() { === modified file 'contrib/lilypond' --- a/contrib/lilypond 2009-01-14 20:17:14 +0000 +++ b/contrib/lilypond 2009-01-14 20:24:51 +0000 @@ -2,7 +2,5 @@ # ex: ts=8 sw=8 et filetype=sh # # lilypond completion by Laurent Martelli <[email protected]> -# -# $Id: lilypond,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ complete -f -X '!*.ly' lilypond ly2dvi === modified file 'contrib/lisp' --- a/contrib/lisp 2009-01-14 20:17:14 +0000 +++ b/contrib/lisp 2009-01-14 20:24:51 +0000 @@ -3,8 +3,6 @@ # # bash programmable completion for various Common Lisp implementations by # Nikodemus Siivola <[email protected]> -# -# $Id: lisp,v 1.2 2004/03/30 23:05:45 ianmacd Exp $ _lisp() { === modified file 'contrib/mailman' --- a/contrib/mailman 2009-01-14 20:17:14 +0000 +++ b/contrib/mailman 2009-01-14 20:24:51 +0000 @@ -2,9 +2,7 @@ # ex: ts=8 sw=8 et filetype=sh # # Mailman completion by Guillaume Rousse <[email protected]> -# -# $Id: mailman,v 1.1 2004/03/30 23:05:34 ianmacd Exp $ -# + _mailman_lists() { COMPREPLY=( $( list_lists -b | grep "^$cur") ) === modified file 'contrib/mcrypt' --- a/contrib/mcrypt 2009-01-14 20:17:14 +0000 +++ b/contrib/mcrypt 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # mcrypt(1) completion by Ariel Fermani <[email protected]> -# -# $Id: mcrypt,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ _mcrypt() { === modified file 'contrib/modules' --- a/contrib/modules 2009-01-14 20:17:14 +0000 +++ b/contrib/modules 2009-01-14 20:24:51 +0000 @@ -3,8 +3,6 @@ # # module completion by Ted Stern <[email protected]> # -# $Id: modules,v 1.2 2005/07/11 17:49:14 ianmacd Exp $ -# # Completion for Environment Modules `module' alias. # # See http://sourceforge.net/projects/modules/ @@ -18,7 +16,7 @@ # Programmable completion might be more difficult under tcsh since the # module command is an alias, and the `module avail' command returns # its output as stderr. -# + type module &>/dev/null && { _module_list () === modified file 'contrib/mtx' --- a/contrib/mtx 2009-01-14 20:17:14 +0000 +++ b/contrib/mtx 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # mtx completion by Jon Middleton <[email protected]> -# -# $Id: mtx,v 1.1 2004/01/01 00:54:41 ianmacd Exp $ _mtx() { === modified file 'contrib/p4' --- a/contrib/p4 2009-01-14 20:17:14 +0000 +++ b/contrib/p4 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # Perforce completion by Frank Cusack <[email protected]> -# -# $Id: p4,v 1.3 2003/12/31 08:22:37 ianmacd Exp $ _p4() { === modified file 'contrib/povray' --- a/contrib/povray 2009-01-14 20:17:14 +0000 +++ b/contrib/povray 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # povray completion by "David Necas (Yeti)" <[email protected]> -# -# $Id: povray,v 1.2 2003/12/31 08:22:37 ianmacd Exp $ _povray() { === modified file 'contrib/ri' --- a/contrib/ri 2009-01-14 20:17:14 +0000 +++ b/contrib/ri 2009-01-14 20:24:51 +0000 @@ -2,9 +2,7 @@ # ex: ts=8 sw=8 et filetype=sh # # ri completion for Ruby documentation by Ian Macdonald <[email protected]> -# -# $Id: ri,v 1.8 2006/02/25 14:25:59 ianmacd Exp $ -# + ri_get_methods() { local regex === modified file 'contrib/sbcl' --- a/contrib/sbcl 2009-01-14 20:17:14 +0000 +++ b/contrib/sbcl 2009-01-14 20:24:51 +0000 @@ -3,8 +3,6 @@ # # bash programmable completion for various Common Lisp implementations by # Nikodemus Siivola <[email protected]> -# -# $Id: sbcl,v 1.2 2004/03/30 23:05:45 ianmacd Exp $ _sbcl() { === modified file 'contrib/sitecopy' --- a/contrib/sitecopy 2009-01-14 20:17:14 +0000 +++ b/contrib/sitecopy 2009-01-14 20:24:51 +0000 @@ -4,8 +4,6 @@ # sitecopy(1) completion # Copyright 2003 Eelco Lempsink <[email protected]> # License: GNU GPL v2 or later -# -# $Id: sitecopy,v 1.3 2005/01/03 02:44:22 ianmacd Exp $ _sitecopy() { === modified file 'contrib/snownews' --- a/contrib/snownews 2009-01-14 20:17:14 +0000 +++ b/contrib/snownews 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # snownews completion by Guillaume Rousse <[email protected]> -# -# $Id: snownews,v 1.2 2005/01/03 03:00:44 ianmacd Exp $ _snownews() { === modified file 'contrib/svk' --- a/contrib/svk 2009-01-14 20:17:14 +0000 +++ b/contrib/svk 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # svk completion by Guillaume Rousse <[email protected]> -# -# $Id: svk,v 1.1 2006/03/01 10:45:03 ianmacd Exp $ _svk() { === modified file 'contrib/unace' --- a/contrib/unace 2009-01-14 20:17:14 +0000 +++ b/contrib/unace 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # unace(1) completion by Guillaume Rousse <[email protected]> -# -# $Id: unace,v 1.3 2003/12/31 08:22:37 ianmacd Exp $ _unace() { === modified file 'contrib/unrar' --- a/contrib/unrar 2009-01-14 20:17:14 +0000 +++ b/contrib/unrar 2009-01-14 20:24:51 +0000 @@ -2,8 +2,6 @@ # ex: ts=8 sw=8 et filetype=sh # # unrar(1) completion by Guillaume Rousse <[email protected]> -# -# $Id: unrar,v 1.4 2004/07/05 23:37:47 ianmacd Exp $ _unrar() {
_______________________________________________ Bash-completion-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/bash-completion-commits
