summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Birchinger <joker@gentoo.org>2004-01-25 13:40:43 +0000
committerChristian Birchinger <joker@gentoo.org>2004-01-25 13:40:43 +0000
commitb5cbdf730a39aa8db9c7d182c1e08c98a041dc60 (patch)
treec8ff39f37e17e511c36bdc263b64d62068987bad /app-shells
parentNew version. Have had to put mdb dependency behind a not-alpha as mdbtools ar... (diff)
downloadhistorical-b5cbdf730a39aa8db9c7d182c1e08c98a041dc60.tar.gz
historical-b5cbdf730a39aa8db9c7d182c1e08c98a041dc60.tar.bz2
historical-b5cbdf730a39aa8db9c7d182c1e08c98a041dc60.zip
Removed files/README.gentoo because it's not being used by the ebuild (anymore).
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/Manifest1
-rw-r--r--app-shells/bash-completion/files/README.gentoo15
2 files changed, 0 insertions, 16 deletions
diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest
index 93eda267f237..b5c641d5f2e5 100644
--- a/app-shells/bash-completion/Manifest
+++ b/app-shells/bash-completion/Manifest
@@ -1,7 +1,6 @@
MD5 37c751eb5b65f657446e80bcbc7e3140 ChangeLog 7118
MD5 1dc8e7503e7e350f3382d37b612178cc metadata.xml 1023
MD5 6f59a4b230f83638535b81421cd1c01e bash-completion-20040101.ebuild 1470
-MD5 c85a85bd33aac22ae4872c85733e581f files/README.gentoo 491
MD5 38a707ba9274991e61239ce569e840ff files/bash-completion 623
MD5 e64a9d70ece3d6edcde031cea71617bb files/digest-bash-completion-20040101 76
MD5 07cfbd320ed881dcaeb8bd868cf5e06e files/gentoo.completion-20040101 16380
diff --git a/app-shells/bash-completion/files/README.gentoo b/app-shells/bash-completion/files/README.gentoo
deleted file mode 100644
index de0c5b80ebf6..000000000000
--- a/app-shells/bash-completion/files/README.gentoo
+++ /dev/null
@@ -1,15 +0,0 @@
-
-# to make bash completion available to all bash users add
-# the following lines to /etc/profile
-#
-# alternatively if you want to add bash completion for every newly created user
-# add the following lines to /etc/skel/.bashrc
-
-
-bash=${BASH_VERSION%.*}; bmajor=${bash%.*}; bminor=${bash#*.}
-if [ "$PS1" ] && [ $bmajor -eq 2 ] && [ $bminor '>' 04 ] \
- && [ -f /etc/bash_completion ]; then # interactive shell
- # Source completion code
- . /etc/bash_completion
-fi
-unset bash bmajor bminor \ No newline at end of file