summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2002-04-28 00:21:55 +0000
committerThilo Bangert <bangert@gentoo.org>2002-04-28 00:21:55 +0000
commit5707f80f6278a790d630187a8ca187d382d6cf87 (patch)
tree7a9af28b7b22b5ff28ebf8d9f86e761af9c21b87 /app-shells
parentremoving fcron completely (diff)
downloadgentoo-2-5707f80f6278a790d630187a8ca187d382d6cf87.tar.gz
gentoo-2-5707f80f6278a790d630187a8ca187d382d6cf87.tar.bz2
gentoo-2-5707f80f6278a790d630187a8ca187d382d6cf87.zip
version bump
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/bash-completion/ChangeLog9
-rw-r--r--app-shells/bash-completion/bash-completion-20020427.ebuild44
-rw-r--r--app-shells/bash-completion/files/digest-bash-completion-200204271
3 files changed, 53 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog
index d07828d5e148..e0423eb99f3d 100644
--- a/app-shells/bash-completion/ChangeLog
+++ b/app-shells/bash-completion/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-shells/bash-completion
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.2 2002/04/27 21:46:44 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.3 2002/04/28 00:21:54 bangert Exp $
+
+*bash-completion-20020427 (27 Apr 2002)
+
+ 27 Apr 2002; Thilo Bangert <bangert@gentoo.org> bash-completion-20020427.ebuild :
+
+ version bump
+
*bash-completion-20020422 (23 Apr 2002)
diff --git a/app-shells/bash-completion/bash-completion-20020427.ebuild b/app-shells/bash-completion/bash-completion-20020427.ebuild
new file mode 100644
index 000000000000..6fbb58038840
--- /dev/null
+++ b/app-shells/bash-completion/bash-completion-20020427.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2
+# Author: Thilo Bangert <bangert@gentoo.org>
+# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020427.ebuild,v 1.1 2002/04/28 00:21:55 bangert Exp $
+
+S=${WORKDIR}/bash_completion
+
+DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)."
+SRC_URI="http://www.caliban.org/files/bash/${P}.tar.gz"
+HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion"
+
+RDEPEND=">=sys-apps/bash-2.05a"
+
+
+src_install () {
+
+ insinto /etc
+ doins bash_completion
+
+ insinto /etc/bash_completion.d
+
+ doins contrib/
+ doins contrib/dict
+ doins contrib/harbour
+ doins contrib/isql
+ doins contrib/larch
+ doins contrib/lilypond
+ doins contrib/p4
+ doins contrib/ri
+
+ doins ${FILESDIR}/gentoo.completion
+
+ dodoc COPYING Changelog README
+
+}
+
+pkg_postinst() {
+
+ echo
+ einfo "See /usr/share/doc/${P}/README.gz on how to "
+ einfo "add completion support to your bash"
+ echo
+
+}
diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020427 b/app-shells/bash-completion/files/digest-bash-completion-20020427
new file mode 100644
index 000000000000..b1a3a6cebeb5
--- /dev/null
+++ b/app-shells/bash-completion/files/digest-bash-completion-20020427
@@ -0,0 +1 @@
+MD5 af66844962a5253ba3a9662430344346 bash-completion-20020427.tar.gz 48745