diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-21 13:53:46 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-21 13:53:46 +0000 |
commit | d3b06eab99cff0478c7b2d2b9ac7514bf82fe39c (patch) | |
tree | 9e7d28de6f72a4c0abcc4e30f7981f30e8bb8b68 /app-shells | |
parent | Bumped to a new version. (diff) | |
download | gentoo-2-d3b06eab99cff0478c7b2d2b9ac7514bf82fe39c.tar.gz gentoo-2-d3b06eab99cff0478c7b2d2b9ac7514bf82fe39c.tar.bz2 gentoo-2-d3b06eab99cff0478c7b2d2b9ac7514bf82fe39c.zip |
new version
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/bash-completion/ChangeLog | 6 | ||||
-rw-r--r-- | app-shells/bash-completion/bash-completion-20021021.ebuild | 43 | ||||
-rw-r--r-- | app-shells/bash-completion/files/digest-bash-completion-20021021 | 1 |
3 files changed, 49 insertions, 1 deletions
diff --git a/app-shells/bash-completion/ChangeLog b/app-shells/bash-completion/ChangeLog index f4131bcac198..b66c81efb76f 100644 --- a/app-shells/bash-completion/ChangeLog +++ b/app-shells/bash-completion/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2002/10/17 13:49:18 blizzy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/ChangeLog,v 1.19 2002/10/21 13:53:46 blizzy Exp $ + +*bash-completion-20021021 (21 Oct 2002) + + 21 Oct 2002; Maik Schreiber <blizzy@gentoo.org> : new version *bash-completion-20021017 (17 Oct 2002) diff --git a/app-shells/bash-completion/bash-completion-20021021.ebuild b/app-shells/bash-completion/bash-completion-20021021.ebuild new file mode 100644 index 000000000000..2564348e7b7d --- /dev/null +++ b/app-shells/bash-completion/bash-completion-20021021.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-20021021.ebuild,v 1.1 2002/10/21 13:53:46 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 ~ppc ~sparc ~sparc64" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="sys-apps/tar sys-apps/bzip2" +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-20021021 b/app-shells/bash-completion/files/digest-bash-completion-20021021 new file mode 100644 index 000000000000..f63426480e85 --- /dev/null +++ b/app-shells/bash-completion/files/digest-bash-completion-20021021 @@ -0,0 +1 @@ +MD5 1e201cc875294398daf1d2e736cd8294 bash-completion-20021021.tar.bz2 53948 |