diff options
author | Thilo Bangert <bangert@gentoo.org> | 2002-06-21 15:03:37 +0000 |
---|---|---|
committer | Thilo Bangert <bangert@gentoo.org> | 2002-06-21 15:03:37 +0000 |
commit | ae903c19e70f3ba38b316f3df43f8a58c5663bec (patch) | |
tree | bb3f7fefcce19c91016ce2dcc6c141d4fa4707f8 /app-shells | |
parent | I have restructured the gnome2 mask (diff) | |
download | historical-ae903c19e70f3ba38b316f3df43f8a58c5663bec.tar.gz historical-ae903c19e70f3ba38b316f3df43f8a58c5663bec.tar.bz2 historical-ae903c19e70f3ba38b316f3df43f8a58c5663bec.zip |
version bump
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 8 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20020621.ebuild | 47 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20020621 | 1 |
3 files changed, 55 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 98a5c551d94b..2c85425849c8 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,12 @@ # 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.6 2002/06/20 18:57:59 bangert Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.7 2002/06/21 15:03:36 bangert Exp $ + +*bash-completion-20020621 (19 Jun 2002) + + 21 Jun 2002; Thilo Bangert <bangert@gentoo.org> bash-completion-20020621.ebuild : + + version bump 20 Jun 2002; Thilo Bangert <bangert@gentoo.org> bash-completion-20020619.ebuild : diff --git a/app-shells/bash-completion/bash-completion-20020621.ebuild b/app-shells/bash-completion/bash-completion-20020621.ebuild new file mode 100644 index 000000000000..7fe4b6fef67f --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20020621.ebuild @@ -0,0 +1,47 @@ +# 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-20020621.ebuild,v 1.1 2002/06/21 15:03:37 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" +LICENSE="GPL-2" + +RDEPEND=">=sys-apps/bash-2.05a" + +src_install () { + + insinto /etc + doins bash_completion + + insinto /etc/bash_completion.d + + 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 + + insinto /etc/profile.d + doins ${FILESDIR}/bash-completion + + dodoc COPYING Changelog README + +} + +pkg_postinst() { + + echo + einfo "Add the following line to your ~/.bashrc to" + einfo "activate completion support in your bash:" + einfo "[ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion" + echo + +} diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020621 b/app-shells/bash-completion/files/digest-bash-completion-20020621 new file mode 100644 index 000000000000..ed715534694e --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20020621 @@ -0,0 +1 @@ +MD5 09530c81c26c213b1474022af38f8f47 bash-completion-20020621.tar.gz 55981 |