summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-04-09 16:36:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-04-09 16:36:29 +0000
commitc959a66519b4808ae2815eed95a847dc9566d56c (patch)
tree1d53271deb70251342d12d3d20ab20426009271b /app-shells
parentVersion bump (diff)
downloadhistorical-c959a66519b4808ae2815eed95a847dc9566d56c.tar.gz
historical-c959a66519b4808ae2815eed95a847dc9566d56c.tar.bz2
historical-c959a66519b4808ae2815eed95a847dc9566d56c.zip
whitespace
Package-Manager: portage-2.1.6.7/cvs/Linux i686
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/Manifest2
-rw-r--r--app-shells/bash-completion/bash-completion-1.0-r1.ebuild3
2 files changed, 2 insertions, 3 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest
index c9ff8f5c39ab..48eb72e9b748 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -4,7 +4,7 @@ AUX bash-completion-1.0-gentoo.patch 2125 RMD160 33682926cca6bcccc971a8c3dde9118
AUX bash-completion.sh 1683 RMD160 f5d723122d1a0431af0a19838330e30f6f7e324f SHA1 1d7136206699886bc98d3b2dccfbdb3eff524ceb SHA256 3f742e1296597241b5d01565bc3220db9b1340dcb3d7bca3f0b107b2122791d7
DIST bash-completion-1.0.tar.gz 143578 RMD160 b590c2633c5c10c3e98b14a74f4e96c910b6177d SHA1 61040795731f5ff509c46e818a1edf0a7a93e11d SHA256 bd96e7d2858f02783046908a984993736f1189d07d82e9ce4b465068dd7187ef
DIST bash-completion-20081219.tar.bz2 91246 RMD160 4fd868363f3ee7277c8ad8769a37fe7c6de76efd SHA1 c13987837c46feefd6d7832c181d2c6f15878ead SHA256 c3869a95654ba6c976ee156d7553d066d597225d764dbf63706041583cfe5a7f
-EBUILD bash-completion-1.0-r1.ebuild 3074 RMD160 a75684d9095f913a7a1bdbfd76d7a26cebb70363 SHA1 03d700002481fd1a50a5a36dd09f8f5320e52d12 SHA256 e831177694367c9d8d390c63a2fe819b41460e303cf8a6d667f9664f1e5574f5
+EBUILD bash-completion-1.0-r1.ebuild 3074 RMD160 fe6fad933106693ebef2114fb0c65807963b838e SHA1 faff0c97405adf651e2991031c9607763f1cfa84 SHA256 b71905e00a58c35da564c6c9fd4516dba46ae352246c0743895eb11a4051e3f7
EBUILD bash-completion-20081219-r1.ebuild 3388 RMD160 687f2d1b121148aeea92dfd9bd08308f0f82b162 SHA1 9adcddb02482bdf270ef971dff13d20a49573133 SHA256 0cafe7a96f0b5d0329de31b2fc48ff68352c2991f21081fa4c0255fad4c83c96
MISC ChangeLog 30387 RMD160 4a54f8464d239ec7d627c561089cef35f712de89 SHA1 e842069dc16f9d45451b4ea755db8a09cab6fef8 SHA256 7e94581ca6c4a120e3b1fe217bfbc66d0e016062fabf3ec0c3e0b6bb275aa033
MISC metadata.xml 930 RMD160 e6718602012b2cfcb5be5bfc962889bf88f4dc73 SHA1 a585c9cfc0bdb59ee4c7ff1e786bc53d28d36aac SHA256 281bfd91145b2ae2a5c2774802dee741bbe625777b1c4e3eaefdca406e534ba9
diff --git a/app-shells/bash-completion/bash-completion-1.0-r1.ebuild b/app-shells/bash-completion/bash-completion-1.0-r1.ebuild
index c4a9cf6845ee..9bacde18af68 100644
--- a/app-shells/bash-completion/bash-completion-1.0-r1.ebuild
+++ b/app-shells/bash-completion/bash-completion-1.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.0-r1.ebuild,v 1.1 2009/04/09 13:24:07 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-1.0-r1.ebuild,v 1.2 2009/04/09 16:36:29 mr_bones_ Exp $
EAPI="2"
@@ -81,7 +81,6 @@ pkg_postinst() {
elog "If you use non-login shells you still need to source"
elog "/etc/profile.d/bash-completion.sh in your ~/.bashrc."
-
if has_version 'app-shells/zsh' ; then
elog "If you are interested in using the provided bash completion functions with"
elog "zsh, valuable tips on the effective use of bashcompinit are available:"