diff options
author | Aaron Walker <ka0ttic@gentoo.org> | 2006-03-02 12:03:27 +0000 |
---|---|---|
committer | Aaron Walker <ka0ttic@gentoo.org> | 2006-03-02 12:03:27 +0000 |
commit | 4ca95e700b091dd82eb5d7ca8b27d4c117c1e754 (patch) | |
tree | 04546590de4bcb17c0fac479369220be5db373c6 /app-shells/bash-completion/files | |
parent | fix broken manifest (File: files/stubs/gcc-4.1-htb-stub.patch) (diff) | |
download | historical-4ca95e700b091dd82eb5d7ca8b27d4c117c1e754.tar.gz historical-4ca95e700b091dd82eb5d7ca8b27d4c117c1e754.tar.bz2 historical-4ca95e700b091dd82eb5d7ca8b27d4c117c1e754.zip |
Version bump; closes bugs 101311, 111681, 111765, 117770, and 122591.
Package-Manager: portage-2.1_pre5-r2
Diffstat (limited to 'app-shells/bash-completion/files')
3 files changed, 26 insertions, 0 deletions
diff --git a/app-shells/bash-completion/files/20060301/01_all_no_xine.diff b/app-shells/bash-completion/files/20060301/01_all_no_xine.diff new file mode 100644 index 000000000000..e81ad8202a5c --- /dev/null +++ b/app-shells/bash-completion/files/20060301/01_all_no_xine.diff @@ -0,0 +1,11 @@ +diff --exclude='*~' --exclude='.*' -I '$Id:' -urN bash_completion.orig/bash_completion bash_completion/bash_completion +--- bash_completion.orig/bash_completion 2006-03-02 07:08:39.000000000 -0500 ++++ bash_completion/bash_completion 2006-03-02 07:09:12.000000000 -0500 +@@ -94,7 +94,6 @@ + complete -f -X '!*.texi*' makeinfo texi2html + complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi + complete -f -X '!*.@(mp3|MP3)' mpg123 mpg321 madplay +-complete -f -X '!*.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|vcd|ps|pes|fli|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp3|MP3|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV|asx|ASX|mng|MNG)' xine aaxine fbxine kaffeine + complete -f -X '!*.@(avi|asf|wmv)' aviplay + complete -f -X '!*.@(rm?(j)|ra?(m)|smi?(l))' realplay + complete -f -X '!*.@(mpg|mpeg|avi|mov|qt)' xanim diff --git a/app-shells/bash-completion/files/20060301/02_all_mplayer_flac.diff b/app-shells/bash-completion/files/20060301/02_all_mplayer_flac.diff new file mode 100644 index 000000000000..5d37878e14fa --- /dev/null +++ b/app-shells/bash-completion/files/20060301/02_all_mplayer_flac.diff @@ -0,0 +1,12 @@ +diff --exclude='*~' --exclude='.*' -I '$Id:' -urN bash_completion.orig/bash_completion bash_completion/bash_completion +--- bash_completion.orig/bash_completion 2006-03-02 06:55:56.000000000 -0500 ++++ bash_completion/bash_completion 2006-03-02 07:01:47.000000000 -0500 +@@ -5602,7 +5602,7 @@ + return 0 + ;; + -audiofile) +- _filedir '@(mp3|MP3|mpg|MPG|ogg|OGG|wav|WAV|mid|MID)' ++ _filedir '@(mp3|MP3|mpg|MPG|ogg|OGG|wav|WAV|mid|MID|flac|FLAC)' + return 0 + ;; + -font) diff --git a/app-shells/bash-completion/files/digest-bash-completion-20060301 b/app-shells/bash-completion/files/digest-bash-completion-20060301 new file mode 100644 index 000000000000..845b62873eb5 --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20060301 @@ -0,0 +1,3 @@ +MD5 ed95a89f57357a42b8e4eb95487bf9d0 bash-completion-20060301.tar.bz2 102357 +RMD160 eaa9112289607bae51868f047a9673ee6f3e6a0c bash-completion-20060301.tar.bz2 102357 +SHA256 16727406bd3fbb6a23da375d4f3ca7c5d518afeb7dfb82c061a452eb7a93ceca bash-completion-20060301.tar.bz2 102357 |