diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-08-12 19:20:52 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-08-12 19:20:52 +0000 |
commit | b9e78c736ed437050f8362953bc560940ca8d34d (patch) | |
tree | 3bf43bf9394e72361f68a8fd4e6237e97f467b6e /app-shells/bash-completion | |
parent | new version, removed debug stuff and updated deps. (diff) | |
download | gentoo-2-b9e78c736ed437050f8362953bc560940ca8d34d.tar.gz gentoo-2-b9e78c736ed437050f8362953bc560940ca8d34d.tar.bz2 gentoo-2-b9e78c736ed437050f8362953bc560940ca8d34d.zip |
new version
Diffstat (limited to 'app-shells/bash-completion')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 11 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20020812.ebuild | 43 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20020812 | 1 |
3 files changed, 51 insertions, 4 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index 448a735ccf5e..9cad9d9e4314 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,13 +1,16 @@ # 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.13 2002/07/29 02:28:09 cselkirk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.14 2002/08/12 19:20:52 blizzy Exp $ + +*bash-completion-20020812 (12 Aug 2002) + + 12 Aug 2002; Maik Schreiber <blizzy@gentoo.org> : new version *bash-completion-20020727 (27 Jul 2002) 28 Jul 2002; Calum Selkirk <cselkirk@gentoo.org> - bash-completion-20020727.ebuild, bash-completion-20020624.ebuild : - - Added ppc to KEYWORDS. + bash-completion-20020727.ebuild, bash-completion-20020624.ebuild: Added ppc + to KEYWORDS. 27 Jul 2002; Maik Schreiber <blizzy@gentoo.org> : new version diff --git a/app-shells/bash-completion/bash-completion-20020812.ebuild b/app-shells/bash-completion/bash-completion-20020812.ebuild new file mode 100644 index 000000000000..32e923695438 --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20020812.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20020812.ebuild,v 1.1 2002/08/12 19:20:52 blizzy Exp $ + +S=${WORKDIR}/${PN/-/_} + +DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." +SRC_URI="http://www.caliban.org/files/bash/${P}.tar.bz2" +HOMEPAGE="http://www.caliban.org/bash/index.shtml#completion" +KEYWORDS="x86" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="" +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() { + 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" +} diff --git a/app-shells/bash-completion/files/digest-bash-completion-20020812 b/app-shells/bash-completion/files/digest-bash-completion-20020812 new file mode 100644 index 000000000000..86ec3466ec4a --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20020812 @@ -0,0 +1 @@ +MD5 0beb8e32ad19e5feec850cad2e71ec26 bash-completion-20020812.tar.bz2 51081 |